/* ========== EMAIL REVEAL (hCaptcha gated) ========== */
.email-reveal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.email-reveal-hint {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

.email-reveal-status {
    color: #f0883e;
    font-size: 0.85rem;
    min-height: 1.2em;
    margin: 0;
    text-align: center;
}

.email-reveal-link[hidden] {
    display: none;
}
