/* Wird nur beim Drucken geladen (media="print" in index.html). Zeigt ausschließlich die
   #print-table an — Navigation, Hero, KI-Bereiche und Dashboard-Chrome werden vollständig
   ausgeblendet, unabhängig davon, wie die Bildschirmansicht gerade aussieht. */

@page {
  size: A4 portrait;
  margin: 15mm;
}

body * {
  visibility: hidden;
}

#print-table,
#print-table * {
  visibility: visible;
}

#print-table {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

#print-table h1 {
  font-size: 18pt;
  margin: 0 0 4pt;
}

#print-table > p {
  font-size: 10pt;
  color: #333333;
  margin: 0 0 12pt;
}

#print-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10pt;
}

#print-table th,
#print-table td {
  border: 1px solid #000000;
  padding: 6pt 8pt;
  text-align: left;
}

#print-table thead th {
  background: #f0f0f0;
  font-weight: 700;
}

/* Breite, leere Spalte für die Unterschrift/Bestätigung */
#print-table th:last-child,
#print-table td:last-child {
  width: 35%;
}

.print-footer {
  margin-top: 24pt;
  font-size: 9pt;
  color: #333333;
}

.print-footer p {
  margin: 0 0 4pt;
}

.print-stamp-line {
  margin-top: 24pt;
  padding-top: 8pt;
  border-top: 1px solid #000000;
  width: 60mm;
}
