/* Printversie: alleen het opstellingsblad, op één A4 staand. */

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

html, body {
  background: #fff !important;
  color: #000;
}

* {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

.site-header,
.site-footer,
.controls,
.banner,
.hint {
  display: none !important;
}

.layout {
  display: block !important;
  padding: 0 !important;
  max-width: none !important;
}

.sheet {
  position: static !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  break-inside: avoid;
  page-break-inside: avoid;
}

.sheet__header { margin-bottom: 3mm; }
.sheet__title { font-size: 18pt; }
.sheet__meta { font-size: 10pt; color: #444; }
.print-only { display: inline !important; }

.field-wrap {
  height: 195mm !important;
  width: calc(195mm * var(--pitch-ratio, 485 / 700)) !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#field {
  width: 100%;
  height: 100%;
}

.bench {
  margin-top: 4mm;
  padding-top: 2mm;
  border-top: 1px solid #999;
  break-inside: avoid;
  page-break-inside: avoid;
}

.bench__title { font-size: 12pt; }
.bench__list { font-size: 11pt; gap: 2mm 7mm; }
