.af-cb-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 999999;
    font-family: inherit;
}
.af-cb-btn{
    position: fixed;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    pointer-events: auto;
    transition: transform 0.12s ease, opacity 0.12s ease;
    opacity: 0.95;
}
.af-cb-btn:hover{
    transform: translateY(-2px);
    opacity: 1;
}
.af-cb-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.af-cb-call{ left: 18px; }
.af-cb-wa{ right: 18px; }

@media (max-width: 768px){
    .af-cb-btn{
        font-size: 13px;
        padding: 10px 11px;
    }
    .af-cb-call{ left: 12px; }
    .af-cb-wa{ right: 12px; }
}
