.oxi-captcha label {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.oxi-captcha input[name="captcha_answer"] {
    max-width: 12rem;
}

.oxi-captcha__error {
    display: block;
    color: #c00;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.oxi-captcha-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
