/* M24 Fahrzeug-Detail — boxed #fafafa, weiße Karten 12px; Hero + Telemetrie ECKIG (radius 0). */
.m24fz{--ink:#14161a;--dark:#1e2228;--bg:#fafafa;--paper:#fff;--line:#e6e6e3;--blue:#1763ad;--brass:#9a6b25;--red:#9e2b2b;--mut:#6b7077;
	background:var(--bg);font-family:'Saira',sans-serif;color:var(--ink);padding:22px 0 48px}
.m24fz *{box-sizing:border-box}
/* Saira scoped — über tagDiv-Theme erzwingen (nur innerhalb .m24fz) */
.m24fz,.m24fz h1,.m24fz h2,.m24fz h3,.m24fz h4,.m24fz p,.m24fz span,.m24fz a,.m24fz button,.m24fz li,.m24fz strong,.m24fz input,.m24fz select,.m24fz textarea{font-family:'Saira',-apple-system,Segoe UI,sans-serif!important}
.m24fz-wrap{max-width:1164px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:18px}
.m24fz-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:20px}
.m24fz h1,.m24fz h2{font-weight:700;margin:0}
.m24fz-h1{font-size:30px;font-weight:800;line-height:1.12;letter-spacing:-.01em}
.m24fz h2{font-size:19px;margin-bottom:12px}

