/* World English Adventure — print stylesheet (A4, black & white friendly) */
@media print {
  @page { size: A4; margin: 12mm; }

  body {
    background: #fff !important;
    background-image: none !important;
    font-size: 12pt;
    color: #000;
  }

  .topbar, .bottom-nav, .no-print, .cert-toolbar, .parent-nav,
  .btn, button, .overlay, .confetti, .word-pop, nav {
    display: none !important;
  }

  .card, .worksheet, .cert-border {
    box-shadow: none !important;
    border-color: #000 !important;
  }

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

  /* worksheets */
  .worksheet {
    border: none;
    max-width: none;
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
  }
  .page-break { page-break-after: always; }
  .ws-section { page-break-inside: avoid; }
  .ws-line { border-bottom: 1.5pt solid #000; }
  .ws-vocab td, .ws-box, .ws-spell-box, .ws-tile,
  .ws-stamp-box, .ws-comment-box { border-color: #000 !important; }
  .ws-spell-word.trace { color: #bbb !important; }

  /* certificate */
  .certificate { max-width: none; margin: 0; padding: 0; }
  .cert-border { outline-color: #888; page-break-inside: avoid; }

  /* parent tables */
  .table-scroll { overflow: visible; }
  .parent-main { max-width: none; padding: 0; }
}
