/* Print-friendly research pages */
@media print {
  :root {
    --navy: #000;
    --indigo: #000;
    --muted: #333;
  }

  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
    line-height: 1.45;
  }

  .site-header,
  .site-footer,
  .search-form,
  .county-aside,
  .sc-map,
  .btn,
  .admin-header,
  .admin-nav,
  .sticky-card {
    display: none !important;
  }

  .container,
  .grid-2 {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
  }

  .card,
  .county-article,
  .hero-card {
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    word-break: break-all;
  }

  a[href^="/"]::after {
    content: "";
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  .resource-list li,
  .town-list li,
  .address-block {
    break-inside: avoid;
  }

  .county-footer {
    border-top: 1px solid #999;
    margin-top: 1.5rem;
    padding-top: 0.75rem;
  }
}