/* 1. HERO — eckig, Beitragsbild als Hintergrund + dunkler Verlauf als Overlay */
.m24fz-hero{position:relative;background:var(--dark);color:#fff;border-radius:0;overflow:hidden;padding:18px 22px 22px;display:flex;flex-direction:column;gap:26px;min-height:200px}
.m24fz-hero.has-img{min-height:clamp(320px,46vw,560px);justify-content:space-between;padding-bottom:14px}
.m24fz-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
/* Verlauf: klare Mitte, dunkel nur knapp am unteren Rand (verdeckt weniger Fahrzeug-Details) */
.m24fz-hero-ov{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(20,22,26,.46) 0%,rgba(20,22,26,.05) 26%,rgba(20,22,26,0) 52%,rgba(20,22,26,.40) 82%,rgba(20,22,26,.80) 100%)}
.m24fz-hero-top{display:flex;gap:8px;justify-content:center;position:relative;z-index:2}
.m24fz-hero-foot{display:flex;flex-direction:column;gap:8px;align-items:stretch;position:relative;z-index:2}
.m24fz-hero-titlerow{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}
.m24fz-hero-titlerow .m24fz-gal-launch{flex:0 0 auto}
.m24fz-bc{font-size:12px;color:rgba(255,255,255,.6)}.m24fz-bc a{color:rgba(255,255,255,.8);text-decoration:none}
.m24fz-hero-title{font-size:30px;font-weight:700;line-height:1.1;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
/* Hero-Titel ist jetzt ein <h1> → tagDiv-Theme-h1-Farbe (#111) überschreiben. Zwei Klassen + !important. */
.m24fz-hero .m24fz-hero-title{color:#fff!important}
.m24fz-mhead{display:none} /* nur ≤768px sichtbar (Entwurf A) */
.m24fz-pill{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:7px 14px;font:inherit;font-size:13px;cursor:pointer}
.m24fz-pill:hover{background:rgba(255,255,255,.12)}

/* 2. TELEMETRIE — eckig, Messing-Oberlinie + Messing-Labels */
.m24fz-tel{background:var(--ink);border-radius:0;overflow:hidden;border-top:3px solid var(--brass);display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:-18px}
.m24fz-tel-cell{padding:16px 18px;border-left:1px solid rgba(255,255,255,.08)}
.m24fz-tel-cell:first-child{border-left:0}
.m24fz-tel-cell .k{color:var(--brass);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}
.m24fz-tel-cell .v{color:#fff;font-size:15px;font-weight:600;white-space:nowrap}

/* 3. 2/3 + 1/3 */
.m24fz-main{display:grid;grid-template-columns:2fr 1fr;gap:18px;align-items:start}
/* Content-Box (Variante A): Kicker + Highlights + Haarlinie + Beschreibung */
.m24fz-infobox{padding:40px 44px 42px}
.m24fz-kicker{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--brass);font-weight:700;margin-bottom:16px}
.m24fz-keyf{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.m24fz-keyf li{padding-left:28px;position:relative;font-size:17px;font-weight:600;color:#1a1d22;line-height:1.3}
.m24fz-keyf li:before{content:'✓';position:absolute;left:0;color:var(--brass);font-weight:700}
.m24fz-hr{border:0;border-top:1px solid #ececec;margin:22px 0}
.m24fz-zus{color:#3a3f47;font-size:16px;font-weight:400;line-height:1.72;max-width:62ch}
.m24fz-zus p{margin:0 0 1em}.m24fz-zus p:last-child{margin-bottom:0}
.m24fz-side{display:flex;flex-direction:column;gap:18px;position:sticky;top:96px}
.m24fz-pricebox{display:flex;flex-direction:column;gap:10px}
.m24fz-preis{color:var(--brass);font-size:28px;font-weight:700}
.m24fz-preis-alt{color:var(--mut);font-size:17px;text-decoration:line-through;text-decoration-color:var(--red)}
.m24fz-preis-note{color:var(--mut);font-size:12px;margin-top:-6px}
.m24fz-btn{font:inherit;font-weight:600;border:0;border-radius:8px;padding:12px 16px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#1f74c4,#0e447e)}
.m24fz-btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}
.m24fz-btn[disabled]{opacity:.5;cursor:not-allowed}
.m24fz-views{color:var(--mut);font-size:13px;margin:2px 0 0}
/* Händler-Info jetzt IN der Preisbox unter einer Trennlinie (Aufrufe-Zeile entfernt) */
.m24fz-seller{display:flex;flex-direction:column;gap:4px;border-top:1px solid #ececec;margin-top:6px;padding-top:14px}
.m24fz-seller strong{font-size:16px;font-weight:700;color:#1a1d22}.m24fz-seller span{color:#9aa0a8;font-size:14px}

/* 4. Bilder — linke Kachel = Höhe(rechts oben)+Gap+Höhe(rechts unten), Böden bündig */
.m24fz-photos{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:14px;align-items:stretch}
.m24fz-photos figure{margin:0;position:relative;border-radius:8px;overflow:hidden;background:#ededea;min-height:0}
.m24fz-photos .big{grid-column:1;grid-row:1 / span 2}
.m24fz-photos .side{grid-column:2;aspect-ratio:3/2}
.m24fz-img{width:100%;height:100%;object-fit:cover;display:block}

/* 5. Beschreibung — Flip-Out */
/* Weiterlesen: weiche Fade-Kante unten im eingeklappten Zustand + Slide/Fly-out beim Öffnen */
.m24fz-desc-body{position:relative;line-height:1.72;color:#3a3f47;font-size:16px}
.m24fz-desc-body.clamp{max-height:15.5em;overflow:hidden;transition:max-height .4s ease}
.m24fz-desc-body.clamp:after{content:'';position:absolute;left:0;right:0;bottom:0;height:4.5em;background:linear-gradient(180deg,rgba(255,255,255,0),#fff);pointer-events:none}
.m24fz-desc-body.open{max-height:4000px}
.m24fz-desc-body.open>*{animation:m24fz-flyin .4s ease both}
@media(prefers-reduced-motion:reduce){.m24fz-desc-body.open>*{animation:none}}
.m24fz-more{display:inline-flex;align-items:center;gap:7px;margin-top:10px;background:none;border:0;color:var(--blue);font:inherit;font-weight:600;cursor:pointer}
.m24fz-more .chev{display:inline-block;transition:transform .3s ease;font-size:15px;line-height:1}
.m24fz-more.open .chev{transform:rotate(180deg)}

/* 6. Mediagalerie */
.m24fz-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.m24fz-chip{font:inherit;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--mut);cursor:pointer}
.m24fz-chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.m24fz-chip .n{display:inline-block;background:rgba(0,0,0,.08);border-radius:999px;padding:0 7px;font-size:11px;margin-left:4px}
.m24fz-chip.on .n{background:rgba(255,255,255,.22)}
/* Jetpack Tiled Gallery (Mauerwerk-Mosaik, große Feature- + kleine Kacheln, volle Breite).
   „9 + +X + Fly-out" liegt nur OBENDRAUF — Jetpack rendert die Kachelgrößen selbst. */
.m24fz-galcat .tiled-gallery,.m24fz-galcat .wp-block-jetpack-tiled-gallery{margin:0!important;width:100%!important;max-width:100%!important}
.m24fz-tg-preview,.m24fz-tg-full{position:relative}
/* Versetztes Zickzack-Mosaik (eigenes CSS-Grid, eckige Ecken) */
.m24fz-mz-wrap{display:flex;flex-direction:column;gap:10px}
.m24fz-mz-row{display:grid;grid-template-columns:2fr 1fr;gap:10px;align-items:stretch}
.m24fz-mz-row.right{grid-template-columns:1fr 2fr}
.m24fz-mz-side{display:grid;gap:10px;min-height:0}
.m24fz-mz-side.two{grid-template-rows:1fr 1fr}
.m24fz-mz-tile{position:relative;display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:0;overflow:hidden;background:#ededea;cursor:pointer}
.m24fz-mz-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:0}
.m24fz-mz-big{aspect-ratio:3/2;height:auto}
/* +X-Overlay auf der letzten Vorschau-Kachel (JS markiert sie .m24fz-ov-host) */
.m24fz-ov-host{position:relative}
.m24fz-more-ov{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:rgba(10,12,16,.62);color:#fff;cursor:pointer;z-index:3}
.m24fz-more-ov b{font-size:34px;font-weight:800;line-height:1}
.m24fz-more-ov small{font-size:13px;font-weight:600;letter-spacing:.04em}
.m24fz-gal-less{margin-top:10px;background:none;border:0;color:var(--blue);font:inherit;font-weight:600;cursor:pointer;text-align:center;width:100%}
/* Fly-out beim Aufklappen des vollen Mosaiks */
@keyframes m24fz-flyin{from{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:none}}
.m24fz-tg-full.m24fz-flyin{animation:m24fz-flyin .4s ease both}
@media(prefers-reduced-motion:reduce){.m24fz-tg-full.m24fz-flyin{animation:none}}
/* Video separat: 2 pro Reihe, 16:9, YouTube-Poster + Play-Overlay */
.m24fz-videos{display:flex;flex-wrap:wrap;gap:10px}
.m24fz-video{position:relative;flex:1 1 calc(50% - 5px);max-width:calc(50% - 5px);aspect-ratio:16/9;padding:0;border:0;border-radius:8px;overflow:hidden;cursor:pointer;background:#000}
.m24fz-video img{width:100%;height:100%;object-fit:cover;display:block}
.m24fz-play{position:absolute;inset:0;margin:auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(20,22,26,.7);color:#fff;border-radius:50%;font-size:24px;padding-left:5px;pointer-events:none;transition:.15s}
.m24fz-video:hover .m24fz-play{background:var(--red);transform:scale(1.06)}
@media(max-width:700px){.m24fz-video{flex-basis:100%;max-width:100%}}

/* 7. Fahrzeugdaten */
.m24fz-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.m24fz-data-grid .row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}
.m24fz-data-grid .k{color:var(--mut);font-size:14px}.m24fz-data-grid .v{font-weight:600;font-size:14px;text-align:right}

/* 7b. Zustand & Ausstattung */
.m24fz-equip h2.mt{margin-top:18px}
.m24fz-tags{display:flex;flex-wrap:wrap;gap:8px}
.m24fz-tag{background:#f3f1ec;border:1px solid #e6e0d4;color:#5a4a30;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px}

/* 8. Ähnliche */
.m24fz-simgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.m24fz-simcard{display:flex;flex-direction:column;gap:6px;text-decoration:none;color:var(--ink)}
.m24fz-simcard .img{position:relative;aspect-ratio:3/2;border-radius:8px;overflow:hidden;background:#ededea}
.m24fz-simcard .img img{width:100%;height:100%;object-fit:cover;display:block}
.m24fz-simcard .meta{color:var(--mut);font-size:13px}.m24fz-simcard .t{font-weight:600;font-size:15px;line-height:1.25}
.m24fz-allmarke{display:inline-block;margin-top:14px;color:var(--brass);border-bottom:1px solid var(--brass);text-decoration:none;font-weight:600}

/* 9. 50/50 + Off-Market */
.m24fz-5050{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.m24fz-ship ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.m24fz-offmarket{background:var(--dark);color:#fff}.m24fz-offmarket h2,.m24fz-offmarket p{color:#fff}
.m24fz-offmarket .row{display:flex;gap:8px;margin-top:12px}.m24fz-offmarket input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:#fff}

/* Preisbox-Zustände (reserviert/verkauft → Interessentenliste) */
.m24fz-statebadge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:5px 13px;border-radius:999px;margin-bottom:8px}
.m24fz-statebadge::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}
.m24fz-statebadge.reserviert{background:#f6efe1;color:#9a6b25}.m24fz-statebadge.verkauft{background:#f7e9e9;color:#9e2b2b}
.m24fz-iltext{color:#3a3f47;font-size:14px;line-height:1.6;margin:0 0 12px}

/* „Jetzt anfragen"-Modal — Mockup-Optik */
.m24fz-anfrage-modal{position:fixed;inset:0;z-index:100000;background:rgba(10,12,16,.6);display:flex;align-items:center;justify-content:center;padding:18px}
.m24fz-anfrage-box{position:relative;background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:92vh;overflow:auto;padding:26px 28px 24px;font-family:'Saira',sans-serif}
.m24fz-anfrage-close{position:absolute;top:12px;right:16px;background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:#9aa0a8}
.m24fz-anfrage-box h3{font-size:22px;font-weight:800;margin:0 0 2px}
.m24fz-anfrage-veh{color:var(--mut);font-size:14px;margin:0 0 18px}
.m24fz-anfrage-form{display:flex;flex-direction:column;gap:16px}
.m24fz-anfrage-form .m24fz-f{display:flex;flex-direction:column;gap:6px}
.m24fz-anfrage-form .m24fz-frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.m24fz-anfrage-form label{font-size:12px;font-weight:700;color:#3a3f47}
.m24fz-anfrage-form .req{color:#9e2b2b}
.m24fz-anfrage-form input[type=text],.m24fz-anfrage-form input[type=email],.m24fz-anfrage-form input[type=tel],.m24fz-anfrage-form select,.m24fz-anfrage-form textarea{font:inherit;font-size:15px;min-height:48px;padding:12px 13px;border:1.5px solid #e4e7ec;border-radius:11px;width:100%;background:#fff;-webkit-appearance:none;appearance:none}
.m24fz-anfrage-form textarea{min-height:auto}
.m24fz-anfrage-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2350575e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:34px}
.m24fz-anfrage-form input[type=text]:focus,.m24fz-anfrage-form input[type=email]:focus,.m24fz-anfrage-form input[type=tel]:focus,.m24fz-anfrage-form select:focus,.m24fz-anfrage-form textarea:focus{outline:0;border-color:#1f74c4;box-shadow:0 0 0 3px rgba(31,116,196,.12)}
/* Privat/Gewerblich Pill-Umschalter — ~50% Breite, linksbündig, Höhe wie die Felder */
.m24fz-pillseg{display:flex;gap:4px;background:#f1f3f6;border-radius:11px;padding:4px;width:calc((100% - 16px) / 2);min-width:210px;min-height:48px;align-self:flex-start}
.m24fz-pillseg label{flex:1;text-align:center;cursor:pointer;margin:0;display:flex}
.m24fz-pillseg label input{position:absolute;opacity:0;width:0;height:0}
.m24fz-pillseg label span{display:flex;align-items:center;justify-content:center;width:100%;padding:9px 10px;border-radius:8px;font-size:14px;font-weight:600;color:#50575e}
.m24fz-pillseg label.on span{background:#fff;color:#14161a;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.m24fz-anf-check{display:flex;gap:8px;font-size:12.5px;color:#6b7077;align-items:flex-start}
.m24fz-anf-check input[type=checkbox]{flex:0 0 auto;width:18px;height:18px;min-height:0;margin:1px 0 0;padding:0;border-radius:0;-webkit-appearance:auto;appearance:auto;accent-color:#9a6b25}
.m24fz-anf-hp{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0}
.m24fz-anf-submit{width:100%;border-radius:11px;padding:13px;font-size:15px;background:linear-gradient(135deg,#1f74c4,#0e447e)}
.m24fz-dsgvo{font-size:11.5px;line-height:1.5;color:#8a9099;margin:-4px 0 0;text-align:center}
.m24fz-dsgvo a{color:#1f74c4;text-decoration:underline}
.m24fz-anf-msg{font-size:13px;color:var(--brass);min-height:1em;margin:0;text-align:center}
@media(max-width:520px){.m24fz-anfrage-form .m24fz-frow{grid-template-columns:1fr}}

/* Badges */
.m24fz-badge{display:inline-flex;align-items:center;gap:7px;vertical-align:middle;background:var(--red);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;padding:5px 13px;border-radius:999px;letter-spacing:.04em}
.m24fz-badge.reserviert{background:#f6efe1;color:#9a6b25}.m24fz-badge.verkauft{background:#f7e9e9;color:#9e2b2b}
.m24fz-badge.reserviert::before,.m24fz-badge.verkauft::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}
.m24fz-badge.sm{position:absolute;top:8px;left:8px;font-size:11px;padding:3px 8px;background:#f7e9e9;color:#9e2b2b}
.m24fz-badge.sm.reserviert{background:#f6efe1;color:#9a6b25}
.m24fz-badge.sm::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.m24fz-badge.prep{background:rgba(255,255,255,.18);color:#fff;align-self:flex-start;margin-bottom:8px}

/* Lightbox */
.m24fz-lb{position:fixed;inset:0;background:rgba(10,12,15,.94);z-index:99999;display:flex;align-items:center;justify-content:center}
.m24fz-lb img{max-width:92vw;max-height:88vh;object-fit:contain}
.m24fz-lb-frame{display:none;width:min(92vw,1280px);aspect-ratio:16/9}
.m24fz-lb-frame iframe{width:100%;height:100%;border:0;border-radius:8px}
.m24fz-lb.video img,.m24fz-lb.video .m24fz-lb-prev,.m24fz-lb.video .m24fz-lb-next{display:none}
.m24fz-lb.video .m24fz-lb-frame{display:block}
.m24fz-lb button{position:absolute;background:rgba(255,255,255,.15);color:#fff;border:0;border-radius:50%;width:46px;height:46px;font-size:24px;cursor:pointer}
.m24fz-lb-close{top:18px;right:22px}.m24fz-lb-prev{left:14px;top:50%;transform:translateY(-50%)}.m24fz-lb-next{right:14px;top:50%;transform:translateY(-50%)}

/* Responsive ≤980 */
@media(max-width:980px){
	.m24fz-main,.m24fz-photos,.m24fz-5050{grid-template-columns:1fr}
	.m24fz-photos{grid-template-rows:auto}.m24fz-photos .big{grid-row:auto}.m24fz-photos .side{grid-column:1}
	.m24fz-side{position:static}
	.m24fz-tel{grid-template-columns:repeat(3,1fr)}
	.m24fz-mediagrid{grid-template-columns:repeat(2,1fr)}
	.m24fz-simgrid{grid-template-columns:1fr 1fr}
	.m24fz-data-grid{grid-template-columns:1fr}
	.m24fz-hero-title{font-size:24px}
}
@media(max-width:560px){.m24fz-tel{grid-template-columns:repeat(2,1fr)}.m24fz-simgrid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
	/* ── Entwurf A — Mobile-Layout (ersetzt provisorischen Hero aus 0.11.23-D) ── */
	.m24fz-wrap{gap:14px;background:#fafafa}
	/* Hero: Beitragsbild volle Breite, natürliches Seitenverhältnis, KEIN Crop, KEIN Overlay/Text */
	.m24fz-hero{display:block;min-height:0;padding:0;border-radius:0;background:none;gap:0;margin:0 -16px;overflow:visible}
	.m24fz-hero.has-img{min-height:0}
	.m24fz-hero-img{position:static;width:100%;height:auto;object-fit:contain}
	.m24fz-hero-ov,.m24fz-hero-top,.m24fz-hero-foot{display:none}
	/* Mobile-Head: weiße Karte mit Eyebrow, H1, Status-Pill, Preis, CTAs */
	.m24fz-mhead{display:block;border-radius:13px}
	.m24fz-mh-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brass);margin-bottom:6px}
	.m24fz-mh-title{font-size:22px;font-weight:700;line-height:1.2;color:var(--ink);margin:0 0 14px}
	/* Desktop-Pricebox-Aside ausblenden (Inhalt steckt im Mobile-Head) */
	.m24fz-side{display:none}
	/* Keyfacts: weiße Karte, 2-spaltig, Messing-Großbuchstaben-Labels */
	.m24fz-tel{background:var(--paper);border:1px solid var(--line);border-top:3px solid var(--brass);border-radius:13px;overflow:hidden;margin-top:0;grid-template-columns:1fr 1fr}
	.m24fz-tel-cell{border-left:1px solid var(--line);padding:13px 15px}
	.m24fz-tel-cell:nth-child(odd){border-left:0}
	.m24fz-tel-cell:nth-child(n+3){border-top:1px solid var(--line)}
	.m24fz-tel-cell .k{color:var(--brass)}
	.m24fz-tel-cell .v{color:var(--ink);white-space:normal}
	/* CI: weiße Karten, Radius 13px, gut tappbare Buttons */
	.m24fz-card{border-radius:13px}
	.m24fz-btn{padding:13px 16px}
	/* Galerie mobil: einfaches 2-spaltiges Grid statt Zickzack (Entwurf A) */
	.m24fz-mz-wrap{display:grid;grid-template-columns:1fr 1fr;gap:8px}
	.m24fz-mz-row,.m24fz-mz-side{display:contents}
	.m24fz-mz-tile,.m24fz-mz-big{aspect-ratio:3/2;height:auto}
}
