/* ==========================================================================
   koulu — print.css
   Apply page is a planning guide families often print. Make it readable
   on plain paper without tracking, navigation, or colored backgrounds.
   ========================================================================== */

@media print {
  .knav, .foot, .lang-toggle { display: none !important; }
  .apply-page { padding: 0; max-width: none; }
  .path-card {
    break-inside: avoid;
    border: 1px solid #888 !important;
    box-shadow: none !important;
    background: white !important;
  }
  .note-box {
    background: white !important;
    border: 1px solid #888 !important;
    color: black !important;
  }
  body { background: white !important; color: black !important; }
  a { color: black !important; text-decoration: underline; }
  [data-lang-panel] { display: block !important; }
}
