@media print {
  .no-print { display: none !important; }
  nav, header { display: none !important; }
  body { background: white !important; }
  .ticket-card {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    page-break-inside: avoid;
    max-width: 100% !important;
  }
}
