@page {
  size: letter;
  margin: 0.55in;
}

@media print {
  .article-hero,
  .answer-box,
  .article-content > :not(.fax-template-collection),
  .store-cta,
  .related-guides,
  .site-header,
  .site-footer,
  .skip-link {
    display: none !important;
  }

  .article-grid,
  .article-content,
  .fax-template-collection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .fax-sheet {
    min-height: 9.55in;
    margin: 0;
    padding: 0.32in;
    border: 2px solid #000;
    break-after: page;
    page-break-after: always;
    box-shadow: none;
    color: #000;
    background: #fff;
    font-size: 10.5pt;
  }

  .fax-sheet:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .fax-sheet h3 {
    font-size: 30pt;
  }

  .cover-sheet__message {
    min-height: 1.7in;
  }
}
