/* Sponsor inquiry form extras. Base form styles live in agent-simulator.css. */

.form-hint {
    margin: 6px 0 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--green-muted, #9be3b6);
    opacity: 0.8;
}

/* Cloudflare Turnstile mounts here only when the server reports a site key. */
.sponsor-turnstile {
    min-height: 65px;
}
