/* GaugeWorks — print stylesheet for reports & invoices */
/* print */
.printdoc{display:none}
@media print{
  body{background:#fff;color:#111}
  .app,#toast,.overlay,.mobilebar{display:none!important}
  .printdoc{display:block;font-family:Arial,Helvetica,sans-serif;color:#111;padding:0;font-size:12.5px}
  .printdoc h1{font-family:Arial;font-size:22px;text-transform:none;letter-spacing:0}
  .printdoc table{width:100%;border-collapse:collapse;font-size:12px}
  .printdoc th,.printdoc td{border:1px solid #999;padding:6px 8px;text-align:left;color:#111}
  .printdoc th{background:#eee;font-family:Arial;text-transform:none;letter-spacing:0}
  .pd-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:3px solid #222;padding-bottom:10px;margin-bottom:14px}
  .pd-logo{max-height:56px;max-width:220px;object-fit:contain;margin-bottom:6px}
  .pd-sec{margin:14px 0 6px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #bbb;padding-bottom:3px}
  .pd-ok{color:#0a7d43}.pd-warn{color:#a06207}.pd-fail{color:#b3341c}
  .pd-tot{text-align:right;font-size:14px;margin-top:8px}
  /* signature blocks: image sits ABOVE the line (as if signed on it); the line, then
     the label, follow below — not the other way around */
  .pd-sign{margin-top:36px;display:flex;gap:40px}
  .pd-sig-block{flex:1;display:flex;flex-direction:column}
  .pd-sig-img{height:48px;max-width:100%;object-fit:contain;object-position:left bottom}
  .pd-sig-blank{height:48px}
  .pd-sig-line{border-top:1px solid #444}
  .pd-sig-label{padding-top:4px;font-size:11px;color:#444}
  .pd-opt{border:1.5px solid #999;border-radius:6px;padding:10px 12px;margin-bottom:12px;page-break-inside:avoid}
  .pd-opt-rec{border-color:#222;border-width:2px}
  .pd-opt-chosen{background:#f7f7f7}
  .pd-opt-head{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}
  .pd-opt-head b{font-size:14px}
  .pd-opt-price{margin-left:auto;font-size:17px;font-weight:700}
  .pd-opt-tag{font-size:9.5px;font-weight:700;letter-spacing:.04em;background:#222;color:#fff;padding:2px 7px;border-radius:9px}
  .pd-opt-tag-chosen{background:#0a7d43}
  .pd-opt p{margin:2px 0 6px;color:#333}
}
