/* print.css - Stampa pulita e leggibile */

@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .card, .panel, .box { box-shadow: none !important; border: 1px solid #000 !important; }
  a { text-decoration: none !important; color: #000 !important; }
  .badge { border: 1px solid #000 !important; }
  .schema-wrap { page-break-inside: avoid; }
}
