/* Print A4 friendly */
@page { size: A4; margin: 14mm; }
@media print {
  .no-print { display: none !important; }
  .print-only { display: block !important; }
  body { background: #fff !important; }
}
.print-title { font-size: 1.3rem; font-weight: 700; }
.header-line { border-bottom: 2px solid #000; margin-bottom: 10px; padding-bottom: 6px; }
.meta dt { width: 110px; }
.meta dd { margin-left: 120px; }
.table th, .table td { vertical-align: middle; }
.doc-box { border: 1px solid #ddd; border-radius: .5rem; padding: 16px; }
.brand { font-weight: 700; letter-spacing: .5px; }
