@media print {
  .header,
  .toolbar,
  .card-actions,
  .btn-print,
  .btn-bump,
  .error-banner,
  #setup-panel,
  .offline-banner,
  .toast {
    display: none !important;
  }
  body {
    background: white;
    font-size: 14px;
  }
  .orders-grid {
    display: block;
    padding: 0;
  }
  .order-card {
    page-break-inside: avoid;
    margin-bottom: 14px;
    border: 1px solid #ccc !important;
  }
}
