/* Only what Tailwind cannot express: the printed catalog page. */
@media print {
  body { background: #fff; }
  .print\:hidden { display: none !important; }
  .catalog-sheet { box-shadow: none; border: 0; margin: 0; padding: 0; max-width: none; }
  .catalog-table { page-break-inside: auto; }
  .catalog-table tr { page-break-inside: avoid; page-break-after: auto; }
  .catalog-table thead { display: table-header-group; }
  .catalog-section { page-break-after: avoid; }
  a[href]::after { content: ""; }
}
