/* Print stylesheet — used when generating the reorder list and any future print views. */
@page { margin: 18mm; size: A4; }

body {
  background: #fff !important;
  color: #000 !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11pt;
}

.bottom-nav,
.app-bar-action,
.app-bar,
.offline-banner,
.toast,
.modal-wrap,
.cat-scroll,
.alert-bar,
.alert-list { display: none !important; }

/* Print page layout */
.print-page { padding: 0; color: #000; }

.print-head { border-bottom: 2px solid #000; padding-bottom: 8px; margin-bottom: 16px; }
.print-head h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20pt;
  letter-spacing: -0.3px;
}
.print-sub { font-size: 10pt; color: #555; margin-top: 4px; }

.print-cat {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13pt;
  margin: 18px 0 6px;
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
}

.print-table { width: 100%; border-collapse: collapse; }
.print-table th,
.print-table td {
  text-align: left;
  padding: 6px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 10.5pt;
}
.print-table th {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #444;
}
.print-table td:nth-child(2),
.print-table td:nth-child(3),
.print-table td:nth-child(5) { text-align: right; font-variant-numeric: tabular-nums; }

.print-foot {
  margin-top: 24px;
  font-size: 9pt;
  color: #888;
  text-align: right;
}
