@media print {
  .age-bar,
  .utility-strip,
  .site-header,
  .site-footer,
  .cookie-banner,
  .nav-toggle,
  .btn,
  .game-stage,
  .carousel {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .band,
  .box,
  .quick-answer,
  .disclaimer {
    box-shadow: none;
    break-inside: avoid;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
}
