
#fwtt-fixed-bar{
    position:fixed;
    bottom:20px;
    left:0;
    right:0;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    pointer-events:none;
}

.fwtt-btn{
    pointer-events:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:46px;
    min-width:56px;
    padding:0 18px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    color:#fff;
    font-family:Arial, sans-serif;
    box-shadow:0 6px 16px rgba(0,0,0,.25);
}

.fwtt-whatsapp{
    background:#25D366;
}

.fwtt-phone{
    background:#0d6efd;
    width:46px;
    padding:0;
}

.fwtt-icon{
    font-size:20px;
    line-height:1;
}

.fwtt-text{
    font-size:14px;
}

@media(max-width:480px){
    #fwtt-fixed-bar{
        bottom:14px;
    }
}
