/* Print stylesheet — strips chrome, ads, and interactive UI for clean article printing */
@media print {
  .site-header, .site-footer, .ad-slot, .share-rail, .share-bar-mobile,
  .streak-progress, .newsletter, .mobile-nav, .search-overlay,
  .post-nav, .comments-section, .skip-link, .toc {
    display: none !important;
  }
  body { background: #fff; color: #000; }
  .article-body { font-size: 12pt; color: #000; }
  a { color: #000; text-decoration: underline; }
  .container { max-width: 100%; padding: 0; }
}
