.ws-captcha {
    margin: 0.75rem 0 1rem;
}

.ws-captcha__math-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: inherit;
}

.ws-captcha__math-input {
    display: block;
    max-width: 12rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--line, #e5e5e5);
    background: var(--white, #fff);
    color: inherit;
    font: inherit;
    box-sizing: border-box;
}

.ws-captcha__math-input:focus {
    border-color: var(--black, #111);
    outline: none;
}

.ws-captcha__disclaimer {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    opacity: 0.85;
}

.ws-captcha__disclaimer a {
    text-decoration: underline;
}

.ws-captcha--hide-badge ~ .grecaptcha-badge,
body:has(.ws-captcha--hide-badge) .grecaptcha-badge {
    visibility: hidden !important;
}
