/* CODFIX v5.15.1 HF1 — Floating WhatsApp Icon Only / Left Position */
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only{
    left:22px !important;
    right:auto !important;
    inset-inline-start:auto !important;
    inset-inline-end:auto !important;
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    padding:0 !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    overflow:visible !important;
}
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only > svg{
    width:31px !important;
    height:31px !important;
    margin:0 !important;
    flex:none !important;
}
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only .cfx5151-whatsapp-tooltip{
    position:absolute !important;
    left:calc(100% + 13px) !important;
    right:auto !important;
    top:50% !important;
    z-index:6;
    display:block !important;
    width:max-content;
    max-width:220px;
    padding:9px 13px;
    border-radius:11px;
    background:#101827;
    color:#fff;
    font-size:14px !important;
    font-weight:800;
    line-height:1.35;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transform:translate(-5px,-50%);
    pointer-events:none;
    box-shadow:0 12px 28px rgba(15,23,42,.24);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only .cfx5151-whatsapp-tooltip::before{
    content:"";
    position:absolute;
    left:-6px;
    top:50%;
    width:12px;
    height:12px;
    background:#101827;
    transform:translateY(-50%) rotate(45deg);
    border-radius:2px;
}
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only:hover .cfx5151-whatsapp-tooltip,
.cfx5142-whatsapp.cfx5151-whatsapp-icon-only:focus-visible .cfx5151-whatsapp-tooltip{
    opacity:1;
    visibility:visible;
    transform:translate(0,-50%);
}
html[data-theme="dark"] .cfx5142-whatsapp.cfx5151-whatsapp-icon-only .cfx5151-whatsapp-tooltip,
html[data-theme="dark"] .cfx5142-whatsapp.cfx5151-whatsapp-icon-only .cfx5151-whatsapp-tooltip::before{
    background:#f8fafc;
    color:#0f172a;
}
@media (max-width:640px){
    .cfx5142-whatsapp.cfx5151-whatsapp-icon-only{
        left:14px !important;
        right:auto !important;
        width:54px !important;
        height:54px !important;
        min-width:54px !important;
        min-height:54px !important;
    }
    .cfx5142-whatsapp.cfx5151-whatsapp-icon-only .cfx5151-whatsapp-tooltip{
        display:none !important;
    }
}
