@page {
  size: A4 landscape;
  margin: 0.5cm;
}

@media print {
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000;
    background: #fff;
  }

  h1 {
    font-size: 12pt !important;
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: -0.2em; /* Reduced space below title */
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    letter-spacing: 0.02em;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 8pt;
    margin-top: 0; /* No extra space above the table */
    margin-bottom: 0.5em;
  }

  th, td {
    border: 1px solid #333;
    padding: 0.05em;
    text-align: left;
  }

  th {
    background: #eee;
    font-weight: bold;
  }

  nav,
  aside,
  .no-print {
    display: none !important;
  }
}
