/* ADA Accommodation Request form — companion styles for ada-accommodation-request.js (see
   ADAAccommodationRequest.cshtml doc comment). Simplified from the DNN source's boxed "card +
   dark header" look (per request) to plain section headings separated by <hr>s — see .
   form-section-heading in site.css for the shared heading color/weight. */

/* ── Misc ────────────────────────────────────────────────── */
fieldset { border: 1px solid #dee2e6; border-radius: .375rem; padding: 1rem 1.25rem; }
legend { float: none; width: auto; font-size: 1rem; font-weight: 600; padding: 0 .5rem; }
.required-mark { color: #dc3545; }
#form-success, #form-error { display: none; }
