/* Print styles — hand-out friendly for classroom. */
@media print {
  .topbar, .footer, .topbar-actions, .topnav,
  .topic-sidebar, .word-strip, .word-search-row {
    display: none !important;
  }

  body { background: #fff !important; color: #000 !important; }

  .topic-view { display: block !important; }
  .topic-panel-header { border-bottom: 1px solid #ccc; padding: 0 0 8pt 0; }

  .word-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8pt;
  }
  .word-card {
    break-inside: avoid;
    border: 1px solid #ccc !important;
    background: #fff !important;
  }
  .word-card .wi-ex { max-height: none !important; display: block !important; }
  .image-zone img { max-height: 6cm; width: auto; margin: 0 auto; }
}
