@media print {
  .site-header, .breaking-ticker, .primary-nav, .live-search,
  .article__share-bar, .ad-slot, .newsletter-popup, .site-footer,
  .layout-2col__sidebar, .article-layout__sidebar, .widget--newsletter {
    display: none !important;
  }
  body { color: #000; background: #fff; }
  .article__prose { font-size: 12pt; line-height: 1.5; }
  a { color: #000; text-decoration: underline; }
}
