:root {
  --q-red: #e1002a;
  --q-ink: #111318;
  --q-muted: #68707b;
  --q-line: #dfe3e8;
  --q-soft: #f4f6f8;
}

html { font-size: 15px; min-height: 100%; }
body { min-height: 100vh; color: var(--q-ink); background: #f7f8fa; font-family: Arial, Helvetica, sans-serif; display: flex; flex-direction: column; }
a { color: var(--q-red); }
.qms-page { max-width: 1480px; width: 100%; flex: 1 0 auto; }
.qms-nav { box-shadow: 0 10px 24px rgba(17, 19, 24, .05); }
.qms-brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--q-ink); font-weight: 900; line-height: .78; letter-spacing: 0; text-decoration: none; }
.q-logo { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 3px solid #111; border-radius: 50%; color: var(--q-red); font-weight: 900; font-size: 2rem; background: white; }
.eyebrow { color: var(--q-red); font-size: .75rem; font-weight: 900; text-transform: uppercase; margin: 0 0 .25rem; }
h1 { font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 900; letter-spacing: 0; }
h2 { font-size: 1.25rem; font-weight: 800; margin-bottom: 1rem; }
.muted, small { color: var(--q-muted); }
.qms-title-row, .panel-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin: 1.4rem 0; }
.top-currency { display: inline-flex; align-items: center; gap: .5rem; margin: 0; font-weight: 800; font-size: .85rem; white-space: nowrap; }
.top-currency .form-select { width: auto; min-width: 126px; margin: 0; }
.accordion-lite-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: .75rem; }
.panel { background: rgba(255, 255, 255, .92); border: 1px solid var(--q-line); border-radius: 8px; padding: 1.25rem; margin-bottom: 1.25rem; box-shadow: 0 8px 24px rgba(17, 19, 24, .04); }
.metric-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; margin-bottom: 1.25rem; }
.metric { background: white; border: 1px solid var(--q-line); border-top: 4px solid #69a7bc; border-radius: 8px; padding: 1rem; }
.attention-metric { border-top-color: var(--q-red); }
.metric span, .metric small { display: block; }
.metric strong { display: block; font-size: 2rem; font-weight: 900; }
.admin-grid, .builder-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 1.25rem; align-items: start; }
.quote-row { display: grid; grid-template-columns: 1.5fr 1.4fr .8fr .9fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--q-line); }
.quote-row span { display: block; color: var(--q-muted); font-size: .9rem; }
.status-pill { display: inline-flex; width: fit-content; border-radius: 999px; padding: .2rem .55rem; background: #eef4f1; color: #24724e; font-size: .8rem; font-weight: 700; }
.check-list > div { border-bottom: 1px solid var(--q-line); padding: .9rem 0; }
.check-list span { display: block; color: var(--q-muted); }
.compact-admin-list { margin: .5rem 0 0; padding-left: 1rem; color: var(--q-muted); }
.row-warning { color: #a15c00 !important; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-grid label, .pricing-table label { font-weight: 700; font-size: .85rem; }
.form-grid .form-control, .form-grid .form-select, textarea.form-control, .pricing-table .form-control { margin-top: .35rem; }
.special-price-field { border-left: 4px solid var(--q-red); padding-left: .75rem; }
.special-price-field small { display: block; margin-top: .35rem; font-weight: 400; line-height: 1.35; }
.span-2 { grid-column: span 2; }
.checkline { grid-column: span 2; display: flex; gap: .5rem; align-items: center; }
.delivery-toggle { margin-bottom: 0; }
.location-helper { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr); gap: 1rem; align-items: start; }
.map-picker { display: grid; gap: .75rem; }
.map-canvas { min-height: 330px; border: 1px solid var(--q-line); border-radius: 8px; background: #e9eef2; overflow: hidden; }
.map-picker-controls { display: flex; flex-wrap: wrap; gap: .5rem; }
.map-target.is-active { box-shadow: 0 0 0 3px rgba(225, 0, 42, .14); }
.map-placeholder { min-height: 100%; border: 1px dashed #9aa6b2; border-radius: 8px; background: #f8fafc; padding: 1rem; display: grid; align-content: center; gap: .35rem; }
.map-placeholder strong, .map-placeholder span { display: block; }
.map-placeholder span { color: var(--q-muted); }
.map-link { align-self: end; }
.map-link.disabled { pointer-events: none; opacity: .5; }
.field-map-link { display: inline-flex; margin-top: .25rem; font-size: .78rem; font-weight: 800; text-decoration: none; }
.field-map-link.disabled { pointer-events: none; opacity: .5; color: var(--q-muted); }
.component-section-title { margin: .35rem 0 .75rem; font-size: .85rem; font-weight: 900; color: var(--q-red); text-transform: uppercase; }
.component-section-title.optional { margin-top: 1.35rem; padding-top: 1rem; border-top: 1px solid var(--q-line); }
.component-category-title { margin: 1rem 0 .55rem; color: var(--q-ink); font-size: .9rem; font-weight: 900; }
.component-section-title + .component-category-title { margin-top: 0; }
.component-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.component-card { border: 1px solid var(--q-line); border-radius: 8px; padding: .85rem; display: flex; gap: .75rem; align-items: flex-start; background: #fbfcfd; }
.component-card small { display: block; margin-top: .2rem; }
.quote-checks { border: 1px solid var(--q-line); border-left: 4px solid var(--q-red); border-radius: 8px; padding: .85rem; margin-bottom: 1rem; background: #fbfcfd; }
.quote-checks .checkline { grid-column: auto; margin-bottom: .3rem; }
.quote-checks p { margin: 0; color: var(--q-muted); font-size: .9rem; }
.quote-summary { position: sticky; top: 1rem; }
.summary-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; border: 1px solid var(--q-line); background: var(--q-soft); }
.compact-heading { margin: 0 0 .75rem; }
.compact-heading h2 { margin: 0; font-size: 1rem; }
.silo-plan-card { background: white; border: 1px solid var(--q-line); border-radius: 8px; padding: 1rem; box-shadow: 0 8px 24px rgba(17, 19, 24, .04); }
.silo-plan-svg { width: 100%; aspect-ratio: 1 / 1; border: 1px solid var(--q-line); border-radius: 8px; background: #fbfcfd; touch-action: none; user-select: none; }
.silo-plan-outer { fill: white; stroke: #111318; stroke-width: 3; }
.silo-plan-inner { fill: #f4f6f8; stroke: #aeb7c2; stroke-width: 1.5; stroke-dasharray: 5 5; }
.silo-plan-axis { stroke: #d5dbe2; stroke-width: 1; }
.silo-plan-label { fill: #68707b; font-size: .78rem; font-weight: 900; text-anchor: middle; letter-spacing: 0; }
.silo-plan-label.north { fill: var(--q-red); }
.silo-plan-leg-handle, .silo-plan-marker { cursor: grab; }
.silo-plan-leg-handle:active, .silo-plan-marker:active { cursor: grabbing; }
.silo-plan-leg-line { stroke: #111318; stroke-width: 4; stroke-linecap: round; }
.silo-plan-leg-dot { fill: white; stroke: #111318; stroke-width: 4; }
.silo-plan-leg-number { fill: #111318; font-size: .72rem; font-weight: 900; text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.silo-plan-marker-dot { stroke: white; stroke-width: 4; filter: drop-shadow(0 3px 5px rgba(17, 19, 24, .22)); }
.silo-plan-marker.inlet .silo-plan-marker-dot { fill: #24724e; }
.silo-plan-marker.outlet .silo-plan-marker-dot { fill: var(--q-red); }
.silo-plan-marker.fill .silo-plan-marker-dot { fill: #1768b6; }
.silo-plan-marker-label { fill: white; font-size: .82rem; font-weight: 900; text-anchor: middle; pointer-events: none; }
.silo-plan-toolbar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin-top: .75rem; }
.silo-plan-help { margin: .7rem 0 .55rem; color: var(--q-muted); font-size: .83rem; line-height: 1.35; }
.silo-plan-list { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.silo-plan-list li { display: flex; justify-content: space-between; gap: .5rem; align-items: center; border: 1px solid #edf0f3; border-radius: 6px; padding: .4rem .55rem; font-size: .83rem; font-weight: 800; }
.silo-plan-list li.empty { color: var(--q-muted); font-weight: 700; }
.silo-plan-list .btn-link { padding: 0; color: var(--q-red); font-weight: 900; text-decoration: none; }
.summary-card { margin-top: 1rem; background: white; border: 1px solid var(--q-line); border-radius: 8px; padding: 1rem; }
.summary-card dl { display: grid; grid-template-columns: auto 1fr; gap: .4rem .8rem; }
.summary-card dt { color: var(--q-muted); }
.summary-card dd { margin: 0; text-align: right; }
.total-line { border-top: 1px solid var(--q-line); border-bottom: 1px solid var(--q-line); padding: 1rem 0; margin: 1rem 0; display: flex; justify-content: space-between; align-items: baseline; }
.total-line strong { font-size: 2rem; }
.total-line strong.is-updating { opacity: .55; }
.summary-breakdown { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--q-line); }
.summary-breakdown h3 { font-size: .85rem; font-weight: 900; text-transform: uppercase; color: var(--q-red); margin: 0 0 .6rem; }
.summary-line, .summary-vat-lines { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .35rem .75rem; align-items: baseline; }
.summary-line { padding: .45rem 0; border-bottom: 1px solid #edf0f3; }
.summary-line span { font-weight: 800; }
.summary-line small { font-weight: 700; }
.summary-line.price-to-confirm strong { color: #9a6300; }
.summary-line.no-cost strong { color: #24724e; }
.summary-vat-lines { margin-bottom: 1rem; }
.summary-vat-lines span { color: var(--q-muted); }
.summary-vat-lines em { font-style: normal; }
.attachment-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.attachment-list a { border: 1px solid var(--q-line); border-radius: 999px; padding: .25rem .6rem; background: white; text-decoration: none; }
.pricing-table { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.pricing-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; align-items: end; }
.pricing-tools label { margin: 0; min-width: min(360px, 100%); font-weight: 800; font-size: .85rem; }
.pricing-list { display: grid; gap: .55rem; }
.pricing-list h3 { margin: 1.1rem 0 .25rem; padding-top: .75rem; border-top: 1px solid var(--q-line); font-size: .95rem; font-weight: 900; color: var(--q-red); text-transform: uppercase; }
.pricing-list h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.pricing-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 1rem; align-items: center; padding: .55rem 0; border-bottom: 1px solid var(--q-line); font-weight: 700; }
.pricing-row small { display: block; margin-top: .15rem; font-weight: 400; }
.pricing-row .form-control { margin-top: 0; }
.compact-pricing .pricing-row { grid-template-columns: minmax(0, 1fr) 120px; }
.pricing-edit-row, .component-edit-row { grid-template-columns: minmax(0, 1fr) auto; align-items: start; padding: .85rem 0; }
.pricing-edit-main { display: grid; gap: .65rem; }
.pricing-edit-main label, .pricing-add-grid label { font-size: .78rem; font-weight: 900; color: var(--q-muted); }
.pricing-edit-main .form-control, .pricing-add-grid .form-control { margin-top: .2rem; }
.pricing-edit-grid, .pricing-add-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; }
.pricing-edit-grid.component, .pricing-add-grid.component { grid-template-columns: minmax(0, 1fr) 150px 190px; }
.compact-add-panel { background: #fbfcfd; }
.compact-check { grid-column: auto; align-self: end; margin: 0; color: var(--q-ink) !important; }
.login-shell { min-height: 70vh; display: grid; place-items: center; }
.login-panel { width: min(420px, 100%); background: white; border: 1px solid var(--q-line); border-radius: 8px; padding: 2rem; box-shadow: 0 18px 45px rgba(17, 19, 24, .08); }
.qms-flash { margin: 0 0 1rem; border-radius: 8px; border-width: 1px; box-shadow: 0 12px 30px rgba(17, 19, 24, .08); font-weight: 800; }
button.is-busy { pointer-events: none; opacity: .82; }
button.is-busy .spinner-border { margin-right: .45rem; }
.print-actions { display: flex; gap: .75rem; justify-content: flex-end; margin: 1rem 0; }
.quote-print { background: white; width: min(210mm, calc(100vw - 2rem)); margin: 0 auto 2rem; padding: 16mm; border: 1px solid var(--q-line); box-shadow: 0 18px 48px rgba(17, 19, 24, .12); color: #111318; }
.quote-print h1 { font-size: 2rem; line-height: 1.02; margin: 0; }
.quote-print h2 { margin: 0 0 .65rem; font-size: 1.05rem; line-height: 1.15; }
.quote-print h3 { margin: 0 0 .45rem; font-size: .92rem; font-weight: 900; }
.quote-print p { margin: 0 0 .65rem; }
.quote-print p:last-child { margin-bottom: 0; }
.print-section { margin-top: 1rem; }
.print-brand-strip { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; padding-bottom: .85rem; margin-bottom: 1rem; border-bottom: 5px solid var(--q-red); }
.print-brand-image { width: min(430px, 62%); height: auto; object-fit: contain; }
.print-quote-ref { min-width: 150px; text-align: right; border-left: 1px solid var(--q-line); padding-left: 1rem; }
.print-quote-ref span, .print-quote-ref small, .print-total-card span, .print-total-card small, .print-meta-grid dt, .print-spec-list dt { display: block; color: var(--q-muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.print-quote-ref strong { display: block; margin: .1rem 0; font-size: 1.35rem; line-height: 1.05; }
.print-hero { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 1rem; align-items: start; }
.print-subtitle { color: var(--q-muted); font-weight: 700; }
.print-meta-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; margin: .95rem 0 0; }
.print-meta-grid div { border-top: 1px solid var(--q-line); padding-top: .45rem; }
.print-meta-grid dd { margin: .12rem 0 0; font-weight: 900; }
.print-total-card { display: grid; align-content: center; gap: .25rem; padding: 1rem; border-radius: 8px; background: #111318; color: white; text-align: right; }
.print-total-card span, .print-total-card small { color: rgba(255, 255, 255, .74); }
.print-total-card strong { font-size: 2.15rem; line-height: 1; }
.print-two-col, .print-three-col, .print-spec-layout { display: grid; gap: .85rem; align-items: stretch; }
.print-two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.print-three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.print-spec-layout { grid-template-columns: minmax(0, 1fr) 235px; align-items: start; }
.print-card, .print-silo-plan-card { border: 1px solid var(--q-line); border-radius: 8px; padding: .9rem; background: #fbfcfd; }
.print-highlight { display: inline-block; border-left: 4px solid var(--q-red); padding: .35rem .6rem; background: white; font-weight: 800; }
.print-preline, .print-terms-body { white-space: pre-line; }
.print-spec-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem .85rem; margin: 0; }
.print-spec-list div { min-width: 0; border-top: 1px solid #e9edf1; padding-top: .38rem; }
.print-spec-list dd { margin: .1rem 0 0; font-weight: 800; overflow-wrap: anywhere; }
.print-silo-plan-card { display: grid; align-content: start; gap: .45rem; margin: 0; padding: .65rem; background: white; }
.print-silo-plan { width: 100%; aspect-ratio: 1 / 1; border: 1px solid var(--q-line); border-radius: 6px; background: #fbfcfd; }
.print-plan-list { margin: .1rem 0 0; padding-left: 1rem; color: var(--q-muted); font-size: .75rem; }
.print-small-note, .print-map-link, .print-document-footer { color: var(--q-muted); font-size: .75rem; }
.print-section-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: .65rem; }
.print-price-table { margin: 0; border: 1px solid var(--q-line); }
.print-price-table thead th { background: #111318; color: white; border: 0; font-size: .78rem; text-transform: uppercase; }
.print-price-table td, .print-price-table th { padding: .45rem .55rem; vertical-align: top; }
.print-price-table tbody tr:nth-child(even) td { background: #f7f8fa; }
.price-to-confirm td { color: #8a5a00; font-weight: 800; }
.no-cost td { color: #24724e; font-weight: 800; }
.print-totals { display: flex; justify-content: flex-end; margin-top: .8rem; }
.print-totals dl { width: min(360px, 100%); margin: 0; border: 1px solid var(--q-line); border-radius: 8px; overflow: hidden; }
.print-totals div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem .75rem; background: white; border-bottom: 1px solid var(--q-line); }
.print-totals div:last-child { border-bottom: 0; }
.print-totals dt, .print-totals dd { margin: 0; }
.print-totals dd { font-weight: 900; }
.print-grand-total { background: #111318 !important; color: white; font-size: 1.15rem; }
.print-included-list, .print-attachment-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; padding: 0; margin: 0; list-style: none; }
.print-included-list li, .print-attachment-list li { border: 1px solid var(--q-line); border-radius: 6px; padding: .5rem .6rem; background: #fbfcfd; }
.print-included-list span { display: block; font-weight: 800; }
.print-included-list small { color: var(--q-muted); }
.print-terms { border-top: 3px solid var(--q-red); padding-top: .75rem; }
.print-terms-body { font-size: .9rem; line-height: 1.45; }
.print-base-recommendation { border: 1px solid var(--q-line); border-left: 4px solid var(--q-red); border-radius: 8px; padding: .7rem .8rem; margin: .65rem 0 .8rem; background: #fbfcfd; font-size: .84rem; line-height: 1.35; }
.print-base-recommendation h3 { margin-bottom: .45rem; }
.print-base-recommendation dl { display: grid; gap: .35rem; margin: 0 0 .55rem; }
.print-base-recommendation div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: .65rem; border-top: 1px solid #e9edf1; padding-top: .35rem; }
.print-base-recommendation div:first-child { border-top: 0; padding-top: 0; }
.print-base-recommendation dt, .print-base-recommendation dd { margin: 0; }
.print-base-recommendation dt { color: var(--q-muted); font-weight: 900; text-transform: uppercase; font-size: .68rem; }
.print-base-recommendation dd { font-weight: 900; }
.print-base-recommendation p { margin-bottom: .35rem; color: #343941; }
.print-document-footer { display: flex; justify-content: space-between; gap: .8rem; margin-top: 1.25rem; padding-top: .65rem; border-top: 1px solid var(--q-line); }
.quote-table tfoot th { font-size: 1.1rem; }

@media (max-width: 1000px) {
  .metric-grid, .admin-grid, .builder-grid, .form-grid.compact { grid-template-columns: 1fr; }
  .quote-summary { position: static; }
  .quote-row, .form-grid, .component-grid, .pricing-table, .pricing-row, .compact-pricing .pricing-row, .pricing-edit-row, .component-edit-row, .pricing-edit-grid, .pricing-edit-grid.component, .pricing-add-grid, .pricing-add-grid.component, .print-grid, .print-hero, .print-two-col, .print-three-col, .print-spec-layout, .location-helper { grid-template-columns: 1fr; }
  .print-brand-strip, .print-document-footer, .print-section-heading { align-items: flex-start; flex-direction: column; }
  .print-brand-image { width: 100%; max-width: 430px; }
  .print-quote-ref { width: 100%; text-align: left; border-left: 0; border-top: 1px solid var(--q-line); padding: .75rem 0 0; }
  .print-meta-grid, .print-spec-list, .print-included-list, .print-attachment-list { grid-template-columns: 1fr; }
  .span-2, .checkline { grid-column: span 1; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  html { font-size: 10pt; }
  body { background: white; margin: 0; display: block; }
  .no-print { display: none !important; }
  .qms-page { max-width: none; padding: 0 !important; }
  main.pb-3 { padding-bottom: 0 !important; }
  .panel, .quote-print { border: 0; box-shadow: none; }
  .quote-print { width: auto; max-width: none; margin: 0; padding: 0; }
  .quote-print h1 { font-size: 18pt; }
  .quote-print h2 { font-size: 10.5pt; }
  .quote-print h3 { font-size: 9.5pt; }
  .quote-print p { margin-bottom: 2.5mm; }
  .print-section { margin-top: 4mm; }
  .print-brand-strip { flex-direction: row; align-items: flex-start; padding-bottom: 3mm; margin-bottom: 4mm; }
  .print-brand-image { width: 92mm; max-width: none; }
  .print-quote-ref { width: auto; text-align: right; border-left: 1px solid var(--q-line); border-top: 0; padding: 0 0 0 5mm; }
  .print-quote-ref strong { font-size: 13pt; }
  .print-hero { grid-template-columns: minmax(0, 1fr) 52mm; gap: 5mm; align-items: start; }
  .print-total-card { min-height: 31mm; padding: 5mm; }
  .print-total-card strong { font-size: 18pt; }
  .print-meta-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3mm; }
  .print-meta-grid div { padding-top: 2mm; }
  .print-two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4mm; }
  .print-three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4mm; }
  .print-spec-layout { grid-template-columns: minmax(0, 1fr) 52mm; gap: 4mm; align-items: start; }
  .print-spec-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2mm 4mm; }
  .print-spec-list div { padding-top: 1.5mm; }
  .print-spec-list dd { margin-top: .5mm; }
  .print-card, .print-silo-plan-card, .print-totals dl { border-color: #cfd5dc; }
  .print-card, .print-silo-plan-card, .print-totals, .print-files-section, .print-included-list li, .print-attachment-list li, .print-price-table tr { break-inside: avoid; page-break-inside: avoid; }
  .print-silo-plan { height: 38mm; aspect-ratio: auto; }
  .print-plan-list, .print-small-note, .print-map-link { font-size: 7.5pt; }
  .print-price-table td, .print-price-table th { padding: 1.8mm 2.5mm; }
  .print-included-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5mm; }
  .print-included-list li { padding: 1.5mm 1.9mm; }
  .print-included-list span { font-size: 8.2pt; line-height: 1.2; }
  .print-included-list small { display: none; }
  .print-attachment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5mm; }
  .print-attachment-list li { padding: 2.2mm 2.7mm; }
  .print-terms-body { font-size: 8.6pt; }
  .print-base-recommendation { font-size: 7.8pt; padding: 2.2mm 2.6mm; margin: 2.4mm 0 3mm; }
  .print-base-recommendation div { grid-template-columns: 29mm minmax(0, 1fr); gap: 3mm; padding-top: 1.4mm; }
  .print-base-recommendation h3 { font-size: 8.5pt; }
  .print-document-footer { flex-direction: row; justify-content: space-between; font-size: 7.5pt; }
  a { color: inherit; text-decoration: none; }
}
