@media print {
  .age-bar,
  .site-header,
  .site-footer,
  .cookie-banner,
  .btn,
  .menu-toggle,
  .coin-chip,
  .skip-link,
  nav,
  .game-stage {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    padding: 0;
    font-size: 12pt;
    line-height: 1.45;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href^="http"]::after,
  a[href^="/"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    font-weight: 400;
  }

  h1, h2, h3 {
    color: #000;
    page-break-after: avoid;
  }

  img {
    max-width: 40%;
    page-break-inside: avoid;
  }

  .band,
  .checklist,
  .rules-panel,
  .tile,
  .frame {
    box-shadow: none !important;
    background: #fff !important;
    border-color: #000 !important;
  }

  .wrap,
  .wrap--narrow {
    width: auto;
    margin: 0;
  }
}
