@media print {
  .eih-masthead,
  .eih-footer,
  .eih-search-dialog,
  .eih-print-actions,
  .eih-article-trust,
  .eih-article-categories,
  .wp-block-post-navigation-link,
  .eih-newsletter {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt;
  }

  .eih-main,
  .eih-page-shell,
  .entry-content,
  .wp-block-post-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .eih-printable-checklist li {
    break-inside: avoid;
  }

  @page {
    margin: 0.65in;
  }
}

