/* Print styles: article content only. Loaded with media="print" so it costs nothing on screen. */
@media print {
  .topbar, .masthead__tools, .primary-nav, .ad-zone, .newsletter, .site-footer,
  .related, .hub-nav, .skip-link, .nav-toggle, .pagination {
    display: none !important;
  }
  body { background: #fff; color: #000; }
  body::before { display: none; }
  .container { width: 100%; max-width: none; }
  .article-layout { display: block; }
  .article-layout__aside { display: none; }
  .prose { max-width: none; font-size: 11pt; }
  .prose a { color: #000; text-decoration: underline; }
  .prose a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
  .card--hero, .card--tile { break-inside: avoid; }
  a { text-decoration: none; }
  h1, h2, h3 { break-after: avoid; }
  img { max-width: 100% !important; }
}
