/* PATCH V5: posisi final tombol WhatsApp frontend/root */
.cortina-wa-float{
    position:fixed!important;
    left:0!important;
    right:auto!important;
    bottom:22px!important;
    margin-left:44px!important;
    width:58px!important;
    height:58px!important;
    padding:0!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#25D366!important;
    color:#fff!important;
    z-index:999999!important;
}
.cortina-wa-float svg{width:34px!important;height:34px!important;display:block!important;}
@media(max-width:575px){
    .cortina-wa-float{
        left:0!important;
        bottom:18px!important;
        margin-left:32px!important;
        width:54px!important;
        height:54px!important;
    }
    .cortina-wa-float svg{width:31px!important;height:31px!important;}
}
