/* Atlas treatment, site-wide (2026-09-16). home-atlas.css carries the homepage's components; this sheet
   carries what every OTHER page needs to sit in the same world: the atlas typography rules without the
   homepage's #atlas-home hook, a paper page ground, the main shell, the county card and rows (shared by
   county and state atlas pages), a crumb line, a button. Handbook tokens (--hb-*) only. */
body.atlas-page{background:var(--hb-paper);color:var(--hb-ink)}
body.atlas-page h1,body.atlas-page h2,body.atlas-page h3{text-transform:none!important;letter-spacing:-.025em!important;font-weight:700!important;text-wrap:balance}
body.atlas-page h1{font-size:clamp(38px,3.6vw,56px)!important;line-height:1.05!important;margin:0 0 18px}
body.atlas-page h2{font-size:30px!important;line-height:1.1!important;margin:0 0 12px}
body.atlas-page h3{font-size:22px!important;line-height:1.15!important}
body.atlas-page .at-main{width:min(1328px,calc(100% - 96px));margin:auto;padding-block:34px 56px;max-width:none}
body.atlas-page .at-main>*{max-width:none}
.at-skip{position:absolute;top:-100px;left:16px;padding:12px;background:#fff;z-index:100}.at-skip:focus{top:10px}
.at-nav .language-switcher{margin-left:8px}
.at-crumbs{font-size:12px;font-weight:600;color:#626167;margin:0 0 14px}
.at-crumbs a{color:#626167}.at-crumbs a:hover{color:var(--hb-link)}.at-crumbs span{color:var(--hb-ink)}
.at-county-card{margin:0;background:#fff;border:1px solid #d9d7d2;border-top:4px solid var(--hb-orange);border-radius:3px;padding:26px 28px 24px;min-width:0}
.at-county-card figcaption{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#626167;margin-bottom:10px}
.at-county-card figcaption small{font-size:11px;font-weight:600;color:#737177;text-transform:none;letter-spacing:0}
body.home-atlas .at-county-card h2{font-size:30px!important;line-height:1.08!important;margin:0 0 12px}
.at-county-card address{font-style:normal;font-size:15px;line-height:1.5;color:#3f3e44;margin:0 0 16px}
.at-county-card dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px 22px;margin:0 0 20px;padding:14px 0 0;border-top:1px solid #e3e0da}
.at-county-card dt{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#737177;margin-bottom:2px}
.at-county-card dd{margin:0;font-size:15px;font-weight:600;color:var(--hb-ink)}
.at-county-card dd a{color:var(--hb-link)}
.at-county-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:14px}
.at-button{display:inline-flex;align-items:center;gap:12px;border-radius:3px;padding:12px 18px;background:var(--hb-orange);color:var(--hb-dark)!important;font-size:14px;font-weight:700}
.at-button:hover{background:#ed4423}.at-button svg{width:18px;height:18px}
.at-county-card__note{font-size:12px;color:#626167;margin:0}
.at-rows{columns:2;column-gap:40px}
.at-rows a{min-height:54px;align-items:center}
.at-rows span{display:flex;flex-direction:column;gap:2px;min-width:0}
.at-rows em{font-style:normal;font-size:12px;font-weight:500;color:#737177;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.at-rows small{white-space:nowrap}
.at-section-heading--agencies{margin-top:34px;padding-top:26px;border-top:1px solid #d8d5cf}
.at-directory>section>.at-link{margin-top:14px}
.county-atlas .at-opening,.state-atlas .at-opening{align-items:start}
.county-atlas .at-intro,.state-atlas .at-intro,.county-atlas .at-opening>*,.state-atlas .at-opening>*{min-width:0}
.county-atlas .at-search-help a,.state-atlas .at-search-help a{white-space:normal}
.at-states--counties{columns:3}
/* Legacy page bodies (facility records, parole/probation indexes, guides) under the atlas chrome: a quiet crumb
   line instead of the old dark bar, and definition lists as ruled label/value rows like the homepage's tables. */
body.atlas-page nav.crumbs{background:transparent!important;color:#626167!important;padding:0!important;margin:0 0 16px!important;font:600 12px/1.4 var(--hb-ui)!important;border:0!important;box-shadow:none!important}
body.atlas-page nav.crumbs a{color:#626167!important;text-decoration:none!important}body.atlas-page nav.crumbs a:hover{color:var(--hb-link)!important}
body.atlas-page nav.crumbs :is(li,span,a){text-transform:none!important;letter-spacing:0!important}
body.atlas-page dl.fx-kv{display:grid;grid-template-columns:minmax(140px,1fr) 2.2fr;gap:0;margin:0 0 22px;border-top:1px solid #d8d5cf}
body.atlas-page dl.fx-kv dt,body.atlas-page dl.fx-kv dd{padding:10px 0;border-bottom:1px solid #d8d5cf;margin:0;font-size:14px}
body.atlas-page dl.fx-kv dt{font-weight:600;color:#626167}body.atlas-page dl.fx-kv dd{color:var(--hb-ink)}
@media(max-width:1100px){.county-atlas .at-opening,.state-atlas .at-opening{grid-template-columns:1fr 1fr}.at-states--counties{columns:2}}
@media(max-width:760px){body.atlas-page .at-main{width:calc(100% - 36px);padding-block:22px 40px}.county-atlas .at-opening,.state-atlas .at-opening{grid-template-columns:1fr}.at-county-card{padding:20px}.at-rows{columns:1}.at-rows em{white-space:normal}.at-states--counties{columns:1}body.atlas-page dl.fx-kv{grid-template-columns:1fr}body.atlas-page dl.fx-kv dt{border-bottom:0;padding-bottom:2px}}
