.elek-form { color: #000422; font-family: "Work Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; min-width: 0; scroll-margin-top: 24px; }
.elek-form *, .elek-form *::before, .elek-form *::after { box-sizing: border-box; letter-spacing: 0; }
.elek-form [hidden] { display: none !important; }
.elek-form p { color: #555968; margin: 0 0 16px; }
.elek-form a { color: #163f77; text-underline-offset: 3px; }
.elek-form .ef-test-banner { display: block; border: 2px solid #8a6500; background: #fff3be; color: #342700; padding: 14px; margin-bottom: 24px; font-size: 14px; overflow-wrap: anywhere; }
.elek-form .ef-test-banner strong, .elek-form .ef-test-banner span { display: block; }
.elek-form .ef-test-banner strong { margin-bottom: 6px; }
.elek-form .ef-progress-label { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: #555968; }
.elek-form progress { display: block; width: 100%; height: 5px; margin: 12px 0 28px; border: 0; border-radius: 0; accent-color: #000422; }
.elek-form progress::-webkit-progress-bar { background: #e8e9ee; }
.elek-form progress::-webkit-progress-value { background: #000422; }
.elek-form progress::-moz-progress-bar { background: #000422; }
.elek-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.elek-form legend, .elek-form h3 { font-family: "Roboto Slab", Georgia, serif; font-weight: 500; font-size: 27px; line-height: 1.25; color: #000422; margin: 0 0 16px; padding: 0; max-width: 100%; overflow-wrap: anywhere; }
.elek-form .ef-description { font-size: 14px; margin-bottom: 24px; }
.elek-form .ef-field { display: block; margin: 0 0 18px; font-size: 14px; color: #000422; }
.elek-form .ef-field > span { display: block; font-weight: 600; margin-bottom: 7px; }
.elek-form input:not([type="checkbox"]), .elek-form select { font: inherit; font-size: 16px; color: #000422; background: #fff; border: 1px solid #a8afbd; border-radius: 4px; width: 100%; min-width: 0; height: 49px; padding: 10px 12px; box-shadow: none; }
.elek-form .ef-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.elek-form .ef-hint { font-size: 12px; line-height: 1.65; margin-bottom: 16px; }
.elek-form .ef-actions { display: flex; gap: 12px; margin-top: 24px; }
.elek-form button, .elek-form .ef-book { font: inherit; font-size: 14px; font-weight: 600; min-height: 48px; padding: 12px 18px; border-radius: 4px; cursor: pointer; line-height: 1.5; white-space: normal; }
.elek-form .ef-next { flex: 1; color: #000422; background: #f3c614; border: 1px solid #f3c614; text-align: center; text-decoration: none; }
.elek-form .ef-next:hover { background: #ffda33; }
.elek-form .ef-back, .elek-form .ef-reconnect { color: #000422; background: #fff; border: 1px solid #a8afbd; }
.elek-form button:disabled { opacity: 0.55; cursor: not-allowed; }
.elek-form :is(button, input, select, a, legend, h3):focus-visible { outline: 3px solid #276ab5; outline-offset: 3px; }
.elek-form .ef-error { color: #a42424; font-size: 14px; margin: 12px 0 0; overflow-wrap: anywhere; }
.elek-form .ef-error:empty { display: none; }
.elek-form .ef-check { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: #333c4d; line-height: 1.65; margin: 20px 0; cursor: pointer; }
.elek-form .ef-check input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; accent-color: #000422; }
.elek-form #ef-review { margin: 0 0 24px; font-size: 13px; }
.elek-form #ef-review > div { display: grid; grid-template-columns: 1fr 1.15fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid #e1e3e8; }
.elek-form dt { color: #555968; }
.elek-form dd { margin: 0; font-weight: 500; overflow-wrap: anywhere; }
.elek-form #ef-service { font-size: 13px; margin: 12px 0; }
.elek-form #ef-turnstile { width: 100%; min-height: 140px; }
.elek-form #ef-pending { margin-top: 16px; }
.elek-form #ef-reference { display: block; overflow-wrap: anywhere; color: #000422; margin-top: 8px; }
.elek-form .ef-book { display: block; margin: 24px 0 16px; }
.elek-form .ef-alternative { font-size: 12px; margin: 24px 0 0; border-top: 1px solid #e1e3e8; padding-top: 18px; }
.intake-card:has(.elek-form) { padding: 32px; min-height: 620px; border-radius: 8px; }
@media (max-width: 760px) {
  .intake-card:has(.elek-form) { padding: 24px 20px; }
  .elek-form legend, .elek-form h3 { font-size: 24px; }
}
@media (max-width: 400px) {
  .elek-form .ef-row { grid-template-columns: 1fr; gap: 0; }
  .elek-form #ef-review > div { grid-template-columns: 1fr; gap: 3px; }
}
