/* Contact form layout + status. */
.contact-form { margin-top: 8px; }
.cf-editor { margin-top: 2px; }
/* Message body defaults to mono ("terminal" look); the Font dropdown defaults to Mono. */
.cf-editor .rte { font-family: var(--mono); }
/* Custom dropdown (.cstm-select*) styling is shared, in site.css. */
.cf-turnstile { margin: 10px 0 4px; }
.contact-status { margin-top: 16px; padding: 12px 14px; border-radius: var(--radius-sm); font-size: 14px; }
.contact-status.is-ok { background: rgba(52, 211, 153, 0.14); color: var(--good); border: 1px solid rgba(52, 211, 153, 0.4); }
.contact-status.is-err { background: rgba(248, 113, 113, 0.14); color: var(--bad); border: 1px solid rgba(248, 113, 113, 0.4); }
.contact-status strong { display: block; margin-bottom: 2px; }
