.policy-page { overflow-wrap: anywhere; }
.policy-page .page-hero h1 { font-size: clamp(2rem, 8vw, 3.4rem); max-width: 18ch; }
.policy-layout, .policy-filters, .policy-filters ul, .policy-table-wrap, .policy-map, .policy-map-frame { max-width: 100%; min-width: 0; }
.policy-page .page-hero .dek { font-size: 1.02rem; }
.policy-layout { display: grid; gap: 24px; }
.policy-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; }
.policy-summary div { padding: 14px 16px; border: 1px solid #c5d0d8; background: #fff; }
.policy-summary dt { color: #46576a; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.policy-summary dd { margin: 5px 0 0; font-family: var(--font-display, Georgia, serif); font-size: 1.45rem; }
.policy-filters { display: grid; gap: 12px; padding: 18px; border: 1px solid #d8e0e7; background: #eef4f6; }
.policy-filters > div { display: grid; grid-template-columns: minmax(7rem, 10rem) 1fr; align-items: start; gap: 12px; }
.policy-filters h2 { font-size: 1.15rem; }
.policy-filters h2, .policy-filters h3 { margin: 8px 0 0; }
.policy-filters ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.policy-filters a { display: inline-flex; align-items: center; max-width: 100%; min-height: 44px; padding: 6px 10px; border: 1px solid #c5d0d8; background: #fff; text-decoration: none; white-space: normal; }
.policy-filters a[aria-current="page"] { border-color: #1d4e5f; font-weight: 750; }
.policy-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; }
.policy-table { width: 100%; min-width: 68rem; border-collapse: collapse; background: #fff; overflow-wrap: normal; word-break: normal; }
.policy-table caption { text-align: left; font-weight: 750; padding: 0 0 10px; }
.policy-table th, .policy-table td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid #d8e0e7; }
.policy-table th { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.policy-status { display: inline-block; padding: 2px 8px; border: 1px solid #c5d0d8; background: #eef3f6; color: #1d2a36; white-space: nowrap; }
.policy-status.is-not-binding { border-style: dashed; }
.policy-explainer { border-left: 4px solid #2f8898; background: #e8f3f5; padding: 14px 16px; }
.policy-explainer summary { cursor: pointer; font-weight: 750; }
.policy-explainer p { max-width: 82ch; margin: 12px 0 0; }
.policy-explainer-wrap { display: grid; gap: 8px; }
.policy-boundary-note { margin: 0; color: #263c49; }
.policy-map { max-width: 100%; }
.policy-map-frame { max-width: 100%; }
.policy-map-frame svg { display: block; width: 100%; height: auto; }
.policy-map-legend { display: flex; flex-wrap: wrap; gap: 14px; margin: 10px 0 0; padding: 0; list-style: none; }
.policy-swatch { width: 14px; height: 14px; display: inline-block; margin-right: 6px; vertical-align: -2px; border: 1px solid #5c6b7a; }
.policy-swatch.is-seed { background: #2f5f73; }
.policy-swatch.is-unseeded { background: #d9e2e8; }
.policy-source-url { overflow-wrap: anywhere; }
.policy-timeline { display: grid; gap: 16px; }
.policy-action { border: 1px solid #d8e0e7; background: #fff; padding: 16px; }
.policy-action h3 { font-size: 1.25rem; margin-bottom: 8px; }
.policy-action-card .eyebrow { margin-bottom: 5px; }
.policy-coverage-note { margin-top: 24px; margin-bottom: 24px; padding: 12px 16px; border-left: 4px solid #8aa0b0; background: #eef3f6; }
.policy-coverage-note p, .policy-download { margin: 0; }
#state-policy .eyebrow { color: #0c6975; }
.policy-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin: 0 0 16px; }
.policy-facts div { margin: 0; }
.policy-facts dt { font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; color: #46576a; }
.policy-facts dd { margin: 4px 0 0; }
@media (max-width: 720px) {
  .policy-summary { grid-template-columns: 1fr; }
  .policy-filters { padding: 14px; }
  .policy-filters > div { grid-template-columns: 1fr; gap: 6px; }
  .policy-filters h2, .policy-filters h3 { margin: 0; }
  .policy-table thead { display: none; }
  .policy-table { min-width: 0; }
  .policy-table caption { display: block; width: auto; }
  .policy-table, .policy-table tbody, .policy-table tr, .policy-table td { display: block; width: auto; }
  .policy-table tr { margin: 0 0 12px; border: 1px solid #d8e0e7; }
  .policy-table td { display: grid; grid-template-columns: minmax(7rem, 38%) 1fr; gap: 8px; border-bottom: 0; }
  .policy-table td::before { content: attr(data-label); font-weight: 750; color: #46576a; }
  .policy-table td[data-label="Locality"], .policy-table td[data-label="Jurisdiction"], .policy-table td[data-label="Stage"] { display: none; }
}
