<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.whatsapp-live-widget {
    position: fixed;
    width: 70px;
    background: #fff;
    padding: 10px 6px 12px 12px !important;
    border-radius: 50px;
    border: 1px solid #eee;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    height: 70px;
}

a.whatsapp-live-widget:focus {
    outline: 0;
}

.whatsapp-live-widget:hover {
    border-color: #4FCE5D;
}

.whatsapp-live-widget a:hover {
    background: transparent !important;
}
</pre></body></html>