/* CODFIX v5.15.1 HF2 — Footer Readability + WhatsApp Position Hard Fix */

/* 1) Floating WhatsApp: always icon-only, always on LEFT in RTL/LTR. */
a.cfx5142-whatsapp,
a.cfx5142-whatsapp.cfx5151-whatsapp-icon-only,
a[data-cfx-source="whatsapp_float"]{
    position:fixed !important;
    left:22px !important;
    right:auto !important;
    inset-inline-start:auto !important;
    inset-inline-end:auto !important;
    bottom:26px !important;
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    min-height:60px !important;
    max-width:60px !important;
    padding:0 !important;
    border-radius:999px !important;
    display:grid !important;
    place-items:center !important;
    gap:0 !important;
    overflow:visible !important;
    z-index:120 !important;
}
a.cfx5142-whatsapp > span:not(.cfx5151-whatsapp-tooltip),
a[data-cfx-source="whatsapp_float"] > span:not(.cfx5151-whatsapp-tooltip){display:none !important;}
a.cfx5142-whatsapp > svg,
a[data-cfx-source="whatsapp_float"] > svg{
    width:32px !important;
    height:32px !important;
    margin:0 !important;
    flex:0 0 32px !important;
}
a.cfx5142-whatsapp .cfx5151-whatsapp-tooltip,
a[data-cfx-source="whatsapp_float"] .cfx5151-whatsapp-tooltip{
    left:calc(100% + 14px) !important;
    right:auto !important;
    inset-inline-start:auto !important;
    inset-inline-end:auto !important;
    top:50% !important;
    font-size:14.5px !important;
    font-weight:850 !important;
    line-height:1.35 !important;
    padding:10px 14px !important;
}

/* 2) Footer typography — intentionally larger, while still restrained. */
.cfx5151-footer .cfx5121-footer-topline strong{
    font-size:clamp(27px,2.45vw,38px) !important;
    line-height:1.45 !important;
}
.cfx5151-footer .cfx5121-footer-topline span{
    font-size:14px !important;
}
.cfx5151-footer .cfx5121-footer-topline>a{
    min-height:50px !important;
    font-size:16px !important;
    padding-inline:22px !important;
}
.cfx5151-footer .cfx32-footer-grid{
    gap:38px !important;
    padding-top:50px !important;
    padding-bottom:38px !important;
}
.cfx5151-footer .cfx32-footer-grid h4{
    font-size:18px !important;
    line-height:1.45 !important;
    margin-bottom:11px !important;
}
.cfx5151-footer .cfx32-footer-grid a{
    font-size:16.5px !important;
    line-height:1.75 !important;
    font-weight:700 !important;
}
.cfx5151-footer .cfx32-footer-grid p{
    font-size:16.5px !important;
    line-height:2 !important;
    font-weight:550 !important;
}
.cfx5151-footer .cfx32-system-status{
    font-size:15px !important;
    line-height:1.65 !important;
}
.cfx5151-footer .cfx5151-contact-line{
    gap:10px !important;
}
.cfx5151-footer .cfx5151-contact-line svg{
    width:20px !important;
    height:20px !important;
    flex-basis:20px !important;
}

/* Social icons become more readable and deliberate. */
.cfx5151-footer .cfx5151-socials{
    gap:10px !important;
    margin-top:13px !important;
}
.cfx5151-footer .cfx5151-socials a{
    width:43px !important;
    height:43px !important;
    border-radius:13px !important;
}
.cfx5151-footer .cfx5151-socials svg{
    width:21px !important;
    height:21px !important;
}

/* Utility row: currency, address and payments. */
.cfx5151-footer .cfx5151-footer-utility{
    padding:27px 0 !important;
    gap:24px !important;
}
.cfx5151-footer .cfx5151-currency-button{
    min-height:49px !important;
    padding-inline:17px !important;
    font-size:15.5px !important;
}
.cfx5151-footer .cfx5151-currency-button svg{
    width:20px !important;
    height:20px !important;
}
.cfx5151-footer .cfx5151-address{
    font-size:15.5px !important;
    line-height:1.6 !important;
}
.cfx5151-footer .cfx5151-address svg{
    width:20px !important;
    height:20px !important;
}
.cfx5151-footer .cfx5151-payments{
    gap:9px !important;
}
.cfx5151-footer .cfx5151-payments>span{
    font-size:13.5px !important;
}
.cfx5151-footer .cfx5151-payment-icon{
    min-width:60px !important;
    height:36px !important;
    border-radius:10px !important;
    padding-inline:10px !important;
}
.cfx5151-footer .cfx5151-pay-word{font-size:13px !important;}
.cfx5151-footer .cfx5151-pay-word.visa{font-size:16px !important;}
.cfx5151-footer .cfx5151-pay-word.paypal{font-size:12px !important;}
.cfx5151-footer .cfx5151-pay-word.apple,
.cfx5151-footer .cfx5151-pay-word.google{font-size:11px !important;}

/* Rights: centered with cleaner separation. */
.cfx5151-footer .cfx32-footer-bottom{
    justify-content:center !important;
    text-align:center !important;
    width:100% !important;
    padding:25px 0 28px !important;
    border-top:1px solid rgba(255,255,255,.07) !important;
    font-size:15.5px !important;
    line-height:1.7 !important;
    font-weight:650 !important;
}
.cfx5151-footer .cfx32-footer-bottom>span{
    margin-inline:auto !important;
    text-align:center !important;
}

/* Respect the admin typography scale control after the HF2 baseline. */
.cfx5151-footer.cfx5151-font-compact .cfx32-footer-grid h4{font-size:17px !important;}
.cfx5151-footer.cfx5151-font-compact .cfx32-footer-grid a,
.cfx5151-footer.cfx5151-font-compact .cfx32-footer-grid p{font-size:15.5px !important;}
.cfx5151-footer.cfx5151-font-comfortable .cfx32-footer-grid h4{font-size:18px !important;}
.cfx5151-footer.cfx5151-font-comfortable .cfx32-footer-grid a,
.cfx5151-footer.cfx5151-font-comfortable .cfx32-footer-grid p{font-size:16.5px !important;}
.cfx5151-footer.cfx5151-font-large .cfx32-footer-grid h4{font-size:19px !important;}
.cfx5151-footer.cfx5151-font-large .cfx32-footer-grid a,
.cfx5151-footer.cfx5151-font-large .cfx32-footer-grid p{font-size:17.5px !important;}
.cfx5151-footer.cfx5151-font-large .cfx32-footer-bottom{font-size:16px !important;}

@media(max-width:760px){
    a.cfx5142-whatsapp,
    a.cfx5142-whatsapp.cfx5151-whatsapp-icon-only,
    a[data-cfx-source="whatsapp_float"]{
        left:14px !important;
        right:auto !important;
        bottom:18px !important;
        width:56px !important;
        height:56px !important;
        min-width:56px !important;
        min-height:56px !important;
        max-width:56px !important;
    }
    .cfx5151-footer .cfx32-footer-grid h4{font-size:17.5px !important;}
    .cfx5151-footer .cfx32-footer-grid a,
    .cfx5151-footer .cfx32-footer-grid p{font-size:16px !important;}
    .cfx5151-footer .cfx5151-payments{justify-content:flex-start !important;}
}
@media(max-width:640px){
    a.cfx5142-whatsapp .cfx5151-whatsapp-tooltip,
    a[data-cfx-source="whatsapp_float"] .cfx5151-whatsapp-tooltip{display:none !important;}
}
