.yh-captcha-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.yh-captcha-wrap {
    margin: 1rem 0 1.25rem;
    padding: 0.75rem 1rem;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #f6f7f7;
    max-width: 420px;
}

.yh-captcha-label {
    margin: 0 0 0.5rem;
    font-weight: 600;
    font-size: 14px;
}

.yh-captcha-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.yh-captcha-code {
    display: inline-block;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    padding: 0.35rem 0.75rem;
    background: #fff;
    border: 1px dashed #787c82;
    user-select: none;
}

.yh-captcha-refresh {
    cursor: pointer;
    font-size: 13px;
}

.yh-captcha-answer {
    width: 100%;
    max-width: 220px;
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.yh-captcha-wrap.yh-captcha-invalid .yh-captcha-answer {
    border-color: #b32d2e;
}

.yh-captcha-error {
    margin: 0.5rem 0 0;
    color: #b32d2e;
    font-size: 13px;
}
