@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body { font-size: 12pt; line-height: 1.5; }
  .site-header, .site-footer, .nav-toggle, .main-nav, .cta-band, .breadcrumb, .skip-link {
    display: none !important;
  }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #555; }
  h1, h2, h3 { page-break-after: avoid; }
  img, picture, table { page-break-inside: avoid; }
}
