@media print {
  .site-topbar, .site-header, .main-nav, .mobile-bar, .breaking, .site-footer,
  .article-share-actions, .article-aside, .advert, .banner-zone, .back-to-top, .comments,
  .search-overlay, .mobile-menu, .page-overlay { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .container { width: 100%; }
  .page-main { padding: 0; }
  .article-layout { display: block; }
  .article-content { max-width: none; padding: 0; }
  .article-featured img { max-height: 440px; }
  a { text-decoration: none !important; color: #000 !important; }
}
