.spcta-widget {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    direction: rtl;
    font-family: inherit;
}

.spcta-widget--bottom-right {
    right: 20px;
}

.spcta-widget--bottom-left {
    left: 20px;
}

.spcta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transition: transform .16s ease, box-shadow .16s ease;
}

.spcta-button:hover,
.spcta-button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

.spcta-button:focus {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.spcta-button--whatsapp {
    background: #128c7e;
}

.spcta-button--phone {
    background: #1d4ed8;
}

@media (max-width: 480px) {
    .spcta-widget {
        right: 12px;
        left: 12px;
        bottom: 12px;
    }

    .spcta-button {
        width: 100%;
        min-height: 48px;
    }
}
