/* ═══════════════════════════════════════
   PRINT STYLES — ericks.org
   ═══════════════════════════════════════ */

@media print {
  nav, footer, .paywall, .audio-player-wrap,
  .n-search, .n-join, .hero-search, .hero-tags,
  .memb, .nums, .sec-all, .bm-amz, .print-hide {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
}
