@media print {
  body {
    background: #fff;
  }

  .site-header,
  .site-footer,
  .breadcrumbs,
  .hero,
  .no-print,
  .cookie-banner,
  .ad-slot {
    display: none !important;
  }

  .site-main {
    width: 100%;
    padding: 0;
  }

  .section,
  .worksheet-sheet {
    box-shadow: none !important;
    border: 0 !important;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .worksheet-sheet::before {
    border-color: rgba(0, 0, 0, 0.12);
  }

  .worksheet-list li {
    break-inside: avoid;
  }

  @page {
    size: A4;
    margin: 14mm;
  }
}
