.lpr {
  background: #fff; color: #111;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px; line-height: 1.5;
  width: 320px; max-width: 100%; margin: 0 auto; padding: 20px 18px;
}
.lpr-storno { text-align: center; font-weight: 700; font-size: 15px; letter-spacing: 1px; margin-bottom: 10px; }
.lpr-logo { text-align: center; margin-bottom: 8px; }
.lpr-logo img { max-height: 60px; max-width: 100%; object-fit: contain; }
.lpr-head { text-align: center; margin-bottom: 6px; }
.lpr-company { font-size: 17px; font-weight: 700; letter-spacing: .5px; }
.lpr-sub { font-size: 11px; color: #444; margin-top: 1px; }
.lpr-sep { border-top: 1px dashed #bbb; margin: 8px 0; }
.lpr-row { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.lpr-row .lpr-l { flex: 1 1 auto; word-break: break-word; }
.lpr-row .lpr-v { flex: 0 0 auto; text-align: right; white-space: nowrap; }
.lpr-row.mono .lpr-v { font-variant-numeric: tabular-nums; }
.lpr-row.sub { font-size: 11px; color: #777; }
.lpr-row.b .lpr-v { font-weight: 700; }
.lpr-row.total { font-weight: 700; font-size: 16px; margin-top: 4px; }
.lpr-row.total .lpr-v { font-size: 16px; }
.lpr-tse { font-size: 10px; color: #444; word-break: break-all; }
.lpr-tse-title { text-align: center; font-weight: 700; font-size: 11px; margin-bottom: 4px; }
.lpr-row.tse { font-size: 10px; }
.lpr-qr { text-align: center; margin-top: 8px; }
.lpr-qr canvas { display: inline-block; }
.lpr-foot { text-align: center; font-size: 11px; color: #666; margin-top: 10px; }
.lpr-bewirtung { margin-top: 0; }
.lpr-bw-title { text-align: center; font-weight: 700; font-size: 14px; letter-spacing: 1px; margin: 2px 0; }
.lpr-bw-field { margin: 6px 0; }
.lpr-bw-label { font-weight: 700; font-size: 12px; margin-bottom: 2px; }
.lpr-bw-val { white-space: pre-wrap; word-break: break-word; min-height: 14px; }
.lpr-bw-sig { margin-top: 8px; text-align: left; }
.lpr-bw-sig img { max-height: 70px; max-width: 100%; object-fit: contain; }
.lpr-bw-sigline { border-top: 1px solid #555; width: 200px; margin-top: 2px; }
