.sdl-whatsapp-global{
    position:fixed;
    top:92px;
    right:18px;
    z-index:999999;
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:44px;
    padding:0 16px 0 12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:#25D366;
    color:#08150d!important;
    text-decoration:none!important;
    font:700 14px/1.1 inherit;
    letter-spacing:.01em;
    box-shadow:0 10px 28px rgba(0,0,0,.3);
    transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.sdl-whatsapp-global:hover,
.sdl-whatsapp-global:focus{
    transform:translateY(-1px);
    filter:brightness(1.04);
    box-shadow:0 14px 32px rgba(0,0,0,.36);
    color:#08150d!important;
}
.sdl-whatsapp-global__icon{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 22px;
}
.sdl-whatsapp-global__icon svg{
    width:22px;
    height:22px;
    display:block;
    fill:currentColor;
}
@media (max-width: 782px){
    .sdl-whatsapp-global{
        top:74px;
        right:12px;
        min-height:42px;
        padding:0 12px;
    }
    .sdl-whatsapp-global__label{
        display:none;
    }
}
