.ccc-whatsapp-chat{
    position:fixed;right:22px;bottom:22px;z-index:9990;
    display:flex;align-items:center;gap:10px;
    min-height:48px;padding:9px 15px 9px 10px;
    border-radius:999px;background:#167a52;color:#fff!important;
    text-decoration:none!important;font-weight:700;font-size:14px;line-height:1;
    box-shadow:0 8px 24px rgba(31,55,73,.22);
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.ccc-whatsapp-chat:hover,.ccc-whatsapp-chat:focus-visible{
    background:#126744;color:#fff!important;transform:translateY(-2px);
    box-shadow:0 11px 28px rgba(31,55,73,.28);
}
.ccc-whatsapp-chat:focus-visible{outline:3px solid #f0a8b5;outline-offset:3px}
.ccc-whatsapp-chat-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.14)}
.ccc-whatsapp-chat-icon svg{width:20px;height:20px;fill:currentColor}
@media(max-width:640px){
    .ccc-whatsapp-chat{right:14px;bottom:14px;padding:9px 12px 9px 9px;font-size:13px;max-width:calc(100vw - 28px)}
    .ccc-whatsapp-chat-icon{width:28px;height:28px}
}
@media(max-width:390px){.ccc-whatsapp-chat-label{display:none}.ccc-whatsapp-chat{width:50px;height:50px;padding:0;justify-content:center}.ccc-whatsapp-chat-icon{background:transparent}}
