/*
 * Theme-independent base layout for the expression-of-interest form.
 * The Synainesi theme refines these styles; this file keeps the form usable, and the
 * honeypot hidden, under any other theme.
 */

.sy-eoi { max-width: 36rem; }
.sy-eoi-field { margin: 0 0 1.25rem; }
.sy-eoi label { display: block; font-weight: 600; margin-bottom: 0.35rem; }
.sy-eoi .sy-eoi-hint { display: block; margin: 0 0 0.5rem; font-size: 0.9em; }
.sy-eoi input[type="email"],
.sy-eoi input[type="text"],
.sy-eoi textarea { box-sizing: border-box; width: 100%; max-width: 100%; padding: 0.7rem 0.8rem; border: 1px solid #545b58; font: inherit; }
.sy-eoi textarea { min-height: 7rem; }
.sy-eoi .sy-eoi-check { display: grid; grid-template-columns: 1.4rem 1fr; gap: 0.6rem; align-items: start; font-weight: 400; }
.sy-eoi .sy-eoi-error { color: #a3261b; font-weight: 600; margin: 0.35rem 0 0; }
.sy-eoi .sy-eoi-summary { border: 2px solid #a3261b; padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.sy-eoi .sy-eoi-status { border: 1px solid #d8d3ca; padding: 1.25rem 1.5rem; }
.sy-eoi-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
