/* print.css — loaded only on print media */
@media print {
  body { font-size: 11pt; color: #000; background: #fff; }
  .site-header, .site-footer, .sidebar, .newsletter-cta,
  .post-navigation, .category-filter, .posts-pagination,
  .tag-filter, .breadcrumbs { display: none !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .entry-content { max-width: 100%; }
  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100%; page-break-inside: avoid; }
}
