/* お問い合わせフォーム保護（ハニーポット / Turnstile 周辺） */

.contact-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-turnstile {
    margin: 1rem 0 1.25rem;
}

.contact-turnstile-hint,
.contact-turnstile-fallback {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

.contact-form {
    position: relative;
}
