@media print {
  .paa-site-header, .paa-site-footer, .fh-sidebar, .fh-read-progress,
  .share-bar-wrapper, .ad-unit, .related-posts, .breadcrumbs,
  .newsletter, form, .category-hub, .hero-cta { display: none !important; }

  body { color: #000; background: #fff; font-size: 12pt; }
  .single-article { max-width: 100%; margin: 0; padding: 0; }
  .entry-title { font-size: 22pt; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]:after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .entry-content img { max-width: 100%; page-break-inside: avoid; }
  h2, h3 { page-break-after: avoid; }
  .toc-wrapper { border: 1px solid #ccc; }
}
