/* /assets/css/print.css
   Applies when printing the MAIN SITE (not the generated Will, which has
   its own self-contained styles in will-generator.js). Hides chrome that
   makes no sense on paper. */

@media print {
  .site-header,
  .footer,
  .consent-banner,
  .consent-panel,
  .wizard__nav,
  #consent-root,
  .no-print {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .wizard {
    max-width: 100%;
  }
}
