@media print {
  .site-header, .site-footer, .newsletter, .hero__search, .icon-btn, .nav-toggle {
    display: none !important;
  }

  body { color: #000; background: #fff; }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
  }
}
