/* A4 frame: 210 × 297mm. We keep 10mm padding all around. */
.kmspdf-sheet{
  box-sizing:border-box;
  width:190mm; min-height:277mm; padding:10mm 10mm 10mm 25mm;
  background:#fff; font-family:Arial,Helvetica,sans-serif;
  color:#111; font-size:11pt; line-height:1.25;
  margin:0;                 /* ensure no inherited margins */
  position:relative;        /* prevent transform/offset quirks */
}


.kmspdf-logo img{max-height:18mm;margin-bottom:4mm}
.kmspdf-title{font-size:18pt;margin:0 0 1mm 0}
.kmspdf-sub{font-size:10pt;color:#555;margin:0 0 4mm 0}

.kmspdf-rows{margin-top:2mm}
.kmspdf-row{
  display:grid;
  grid-template-columns:42mm 1fr; /* label column width */
  gap:3mm;
  margin:2.5mm 0;
}
.kmspdf-label{font-weight:600}
.kmspdf-label-sub{font-weight:400;font-size:9pt;color:#666;margin-top:0.5mm}

.kmspdf-box{
  border:1px solid #bbb;
  min-height:8mm;
  padding:2.5mm 3mm;
  white-space:pre-wrap;
  background:#fff;
}
.kmspdf-multiline{min-height:102mm}

.km-actions .kmspdf-trigger.km-btn {
  margin-top:6px;
}

.kmspdf-block{margin-top:4mm}
.kmspdf-signature{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:4mm;
  margin-top:6mm;
}

/* Tell html2pdf to avoid breaking boxes mid-page */
.kmspdf-sheet, .kmspdf-row, .kmspdf-box, .kmspdf-block, .kmspdf-signature {
  page-break-inside: avoid;
}

/* Print cleanly */
@media print {
  html, body { background:#fff; }
  #wpadminbar, .admin-bar { display:none !important; }
}
