@media print {
  header,
  footer,
  nav,
  aside,
  button,
  .cta-banner,
  .contact-cta,
  .no-print {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    margin: 0;
    padding: 0;
  }
  main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  a {
    text-decoration: underline;
    color: #000;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .container-custom {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
