/*
 * MHA print.css. Consumes academy/design-system/tokens.css + components.css.
 * Applies to every lesson file built on the mha-page shell. Print rules
 * only: this file has no effect on screen rendering.
 */

@page { size: letter; margin: 0.6in; }
@media print {
  .mha-page { box-shadow: none; }
  .no-print { display: none; }
  .mha-3w, .mha-field-insight, .mha-riverside, .mha-common-mistake,
  .mha-pro-tip, .mha-checkpoint { break-inside: avoid; }
  h2, h3 { break-after: avoid; }
  a { color: inherit; text-decoration: none; }
}
