.saa-sticky-btn {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #CBD3D0;
    padding: 14px 26px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    z-index: 99999;
}
.saa-sticky-btn a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}
@media (min-width: 782px) {
    .saa-sticky-btn {
        display:none;
    }
}
