/* Donor-facing state pages (/donor/states/ and /donor/states/{slug}/). Loaded after
   assets/donor/donor.css, which carries the section's shared chrome: .wrap, header/nav, .band,
   .share-band, .two-col, .notes, .button, .eyebrow, .small, mark, footer. Only what those pages
   add lives here, so the hub keeps loading one small file and neither page carries the other's
   rules. Palette and type are DESIGN.md's — no new colours are introduced below. */

.donor-crumb{padding-top:18px}
.donor-crumb ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;font-size:13px;color:#5A6457}
.donor-crumb li+li::before{content:"/";padding-right:8px;color:#86917F}
.donor-crumb a{color:#155138}

.donor-state-hero{padding-top:56px;padding-bottom:40px}
/* Width is constrained on the children, never on the .wrap element itself: .wrap centres with
   margin:auto, so a max-width there indents the whole hero instead of shortening its lines. */
.donor-state-hero h1{font-size:clamp(36px,4.4vw,58px);max-width:900px}
.donor-state-hero .intro{max-width:720px;margin-bottom:14px}
.donor-state-hero .small{margin:0;max-width:760px}

.donor-state-section{padding-top:44px;padding-bottom:44px}
.donor-state-section h2{font-size:32px;margin-bottom:16px}
.donor-state-note{font-size:15px;color:#4A5247;max-width:760px;margin:0 0 28px;line-height:1.7}

/* One requirement, in the state's own approved wording. The left rule is the only visual
   difference between a settled entry and one still being confirmed; the badge says which. */
.donor-fact{border:1px solid #0B0F0A;border-left-width:5px;padding:24px 26px;margin-bottom:20px;max-width:900px}
.donor-fact-review{border-left-color:#8A6D1E;background:#FCFBE8}
.donor-fact-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.donor-fact-head h3{font-size:19px;line-height:1.35;margin:0 0 12px}
.donor-fact-badge{font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;letter-spacing:.1em;color:#155138;white-space:nowrap;padding-top:3px}
.donor-fact-badge-review{color:#8A6D1E}
.donor-fact-answer{font-size:16px;line-height:1.7;color:#0B0F0A;margin:0 0 18px}
.donor-fact-applies{font-size:14px;color:#4A5247;margin:0 0 14px}

.donor-fact-keys{display:grid;gap:1px;background:#E2E6DF;border:1px solid #E2E6DF;margin:0 0 18px}
.donor-fact-keys>div{display:grid;grid-template-columns:150px 1fr;gap:16px;background:#fff;padding:11px 14px}
.donor-fact-keys dt{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5A6457;margin:0}
.donor-fact-keys dd{margin:0;font-size:14px;line-height:1.6;overflow-wrap:anywhere}

.donor-fact-notes{margin:0 0 16px}
.donor-fact-notes h4{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5A6457;margin:0 0 8px}
.donor-fact-notes ul{margin:0;padding-left:20px}
.donor-fact-notes li{font-size:14px;line-height:1.65;color:#4A5247;margin-bottom:6px}

.donor-fact-verify{font-size:14px;line-height:1.65;color:#7A7440;border-top:1px dashed #C8CEC6;padding-top:14px;margin:0 0 12px}
.donor-fact-cite{font-size:13px;line-height:1.65;color:#5A6457;margin:0;overflow-wrap:anywhere}
.donor-fact-date{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.06em;color:#5A6457;margin:10px 0 0}

.donor-agencies{list-style:none;padding:0;margin:0;display:grid;gap:14px;max-width:760px}
.donor-agencies li{border-top:1px dashed #C8CEC6;padding-top:14px;font-size:15px}
.donor-agencies span{display:block;font-size:13px;color:#4A5247;margin-top:4px}

.donor-boundaries{display:grid;grid-template-columns:1fr 1fr;gap:28px 44px;max-width:1000px}
.donor-boundaries h3{font-size:17px;margin:0 0 8px}
.donor-boundaries p{font-size:14px;line-height:1.7;color:#4A5247;margin:0}

/* The table is the one element that cannot be made to fit a 390px screen without either a
   horizontal scroll or dropping the URL column, and the URL is the whole point of the row. It
   scrolls inside its own box so the page body never does. */
.donor-source-wrap{overflow-x:auto;border:1px solid #E2E6DF}
.donor-sources{border-collapse:collapse;width:100%;min-width:720px;font-size:13px}
.donor-sources th{text-align:left;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#5A6457;background:#F4F6F3;padding:11px 14px;border-bottom:1px solid #E2E6DF}
.donor-sources td{padding:12px 14px;border-bottom:1px solid #E2E6DF;vertical-align:top;line-height:1.55}
.donor-sources tr:last-child td{border-bottom:0}
.donor-sources td:last-child{overflow-wrap:anywhere}
.donor-sources td:nth-child(3){white-space:nowrap}

.donor-state-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#E2E6DF;border:1px solid #E2E6DF}
.donor-state-list a{display:block;background:#fff;padding:16px 18px;text-decoration:none;height:100%}
.donor-state-list a:hover{background:#F4F6F3}
.donor-state-list strong{display:block;font-size:16px;color:#0B0F0A;margin-bottom:5px}
.donor-state-list span{display:block;font-size:13px;line-height:1.55;color:#4A5247}

@media(max-width:950px){
  .donor-state-section h2{font-size:28px}
  .donor-boundaries{grid-template-columns:1fr;gap:24px}
  .donor-fact-keys>div{grid-template-columns:120px 1fr;gap:12px}
}

@media(max-width:700px){
  .donor-state-hero{padding-top:32px;padding-bottom:28px}
  .donor-state-section{padding-top:32px;padding-bottom:32px}
  .donor-fact{padding:20px}
  .donor-fact-head{flex-direction:column;gap:6px}
  .donor-fact-head h3{margin-bottom:6px}
  .donor-fact-badge{padding-top:0;margin-bottom:8px}
  .donor-fact-keys>div{grid-template-columns:1fr;gap:4px}
  .donor-state-list{grid-template-columns:1fr}
}

@media print{
  .donor-crumb,.share-band,#who-to-ask,header,footer,.skip{display:none!important}
  .donor-fact{break-inside:avoid;border-left-width:1px}
  .donor-source-wrap{overflow:visible}
  .donor-sources{min-width:0}
  a{color:#000}
  mark{background:none}
}
