/* Print styles for statements and schedules. */
@media print {
  .no-print { display: none !important; }
  body { background: #fff; }
  .main { max-width: none; padding: 0; }
  .print-page { box-shadow: none !important; border: none !important; }
  .card { box-shadow: none; }
  @page { margin: 1.5cm; }
}
