.site-profile-jailrosterhub .jrh-cookie { background: var(--jrh-paper); color: #304f65; }
.jrh-cookie .cookie-hero { padding: 30px 0 40px; background: var(--jrh-ink); color: #f5fbfa; }
.site-profile-jailrosterhub .jrh-cookie .cookie-hero h1 { margin: 0 0 22px; font-size: clamp(2.8rem, 5.5vw, 4.6rem); line-height: 1.08; }
.jrh-cookie .cookie-hero h1 em { color: var(--jrh-teal); font-style: normal; }
.jrh-cookie .cookie-lede { max-width: 680px; margin: 0; color: #bdd0d9; font-size: 1.08rem; line-height: 1.65; }
.jrh-cookie .cookie-date { margin: 18px 0 0; color: #9fb7c6; font-size: .875rem; }
.jrh-cookie .cookie-date time { margin-left: 10px; color: #e2efed; }
.jrh-cookie .cookie-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: 42px; padding-block: 40px 60px; }
.jrh-cookie .cookie-sidebar { position: sticky; top: 106px; }
.jrh-cookie .cookie-nav-label { margin: 0 0 14px; color: var(--jrh-teal-dark); font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.jrh-cookie .cookie-sidebar ol { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.jrh-cookie .cookie-sidebar a { display: block; padding: 8px 0; color: #304f65; font-size: .9375rem; line-height: 1.45; text-decoration: none; }
.jrh-cookie .cookie-sidebar a:hover { color: #006b73; text-decoration: underline; }
.jrh-cookie .cookie-sidebar .cookie-email { margin-top: 20px; padding-top: 20px; border-top: 1px solid #c8d8df; color: #006b73; font-weight: 700; }
.jrh-cookie .cookie-document { min-width: 0; padding: 30px 36px; background: #fff; border: 1px solid #d2dfe5; border-radius: 16px; }
.jrh-cookie .cookie-summary { padding: 22px; background: #edf7f5; border-left: 3px solid #008d90; border-radius: 8px; }
.jrh-cookie .cookie-summary ul { margin: 0; padding-left: 20px; }
.jrh-cookie .cookie-document section { margin-top: 32px; padding-top: 30px; border-top: 1px solid #dce6ea; scroll-margin-top: 108px; }
.site-profile-jailrosterhub .jrh-cookie .cookie-document h2 { margin: 0 0 22px; color: var(--jrh-ink); font-size: clamp(1.45rem, 2.3vw, 1.8rem); line-height: 1.25; letter-spacing: -.025em; }
.site-profile-jailrosterhub .jrh-cookie .cookie-document h3 { margin: 0 0 22px; color: var(--jrh-ink); font-size: 1.125rem; line-height: 1.4; }
.jrh-cookie .cookie-document p { margin: 0 0 16px; font-size: 1rem; line-height: 1.75; }
.jrh-cookie .cookie-document p:last-child { margin-bottom: 0; }
.jrh-cookie .cookie-document li { padding-left: 3px; font-size: 1rem; line-height: 1.7; }
.jrh-cookie .cookie-document li + li { margin-top: 8px; }
.jrh-cookie .cookie-document a { color: #006c78; text-underline-offset: 3px; overflow-wrap: anywhere; }
.jrh-cookie a:focus-visible { outline: 3px solid #008d90; outline-offset: 4px; border-radius: 3px; }
.jrh-cookie .cookie-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.jrh-cookie .cookie-type-grid article { padding: 20px; background: #f4f8f7; border: 1px solid #dce6ea; border-radius: 10px; }
.jrh-cookie .cookie-type-number { display: block; margin-bottom: 14px; color: #006c78; font-size: .875rem; font-weight: 700; letter-spacing: .12em; }
.jrh-cookie .cookie-type-grid p { margin: 0; font-size: 1rem; }
.jrh-cookie .cookie-inventory { border-top: 1px solid #dce6ea; margin-bottom: 22px; }
.jrh-cookie .cookie-inventory-row { display: grid; grid-template-columns: minmax(110px, .36fr) minmax(0, 1fr); gap: 8px 22px; align-items: start; padding: 20px 0; border-bottom: 1px solid #dce6ea; }
.jrh-cookie .cookie-inventory-row strong { color: var(--jrh-ink); font-size: 1rem; }
.jrh-cookie .cookie-inventory-row p { margin: 0; font-size: 1rem; grid-column: 2; grid-row: 1 / span 2; }
.jrh-cookie .cookie-inventory-row span { grid-column: 1; color: #006c78; font-size: .875rem; line-height: 1.5; }
.jrh-cookie code { overflow-wrap: anywhere; }
.jrh-cookie .cookie-controls { padding-left: 22px; margin: 0 0 20px; }
.jrh-cookie .cookie-callout { margin: 22px 0; padding: 20px 22px; background: #edf7f5; border-left: 3px solid #008d90; border-radius: 8px; }
.jrh-cookie .cookie-callout strong { display: block; margin-bottom: 8px; color: var(--jrh-ink); font-size: 1.05rem; }
.jrh-cookie .cookie-callout p { margin-bottom: 10px; }
.jrh-cookie .cookie-callout a { font-weight: 700; }
.jrh-cookie .cookie-contact > a { display: inline-block; margin-bottom: 16px; font-size: 1.1rem; font-weight: 700; }
@media (max-width: 900px) { .jrh-cookie .cookie-layout { grid-template-columns: minmax(0, 1fr); gap: 26px; } .jrh-cookie .cookie-sidebar { position: static; } .jrh-cookie .cookie-sidebar ol { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; } .jrh-cookie .cookie-sidebar .cookie-email { margin-top: 12px; padding-top: 14px; } }
@media (max-width: 650px) { .jrh-cookie .cookie-hero { padding-block: 24px 32px; } .jrh-cookie .cookie-layout { padding-block: 28px 40px; } .jrh-cookie .cookie-document { padding: 24px 20px; border-radius: 12px; } .jrh-cookie .cookie-summary, .jrh-cookie .cookie-callout { padding: 18px; } .jrh-cookie .cookie-type-grid { grid-template-columns: 1fr; } .jrh-cookie .cookie-inventory-row { grid-template-columns: 1fr; gap: 6px; } .jrh-cookie .cookie-inventory-row p { grid-column: auto; grid-row: auto; } .jrh-cookie .cookie-inventory-row span { text-align: left; } .jrh-cookie .cookie-document section { margin-top: 26px; padding-top: 24px; } }
