.local-captcha-box {
    border: 1px dashed #d8d8d8;
    background: #f9f9f9;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
}

.local-captcha-box .captcha-question {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.local-captcha-box .captcha-help {
    font-size: 0.85rem;
    color: #6c757d;
}

.local-captcha-box .captcha-refresh {
    border: none;
    background: none;
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    padding: 0.25rem 0.5rem;
}

.local-captcha-box .captcha-refresh:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.local-captcha-box .captcha-error {
    color: #c1121f;
    font-size: 0.85rem;
}
