.recaptcha-gate {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(12, 16, 24, 0.58);
    backdrop-filter: blur(8px);
}

.recaptcha-gate.is-visible {
    display: flex;
}

.recaptcha-gate__card {
    position: relative;
    width: min(100%, 390px);
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    color: #111827;
    text-align: center;
}

.recaptcha-gate__card h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #111827;
}

.recaptcha-gate__card p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #4b5563;
}

.recaptcha-gate__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #4b5563;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

#recaptcha-gate-widget {
    display: flex;
    justify-content: center;
    min-height: 78px;
}

.recaptcha-gate__message {
    min-height: 20px;
    margin-top: 14px;
    color: #b91c1c;
    font-size: 14px;
}
