/* =============================================================================
   Mercedes-Benz Members · Kostenvergleich
   Stylesheet nach den Mercedes-Benz Trucks Brand Design Guidelines
   (Quelle: brand-design.mercedes-benz-trucks.com/document/74)
   ============================================================================= */

/* ---------- Schriften (MB Corpo, woff2) ---------- */
@font-face{font-family:"MB Corpo Text";src:url("https://static.janluca.tech/fonts/MBCorpoSText-Light-Web.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"MB Corpo Text";src:url("https://static.janluca.tech/fonts/MBCorpoSText-Regular-Web.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"MB Corpo Text";src:url("https://static.janluca.tech/fonts/MBCorpoSText-Bold-Web.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"MB Corpo Title";src:url("https://static.janluca.tech/fonts/MBCorpoSTitle-CondBold-Web.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"MB Corpo A Title";src:url("https://static.janluca.tech/fonts/MBCorpoATitleCond-Regular-Web.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}

/* ---------- Design-Tokens ---------- */
:root{
  /* Neutral Grey Scale (12) */
  --white:#FFFFFF; --grey-100:#F2F2F2; --grey-200:#E6E6E6; --grey-300:#CCCCCC;
  --grey-400:#B3B3B3; --grey-500:#999999; --grey-600:#808080; --grey-700:#666666;
  --grey-800:#4D4D4D; --grey-850:#373737; --grey-900:#232323; --black:#000000;
  /* Pure Blue Scale */
  --blue-50:#CCE8FE; --blue-100:#99D1FD; --blue-200:#66BAFC; --blue-300:#33A3FB;
  --blue:#008DFC;        /* Pure Blue Bright – on light */
  --blue-dark:#0078D6;   /* Pure Blue Dark – on dark */
  --blue-600:#0064B4; --blue-700:#004F91; --blue-800:#003B6E; --blue-950:#00182C;
  /* Status */
  --green:#21A330; --yellow:#FACC00; --red:#FF4A4A;
  /* Text */
  --txt:#232323; --txt-muted:#666666; --txt-on-dark:#FFFFFF;
  --muted:#666666; --muted2:#999999;   /* Aliase für JS-Inline-Styles */
  /* Spacing (8px base) */
  --sp-xl:240px; --sp-lg:120px; --sp-md:64px; --sp-msm:32px;
  --sp-sm:24px; --sp-xs:16px; --sp-8:8px;
  /* Layout */
  --maxw:1680px; --content:1320px;
}
@media (max-width:600px){
  :root{ --sp-xl:120px; --sp-lg:80px; --sp-md:40px; }
}

/* ---------- Reset / Base ---------- */
*{box-sizing:border-box}
html,body{margin:0}
body{
  background:var(--white);
  color:var(--txt);
  font-family:"MB Corpo Text",Arial,Helvetica,sans-serif;
  font-weight:400;
  font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%}
a{color:var(--blue)}
b,strong{font-weight:700}
button,input,select,textarea{font-family:inherit}

/* ---------- Typografie ---------- */
h1,h2,h3,h4{
  font-family:"MB Corpo Title","MB Corpo Text",Arial,sans-serif;
  font-weight:700;
  text-transform:uppercase;   /* Headlines: ALWAYS ALL CAPS */
  letter-spacing:.005em;
  line-height:1.02;
  margin:0;
  color:var(--grey-900);
}
h1{font-size:clamp(44px,6vw,90px)}
h2{font-size:clamp(28px,3.2vw,40px)}
h3{font-size:clamp(24px,2.4vw,30px)}
h4{font-size:24px}
.topline{
  font-family:"MB Corpo A Title","MB Corpo Text",Arial,sans-serif;
  font-weight:400; font-size:clamp(20px,2vw,28px); line-height:1.25;
  color:var(--blue); margin:0 0 8px; letter-spacing:.01em;
}

/* =============================================================================
   FRAMEWORK: META-NAV + HEADER
   ============================================================================= */
/* Top-Banner (Meta-Nav) */
.meta-nav{ background:#F2F2F2; height:40px; }
.meta-inner{
  max-width:var(--maxw); height:40px; margin:0 auto; padding:0 var(--sp-sm);
  display:flex; align-items:center; justify-content:flex-end; gap:32px;
}
.meta-inner a{
  font-size:0.75rem;
  font-style:normal;
  font-weight:400;
  line-height:1.25rem;
  color:#666666; text-decoration:none; display:inline-flex; align-items:center; gap:6px;
  position:relative;
}
.meta-inner a:not(:last-child)::after{
  content:''; position:absolute; right:-16px; width:1px; height:20px; background:#666666;
}
.meta-inner a:hover{ color:#0078d6; }

.mb-header{
  position:sticky; top:0; z-index:50;
  background:var(--black); height:72px; border-bottom:1px solid var(--grey-850);
}
.header-inner{
  max-width:var(--maxw); height:72px; margin:0 auto; padding:0 var(--sp-sm);
  display:flex; align-items:center; gap:16px;
}
.brand-logo{ width:38px; height:38px; flex:0 0 auto; display:block; }     /* MB-Stern (weiß) auf dunklem Header */
.wordmark{ font-weight:400; font-size:18px; color:var(--white); }
.wordmark b{ font-weight:700; }
.header-spacer{ flex:1; }
.header-meta{ font-weight:700; font-size:14px; color:var(--grey-400); }

/* =============================================================================
   HERO  (topline → headline → body)
   ============================================================================= */
.hero{ background:var(--white); padding:var(--sp-lg) 0 var(--sp-md); }
.hero-inner{ max-width:var(--maxw); margin:0 auto; padding:0 var(--sp-sm); }
.hero-title{ margin:0 0 var(--sp-sm); }
.hero-lead{
  font-size:22px; line-height:32px; max-width:70ch; color:var(--grey-800);
  margin:0 0 var(--sp-md);
}
@media (max-width:600px){ .hero-lead{ font-size:18px; line-height:28px; } }

/* =============================================================================
   ICONS  (Mercedes-Benz Icon Library, assets/icons)
   Monochrome SVGs werden per CSS-Maske eingefärbt → übernehmen currentColor,
   passen sich so an dunkle/blaue/Hover-Kontexte an.
   ============================================================================= */
.ic{
  display:inline-block; width:24px; height:24px; flex:0 0 auto; vertical-align:middle;
  background-color:currentColor;          /* Icon nimmt die Textfarbe an */
  /* Longhand statt Shorthand: var(--i) wird im mask-Shorthand von vielen Browsern
     NICHT aufgelöst → Icons unsichtbar. Einzeln gesetzt funktioniert es zuverlässig. */
  -webkit-mask-image:var(--i);   mask-image:var(--i);
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:center;  mask-position:center;
  -webkit-mask-size:contain;     mask-size:contain;
}
.ic-lg{ width:28px; height:28px; }
.ic-sm{ width:16px; height:16px; }

/* Beispieldaten-Kennzeichnung: Badge auf der Karte + Hinweisbanner */
.badge-example{ font-weight:700; font-size:10.5px; color:var(--white); background:var(--blue); padding:3px 9px; flex:0 0 auto; }
.example-note{
  display:flex; align-items:flex-start; gap:12px;
  background:var(--blue-50); border-left:4px solid var(--blue);
  padding:14px 16px; font-size:14px; line-height:1.5; color:var(--grey-800);
  margin-bottom:var(--sp-sm);
}
.example-note .ic{ color:var(--blue); }

/* =============================================================================
   ELEMENTS: Buttons
   ============================================================================= */
.toolbar{ display:flex; flex-wrap:wrap; gap:var(--sp-xs); }
.btn{
  font-weight:700; font-size:14px; line-height:20px;
  padding:12px 24px; cursor:pointer;
  background:transparent; color:var(--grey-900);
  border:1px solid var(--grey-900); border-radius:0;
  display:inline-flex; align-items:center; gap:8px;
  transition:background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn:hover{ border-color:var(--blue); color:var(--blue); }        /* Secondary */
.btn:focus-visible{ outline:2px solid var(--blue); outline-offset:2px; }
.btn.primary{ background:var(--blue); border-color:var(--blue); color:var(--white); }   /* Primary */
.btn.primary:hover{ background:var(--blue-dark); border-color:var(--blue-dark); box-shadow:0 8px 20px rgba(0,141,252,.30); }
.btn.ghost{ border-color:transparent; padding-left:8px; padding-right:8px; }              /* Text link */
.btn.ghost:hover{ border-color:transparent; color:var(--blue); }
.btn.danger:hover{ border-color:var(--red); color:var(--red); }
.btn:disabled{ opacity:.4; cursor:not-allowed; }

/* =============================================================================
   LAYOUT: Content + Sections
   ============================================================================= */
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 var(--sp-sm) var(--sp-md); }
section.card{ background:var(--white); padding:var(--sp-md) 0; border-top:1px solid var(--grey-200); }
section.card>h2{ margin:0 0 var(--sp-sm); display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
section.card>h2 .hint{
  font-family:"MB Corpo Text",Arial,sans-serif; font-weight:400; font-size:14px;
  text-transform:none; letter-spacing:0; color:var(--grey-600);
}
.hr{ height:1px; background:var(--grey-200); border:0; margin:var(--sp-sm) 0; }

/* Grids + Fields */
.grid{ display:grid; gap:var(--sp-xs) var(--sp-sm); }
.g-glob{ grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); }
.field{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.field label{ font-weight:700; font-size:13px; line-height:18px; color:var(--grey-800); }
/* Label-Bereich auf 2 Zeilen normieren → ein- und zweizeilige Labels richten die
   Eingabefelder in jeder Zeile bündig aus (gleiche Input-Höhe nebeneinander). */
.field > label:not(.switch){ display:block; min-height:36px; }
.field .unit{ font-weight:400; color:var(--grey-500); }
.note{ font-size:12px; line-height:18px; color:var(--grey-600); }
.switch{ display:flex; align-items:center; gap:10px; font-weight:400; font-size:14px; color:var(--grey-800); }

/* Forms: minimalist, full-width inputs */
input[type=number],input[type=text],select{
  width:100%; background:var(--white); color:var(--grey-900);
  border:1px solid var(--grey-300); border-radius:0;
  padding:10px 12px; font-size:15px; line-height:20px; outline:none;
  transition:border-color .15s, box-shadow .15s;
}
input[type=number]:focus,input[type=text]:focus,select:focus{
  border-color:var(--blue); box-shadow:inset 0 -2px 0 0 var(--blue);
}
input[type=checkbox]{ width:18px; height:18px; accent-color:var(--blue); }
input[type=range]{ width:100%; accent-color:var(--blue); }

/* Dropdown: outline box + arrow-down icon on the left (per guideline) */
select{
  appearance:none; -webkit-appearance:none;
  font-weight:700; color:var(--grey-900);
  padding:10px 12px 10px 40px; cursor:pointer;
  background-image:url("https://static.janluca.tech/mb-icons/Chevron%20down.svg");
  background-repeat:no-repeat; background-position:left 12px center; background-size:16px 16px;
}
select:hover{ border-color:var(--grey-500); }

/* =============================================================================
   SCENARIO sliders
   ============================================================================= */
.sliders{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:var(--sp-msm); }
.slider-block label.top{
  display:flex; justify-content:space-between; gap:12px;
  font-weight:700; font-size:14px; color:var(--grey-800); margin-bottom:10px;
}
.slider-block label.top b{ color:var(--blue); font-variant-numeric:tabular-nums; }
.band-readout{ font-size:13px; color:var(--grey-600); margin-top:8px; }

/* =============================================================================
   VEHICLE CARDS
   ============================================================================= */
.vehicles{ display:grid; grid-template-columns:repeat(auto-fill,minmax(330px,1fr)); gap:var(--sp-sm); margin-top:var(--sp-sm); }
.vcard{ background:var(--white); border:1px solid var(--grey-200); display:flex; flex-direction:column; }
.vcard .vhead{
  display:flex; align-items:center; gap:10px; padding:12px 16px;
  background:var(--grey-100); border-bottom:1px solid var(--grey-200);
}
.vcard .vhead .dot{ width:10px; height:10px; border-radius:50%; flex:0 0 auto; }
.vcard .vhead .vname{ flex:1; min-width:0; }
.vcard .vhead .vname input{ border:0; background:transparent; padding:2px 0; font-weight:700; font-size:16px; }
.vcard .vhead .vname input:focus{ box-shadow:none; }
.badge-type{ font-weight:700; font-size:11px; color:var(--grey-700); border:1px solid var(--grey-300); padding:3px 9px; }
.xbtn{ background:transparent; border:1px solid var(--grey-300); color:var(--grey-600); width:30px; height:30px; cursor:pointer; font-size:16px; line-height:1; flex:0 0 auto; border-radius:0; }
.xbtn:hover{ border-color:var(--red); color:var(--red); }
.vcard .vbody{ padding:16px; display:grid; gap:14px 16px; }
.vbody.two{ grid-template-columns:1fr 1fr; }
.vcard .vbody .sub{
  grid-column:1/-1; font-weight:700; font-size:12px; color:var(--grey-900);
  padding-bottom:6px; border-bottom:1px solid var(--grey-200); margin-top:6px;
}

/* =============================================================================
   RESULTS: Ranking, Table, Charts
   ============================================================================= */
.results-grid{ display:grid; gap:var(--sp-msm); }

/* Segmented toggle (chip-like) */
.seg{ display:inline-flex; border:1px solid var(--grey-300); margin-left:auto; }
.seg button{ font-weight:700; font-size:13px; padding:8px 18px; background:var(--white); color:var(--grey-700); border:0; cursor:pointer; }
.seg button.active{ background:var(--blue); color:var(--white); }
.seg button:not(.active):hover{ background:var(--grey-100); color:var(--blue); }

/* Ranking cards */
.ranking{ display:flex; gap:var(--sp-xs); flex-wrap:wrap; }
.rank-pill{ background:var(--white); border:1px solid var(--grey-200); padding:16px 20px; min-width:180px; }
.rank-pill.best{ border:2px solid var(--blue); }
.rank-pill .rp-top{ display:flex; align-items:center; gap:8px; font-size:12px; color:var(--grey-600); }
.rank-pill .rp-name{ font-weight:700; font-size:16px; color:var(--grey-900); margin:4px 0 2px; }
.rank-pill .rp-val{ font-weight:700; font-size:24px; color:var(--grey-900); font-variant-numeric:tabular-nums; line-height:1.1; }
.rank-pill.best .rp-val{ color:var(--blue); }
.rank-pill .rp-sub{ font-size:12px; color:var(--grey-600); margin-top:4px; }
.medal{ display:inline-flex; align-items:center; }
.rank-trophy{ color:var(--blue); }
.rank-num{ display:inline-flex; align-items:center; justify-content:center; width:16px; height:16px; font-weight:700; font-size:11px; color:var(--grey-600); }
.band-arrow.up{ color:var(--grey-700); }
.band-arrow.down{ color:var(--green); }
.best-tag .ic{ color:var(--blue); margin-right:4px; }
.selftest .ic.ok{ color:var(--green); }
.selftest .ic.fail{ color:var(--red); }
.selftest .fail{ color:var(--red); font-weight:700; }

/* Tables: 1px horizontal lines only, no vertical dividers */
.tbl-scroll{ overflow-x:auto; }
table.cmp{ border-collapse:collapse; width:100%; min-width:560px; font-size:14px; }
table.cmp th,table.cmp td{ padding:12px 14px; text-align:right; border-bottom:1px solid var(--grey-200); white-space:nowrap; }
table.cmp th:first-child,table.cmp td:first-child{ text-align:left; position:sticky; left:0; background:var(--white); }
table.cmp thead th{ font-weight:700; color:var(--grey-900); border-bottom:2px solid var(--grey-900); vertical-align:bottom; }
table.cmp tbody td{ font-variant-numeric:tabular-nums; color:var(--grey-900); }
table.cmp .cat{ font-weight:400; color:var(--grey-700); }
table.cmp .swatch{ display:inline-block; width:10px; height:10px; margin-right:8px; vertical-align:middle; }
table.cmp tr.total td{ font-weight:700; font-size:15px; border-top:2px solid var(--grey-900); }
table.cmp tr.sub-row td{ color:var(--grey-600); font-size:13px; }
table.cmp td.credit{ color:var(--green); }
table.cmp .best-col{ background:#EAF5FF; }
table.cmp th.best-col{ background:#D6ECFF; }
table.cmp tr.total td.best-col{ color:var(--blue); }
table.cmp td.best-col:first-child,table.cmp th.best-col:first-child{ background:#EAF5FF; }
.best-tag{ display:block; font-weight:700; font-size:11px; color:var(--blue); }

/* Chart captions + axis control */
.chart-cap{
  display:flex; align-items:center; flex-wrap:wrap; gap:10px;
  font-weight:700; font-size:13px; color:var(--grey-900); text-transform:uppercase; letter-spacing:.04em;
  margin:var(--sp-xs) 0 10px;
}
.chart-cap .hint{ font-weight:400; font-size:12px; color:var(--grey-600); text-transform:none; letter-spacing:0; }
.axis-ctrl{ margin-left:auto; display:inline-flex; align-items:center; gap:8px; font-weight:400; font-size:12px; color:var(--grey-600); text-transform:none; letter-spacing:0; }
.axis-ctrl #axisUnit{ color:var(--grey-500); }
.axis-ctrl input{ width:96px; padding:6px 8px; font-size:12px; }

/* Charts auf hellem MB-Panel (Grey 100 zur Differenzierung; Achsen/Gitter dunkel) */
.chart-box{ background:var(--grey-100); border:1px solid var(--grey-200); padding:16px; height:420px; position:relative; }

/* Kaution / info note (warning yellow accent) */
.kaution{
  display:flex; align-items:flex-start; gap:12px;
  background:var(--grey-100); border-left:4px solid var(--yellow);
  padding:14px 16px; font-size:14px; line-height:1.5; color:var(--grey-800);
}
.kaution svg{ flex:0 0 auto; margin-top:2px; color:var(--grey-700); }

.selftest{ font-size:13px; color:var(--grey-600); display:flex; align-items:center; gap:8px; }
.selftest .ok{ color:var(--green); font-weight:700; }
.selftest .fail{ color:var(--red); font-weight:700; }

#assertBanner{ display:none; background:#FFF0F0; border:1px solid var(--red); color:#7a1f1f; padding:14px 16px; margin-top:var(--sp-xs); font-size:14px; }

/* In-content disclaimer */
.footer{ color:var(--grey-600); font-size:13px; line-height:1.7; max-width:80ch; padding-top:var(--sp-sm); margin-top:var(--sp-sm); border-top:1px solid var(--grey-200); }

/* Toast (black structural) */
#toast{
  position:fixed; bottom:24px; left:50%; transform:translateX(-50%) translateY(20px);
  background:var(--black); color:var(--white); padding:14px 22px;
  font-weight:700; font-size:14px; opacity:0; pointer-events:none; transition:.25s; z-index:100;
}
#toast.show{ opacity:1; transform:translateX(-50%) translateY(0); }

/* =============================================================================
   FRAMEWORK: FOOTER (blue teaser + white meta nav)
   ============================================================================= */
.mb-footer{ margin-top:var(--sp-lg); }
.footer-teaser{ background:var(--blue); color:var(--white); }
.footer-teaser-inner{
  max-width:var(--maxw); margin:0 auto; padding:var(--sp-md) var(--sp-sm);
  display:flex; align-items:center; justify-content:space-between; gap:var(--sp-sm); flex-wrap:wrap;
}
.footer-teaser .topline{ color:var(--white); opacity:.9; }
.footer-teaser-title{ color:var(--white); margin:0; }
.footer-social{ display:flex; align-items:center; gap:16px; }
.footer-social a{ color:var(--white); display:inline-flex; }
.footer-social svg{ width:32px; height:32px; }            /* L size: footer/social */
.footer-social a:hover{ opacity:.8; }
.footer-teaser .btn{ border-color:var(--white); color:var(--white); }
.footer-teaser .btn:hover{ background:var(--white); color:var(--blue); border-color:var(--white); }

.footer-meta{ background:var(--white); border-top:1px solid var(--grey-200); }
.footer-meta-inner{
  max-width:var(--maxw); margin:0 auto; padding:var(--sp-sm);
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
}
.footer-links{ display:flex; align-items:center; gap:0; flex-wrap:wrap; }
.footer-links a{
  font-weight:700; font-size:13px; color:var(--grey-700); text-decoration:none;
  padding:0 16px; border-right:1px solid var(--grey-300); line-height:1;
}
.footer-links a:first-child{ padding-left:0; }
.footer-links a:last-child{ border-right:0; }
.footer-links a:hover{ color:var(--blue); }
.footer-copy{ font-size:13px; color:var(--grey-600); }

/* "Made by janluca." — Akzent-Link (Stolzl bleibt aus Typekit) */
.made-by{
  font-family:'stolzl',"MB Corpo Text",sans-serif; font-weight:400;
  color:var(--grey-700); text-decoration:none; position:relative; display:inline-block;
  transition:all .3s ease;
}
.made-by:hover{ color:var(--grey-900); transform:translateY(-2px); }
.made-by::after{ content:''; position:absolute; width:0; height:1px; bottom:-2px; left:0; background:linear-gradient(90deg,var(--blue),#ffffff); transition:width .3s ease; }
.made-by:hover::after{ width:100%; }

/* ---------- Disclaimer ---------- */
.disclaimer{
  background:var(--grey-100); border-top:1px solid var(--grey-200); border-bottom:1px solid var(--grey-200);
  margin:0;
}
.disclaimer-inner{
  max-width:var(--maxw); margin:0 auto; padding:var(--sp-sm);
  font-size:13px; color:var(--txt-muted); line-height:1.8;
}
.disclaimer-inner p{
  margin:8px 0; padding:0;
}
.disclaimer-inner p:first-child{ margin-top:0; }
.disclaimer-inner p:last-child{ margin-bottom:0; }
.disclaimer-inner .ic{ width:16px; height:16px; }

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width:600px){
  .meta-nav{ display:none; }
  .mb-header{ height:56px; }
  .header-inner{ height:56px; gap:12px; padding:0 var(--sp-xs); }
  .brand-logo{ width:34px; height:34px; }
  .wordmark{ font-size:16px; white-space:nowrap; }
  .header-meta{ display:none; }                 /* "Kostenvergleich" rechts ausblenden → mehr Platz */
  .vbody.two{ grid-template-columns:1fr; }
  .footer-teaser-inner,.footer-meta-inner{ flex-direction:column; align-items:flex-start; }
  .hero{ padding:var(--sp-md) 0; }

  /* Vergleichstabelle: an Viewport anpassen, Kostenart-Spalte darf umbrechen */
  table.cmp{ min-width:0; font-size:12.5px; }
  table.cmp th,table.cmp td{ padding:9px 8px; }
  table.cmp th:first-child,table.cmp td:first-child{ white-space:normal; width:42%; padding-left:0; }
  table.cmp .cat{ font-size:12.5px; line-height:1.3; }
  table.cmp .swatch{ width:9px; height:9px; margin-right:6px; }
  table.cmp .best-tag{ font-size:10px; }
  .wrap{ padding-left:var(--sp-xs); padding-right:var(--sp-xs); }
}

/* =============================================================================
   PRINT (DIN A4)
   ============================================================================= */
@media print{
  @page{ size:A4 portrait; margin:12mm; }
  body{ font-size:11px; }
  .meta-nav,.mb-header,.toolbar,.vehicles,section.scenario,#toast,.xbtn,.no-print,
  .footer-teaser,.hero-lead{ display:none !important; }
  .hero{ padding:0 0 8px; }
  section.card{ padding:10px 0; break-inside:avoid; }
  .results-grid{ gap:10px; }
  table.cmp{ font-size:10px; min-width:0; }
  table.cmp th,table.cmp td{ padding:5px 8px; }
  .chart-box{ height:300px; break-inside:avoid; -webkit-print-color-adjust:exact; print-color-adjust:exact; }
  .best-col,.footer-teaser{ -webkit-print-color-adjust:exact; print-color-adjust:exact; }
  .mb-footer{ margin-top:16px; }
  *{ -webkit-print-color-adjust:exact; print-color-adjust:exact; }
}
