<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Widget Whatsapp*/
.whatsapp-widget{width:max-content;position:fixed;bottom:15px;right:15px;background-color:#25d366;padding:10px 20px;border-radius:30px;display:flex;align-items:center;font-family:Arial,sans-serif;font-size:16px;text-decoration:none;transition:background-color .3s ease;z-index:500;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)}
.whatsapp-widget a{font-family:'Hind',sans-serif!important;display:flex;color:#FFF;text-decoration:none;font-size:16px;font-weight:500;align-items:center}
.whatsapp-widget img.eyecatcher{width:250px; max-width:none; height:auto;box-shadow:0 4px 8px rgba(0,0,0,0.3);border-radius: 7px;}
.whatsapp-widget img.logowp{width:24px;height:24px;margin:0 8px 2px 0}
.whatsapp-widget:hover{background-color:#1ebe5d}
@media (max-width:767px) {
/*Widget Whatsapp*/
.whatsapp-widget {padding:0;border-radius:50%}
.whatsapp-widget span{display:none}
.whatsapp-widget img.logowp{width:35px;height:35px;margin:13px}
.whatsapp-widget img.eyecatcher{width:200px}
}

</pre></body></html>