/* 4in x 6in thermal label. Loaded only for print media.
   Set the browser print dialog to the label printer, paper 4"x6", margins None,
   and turn OFF "Headers and footers" for a clean label. */

@page {
  size: 4in 6in;
  margin: 0.12in;
}

/* Show ONLY the print label */
body * { visibility: hidden !important; }
#print-root, #print-root * { visibility: visible !important; }
#print-root {
  display: block !important;
  position: absolute; left: 0; top: 0;
  width: 3.76in;               /* 4in minus @page margins */
  color: #000; background: #fff;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 9pt; line-height: 1.15;
}

.lbl { width: 100%; }
.lbl__head { text-align: center; border-bottom: 2px solid #000; padding-bottom: 2px; margin-bottom: 3px; }
.lbl__company { font-weight: 700; font-size: 10pt; text-transform: uppercase; }
.lbl__addr { font-size: 7.5pt; }
.lbl__movement { font-size: 16pt; font-weight: 700; letter-spacing: 1px; text-align: center; margin: 2px 0; }
.lbl__test { text-align: center; font-weight: 700; border: 1.5px solid #000; padding: 1px; margin-bottom: 3px; }

.lbl table { width: 100%; border-collapse: collapse; }
.lbl td { padding: 1px 2px; vertical-align: top; font-size: 9pt; }
.lbl td.k { font-weight: 700; width: 38%; white-space: nowrap; }
.lbl tr + tr td { border-top: 0.5pt solid #999; }

.lbl__flags { display: flex; justify-content: space-between; font-size: 8pt; margin-top: 3px; border-top: 1px solid #000; padding-top: 2px; }
.lbl__sig { margin-top: 6px; border-top: 1px solid #000; padding-top: 3px; font-size: 8.5pt; }
.lbl__sig .line { border-bottom: 1px solid #000; min-height: 14px; margin-top: 8px; }
.lbl__foot { text-align: center; font-size: 7pt; margin-top: 4px; }
