@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .print\:hidden {
    display: none !important;
  }
  .print\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .card {
    break-inside: avoid;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
  @page {
    margin: 0.75in 0.5in;
    size: landscape;
    @top-center {
      content: "DexDMS Report";
      font-size: 10pt;
      color: #666;
    }
    @bottom-left {
      content: "Printed: " attr(data-print-date);
      font-size: 8pt;
      color: #999;
    }
    @bottom-right {
      content: "Page " counter(page) " of " counter(pages);
      font-size: 8pt;
      color: #999;
    }
  }
  .report-print-header {
    display: block !important;
    text-align: center;
    border-bottom: 3px double #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .report-print-header .report-company-logo {
    font-size: 22pt;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
  }
  .report-print-header .report-company-address {
    font-size: 9pt;
    color: #555;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .report-print-header h1 {
    font-size: 14pt;
    font-weight: bold;
    margin: 4px 0 0;
    color: #000;
  }
  .report-print-header .report-subtitle {
    font-size: 9pt;
    color: #666;
    margin-top: 2px;
  }
  .report-print-header .report-timestamp {
    font-size: 8pt;
    color: #999;
    margin-top: 4px;
    border-top: 1px solid #ccc;
    padding-top: 4px;
  }
  .report-print-footer {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7pt;
    color: #999;
    border-top: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  table {
    font-size: 8pt !important;
  }
  th, td {
    padding: 2px 4px !important;
    border: 1px solid #ddd !important;
  }
  th {
    background: #f0f0f0 !important;
    font-weight: bold !important;
  }
}
