/*
 * RealLeaf - Landingpage "Tabakersatz" (page-28901.php, Task #21).
 * Eigener .rl-te-Namespace (kollisionsfrei mit Elementor-Header/-Footer und
 * home.css). Nur Design-Tokens (tokens.css), beide Themes (Light/Deep-Green).
 * Content-Breite via .rl-wrap (globales System). Reveal/Motion: motion.js
 * (data-reveal) laeuft global; reduced-motion greift ueber tokens.css.
 * Datum: 2026-07-07.
 */

/* ---- Basis ---- */
.rl-te { background: var(--surface); color: var(--text); }
.rl-te h1, .rl-te h2, .rl-te h3 { font-family: var(--display); margin: 0; line-height: 1; letter-spacing: -.02em; font-weight: 800; color: var(--text); }
.rl-te p { line-height: 1.58; }
.rl-te-eyebrow { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-hover); display: block; margin-bottom: 12px; }
.rl-te-grn { color: var(--accent); }

/* ---- Buttons (eigener Namespace, gleiche Optik wie .rl-btn) ---- */
.rl-te-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: var(--r-pill);
  border: 1.5px solid var(--outline); background: var(--text); color: var(--surface);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.rl-te-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.rl-te-btn:active { transform: translateY(0); }
.rl-te-btn--leaf { background: var(--accent); color: var(--accent-contrast); border-color: var(--accent); }
.rl-te-btn--leaf:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
/* Elementor-Global-Linkfarbe/Button-Styles hart ueberschreiben (wie home.css). */
.rl-te a.rl-te-btn--leaf, .rl-te button.rl-te-btn--leaf { background: var(--accent) !important; color: var(--rl-white) !important; border-color: var(--accent) !important; }
.rl-te a.rl-te-btn--leaf:hover, .rl-te button.rl-te-btn--leaf:hover { background: var(--accent-hover) !important; color: var(--rl-white) !important; border-color: var(--accent-hover) !important; }
.rl-te-btn--ghost { background: transparent; color: var(--text); }
.rl-te-btn--ghost:hover { background: var(--text); color: var(--surface); }
.rl-te-btn--on-dark { color: var(--on-dark); border-color: color-mix(in srgb, var(--on-dark) 45%, transparent); background: transparent; }
.rl-te-btn--on-dark:hover { background: var(--on-dark); color: var(--rl-black); border-color: var(--on-dark); }
.rl-te-btn--sm { font-size: 14px; padding: 11px 18px; }

/* ---- Sticker ---- */
.rl-te-sticker {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .04em;
  text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill);
  border: 1.5px solid var(--outline); background: var(--accent-bright); color: var(--rl-black); white-space: nowrap;
}
.rl-te-sticker--ink { background: var(--rl-black); color: var(--accent-bright); border-color: var(--rl-black); }

/* ---- Section-Shell ---- */
.rl-te-section { padding: 84px 0; }
.rl-te-section--herbs { background: var(--surface-2); }
.rl-te-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; flex-wrap: wrap; }
.rl-te-head h2 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 900; letter-spacing: -.03em; }
.rl-te-head__lead { color: var(--text-muted); max-width: 46ch; font-weight: 500; }
.rl-te-head--center { flex-direction: column; align-items: center; text-align: center; }
.rl-te-head--center .rl-te-eyebrow { margin-bottom: 10px; }

/* ============================================================ HERO */
.rl-te-hero { position: relative; padding: 44px 0 60px; }
.rl-te-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.rl-te-hero__kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; }
.rl-te-hero__h1 { font-size: clamp(42px, 6.2vw, 88px); line-height: .92; font-weight: 900; letter-spacing: -.035em; }
.rl-te-hero__lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--text-muted); max-width: 40ch; margin: 22px 0 30px; font-weight: 500; }
.rl-te-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.rl-te-hero__proof { display: flex; gap: 34px; margin-top: 36px; flex-wrap: wrap; }
.rl-te-stat strong { font-family: var(--display); font-size: 30px; font-weight: 800; display: block; line-height: 1; color: var(--text); }
.rl-te-stat span { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.rl-te-hero__media { position: relative; }
.rl-te-hero__photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); box-shadow: var(--shadow-md); background: var(--surface-2); }
.rl-te-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.rl-te-hero__float { position: absolute; z-index: 3; bottom: 6%; left: -18px; background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: 14px; box-shadow: var(--shadow); padding: 11px 14px; display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 13px; color: var(--text); max-width: 74%; }
.rl-te-dot { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-bright); display: grid; place-items: center; flex: none; color: var(--rl-black); }

/* ============================================================ QUICK-FACTS */
.rl-te-facts { background: var(--rl-black); color: var(--on-dark); }
.rl-te-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rl-te-fact { padding: 26px 24px; display: flex; gap: 13px; align-items: flex-start; border-right: 1px solid color-mix(in srgb, var(--on-dark) 13%, transparent); }
.rl-te-fact:last-child { border-right: none; }
.rl-te-fact svg { flex: none; color: var(--accent-bright); margin-top: 1px; }
.rl-te-fact h4 { font-family: var(--display); font-size: 16px; margin: 0 0 3px; font-weight: 700; color: var(--on-dark); }
.rl-te-fact p { margin: 0; font-size: 13px; color: var(--on-dark-muted); line-height: 1.4; }

/* ============================================================ WAS IST TABAKERSATZ */
.rl-te-explain { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.rl-te-explain h2 { font-size: clamp(32px, 4.6vw, 58px); margin-bottom: 18px; font-weight: 900; letter-spacing: -.03em; }
.rl-te-explain p { color: var(--text-muted); font-size: 17px; max-width: 50ch; font-weight: 500; margin: 0 0 14px; }
.rl-te-explain__mini { display: grid; gap: 14px; margin-top: 26px; }
.rl-te-explain__mini > div { display: grid; gap: 3px; padding-left: 16px; border-left: 3px solid var(--accent); }
.rl-te-explain__mini strong { font-family: var(--display); font-size: 16px; color: var(--text); }
.rl-te-explain__mini span { font-size: 14px; color: var(--text-muted); }
.rl-te-explain__media { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); aspect-ratio: 4/5; box-shadow: var(--shadow-md); }
.rl-te-explain__media img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================ KRÄUTER-KARTEN */
.rl-te-herbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rl-te-herb { background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-md); padding: 28px 24px; overflow: hidden; }
/* Kraut-Foto (Freepik, Editorial-Look) - randlos oben in der Karte, 4:3. */
.rl-te-herb__photo { margin: -28px -24px 18px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--accent-soft); }
.rl-te-herb__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rl-te-herb__leaf { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent); margin-bottom: 16px; }
[data-theme="dark"] .rl-te-herb__leaf { color: var(--accent-bright); }
.rl-te-herb__leaf svg { width: 26px; height: 26px; }
.rl-te-herb h3 { font-family: var(--display); font-size: 21px; font-weight: 800; margin: 0 0 2px; }
.rl-te-herb__lat { display: block; font-size: 12.5px; font-style: italic; color: var(--text-muted); margin-bottom: 10px; }
.rl-te-herb p { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* ============================================================ DURCHWÄHL-BOX */
.rl-te-switch { border: 1.5px solid var(--outline); border-radius: var(--r-lg); background: var(--surface-3); overflow: hidden; box-shadow: var(--shadow-md); }

/* Tab-Leiste: ohne JS versteckt (Panels stehen dann als Grid); mit JS sichtbar. */
.rl-te-switch__tabs { display: none; gap: 8px; padding: 16px; overflow-x: auto; border-bottom: 1.5px solid var(--border); background: var(--surface-2); scrollbar-width: thin; -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), transparent 100%); mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), transparent 100%); }
.rl-te-switch.is-js .rl-te-switch__tabs { display: flex; }
.rl-te-switch__tab {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  padding: 8px 15px 8px 8px; border-radius: var(--r-pill); border: 1.5px solid var(--border);
  background: var(--surface-3); color: var(--text); font-family: var(--display); font-weight: 700; font-size: 14px;
  cursor: pointer; white-space: nowrap;
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.rl-te-switch__tab:hover { transform: translateY(-1px); border-color: var(--accent); }
.rl-te-switch__tab.is-active { background: var(--accent); border-color: var(--accent); color: var(--rl-white); }
.rl-te-switch__tab.is-active .rl-te-switch__tabimg { border-color: var(--rl-white); }
.rl-te-switch__tabimg { width: 34px; height: 34px; border-radius: 50%; background-size: cover; background-position: center; border: 1.5px solid var(--border); flex: none; }
.rl-te-switch:not(.is-js) .rl-te-switch__tabimg { display: none; }

/* Panels: Default (ohne JS) = responsives Grid aller Sorten. */
.rl-te-switch__panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 22px; }
.rl-te-switch.is-js .rl-te-switch__panels { display: block; padding: 0; }
.rl-te-switch__panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.rl-te-switch:not(.is-js) .rl-te-switch__panel { grid-template-columns: 1fr; gap: 14px; border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 18px; background: var(--surface-3); align-content: start; }
.rl-te-switch.is-js .rl-te-switch__panel { display: none; padding: 34px; }
.rl-te-switch.is-js .rl-te-switch__panel.is-active { display: grid; animation: rl-te-fade var(--dur) var(--ease-out); }
@keyframes rl-te-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.rl-te-switch__media { border-radius: var(--r-md); overflow: hidden; border: 1.5px solid var(--border); background: var(--surface-2); aspect-ratio: 1; }
.rl-te-switch__imglink { display: block; width: 100%; height: 100%; }
.rl-te-switch__imglink img { width: 100%; height: 100%; object-fit: cover; }
.rl-te-switch__noimg { display: grid; place-items: center; width: 100%; height: 100%; font-size: 60px; }
.rl-te-switch__info { display: flex; flex-direction: column; gap: 10px; }
.rl-te-switch__title { font-family: var(--display); font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; margin: 0; line-height: 1.05; }
.rl-te-switch__title a { color: var(--text); }
.rl-te-switch__title a:hover { color: var(--accent-hover); }
.rl-te-switch__price .short_description { font-size: 15px; color: var(--text-muted); line-height: 1.5; margin-bottom: 6px; }
.rl-te-switch__price .product-price, .rl-te-switch__price .sale-price { font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--accent-hover); }
.rl-te-switch__price .sale-price del { font-size: 17px; color: var(--text-muted); font-weight: 600; margin-left: 8px; }
.rl-te-switch__price .num-of-units, .rl-te-switch__price .per_unit { font-size: 13px; color: var(--text-muted); }
.rl-te-switch__more { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--accent); margin-top: 4px; }
.rl-te-switch__more:hover { color: var(--accent-hover); }

/* ============================================================ SO NUTZT DU */
.rl-te-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: rlte; }
.rl-te-step { background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-md); padding: 30px 26px; position: relative; }
.rl-te-step h3 { font-family: var(--display); font-size: 20px; font-weight: 800; margin: 0 0 7px; }
.rl-te-step p { margin: 0; font-size: 14.5px; color: var(--text-muted); line-height: 1.5; max-width: 34ch; }

/* Ziffernkreis mit Fortschrittsring: der Ring fuellt sich 1/3 -> 2/3 -> 3/3 und
   macht aus drei gleichen Kreisen eine erkennbare Abfolge. Die Ziffer bleibt
   unveraendert (Kontrast Weiss auf --accent); der Ring traegt die Stufenlogik,
   nicht die Farbintensitaet - eine blasse Stufe 1 waere unterhalb der
   WCAG-Kontrastschwelle. Die Dash-Laenge kommt fertig berechnet aus dem
   Template (stroke-dasharray-Attribut), nicht aus CSS. */
.rl-te-step__n { position: relative; display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; }
.rl-te-step__n b { position: relative; z-index: 1; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: var(--rl-white); font-family: var(--display); font-weight: 900; font-size: 20px; border: 1.5px solid var(--outline); }
/* Geometrie (cx/cy/r) steht als SVG-Attribut im Markup, nicht hier: als
   CSS-Geometrie-Property waere sie browserfragil (Codex-Finding). Ebenso
   kommt stroke-dasharray fertig berechnet aus PHP - kein calc() im Pfad. */
.rl-te-step__ring { position: absolute; inset: -9px; width: 64px; height: 64px; transform: rotate(-90deg); overflow: visible; }
.rl-te-step__ring circle { fill: none; stroke-width: 3.5; }
.rl-te-step__ring .rl-te-step__trk { stroke: var(--outline); opacity: .16; }
.rl-te-step__ring .rl-te-step__bar { stroke: var(--accent); stroke-linecap: round; }

/* Verbindungslinie in der Grid-Luecke: horizontal auf Kreishoehe (Desktop),
   vertikal unter der Karte (Mobil). Nur zwischen den Karten, nie danach. */
.rl-te-step:not(:last-child)::after { content: ""; position: absolute; border-top: 2px dashed var(--outline); opacity: .35; top: calc(30px + 23px); left: 100%; width: 18px; }

/* Stellvertretende Line-Art im freien Raum rechts oben. Strichduktus wie die
   USP-Icons (1.7px, currentColor), dekorativ und aria-hidden. */
.rl-te-step__art { position: absolute; top: 18px; right: 16px; width: 92px; height: 92px; color: var(--outline); opacity: .15; pointer-events: none; }
.rl-te-step__art svg { display: block; width: 100%; height: 100%; }

.rl-te-sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* ============================================================ BILDBAND / BREAKER
   Vollbreites, rein dekoratives Band zwischen FAQ und Cross-Sell. Die beiden
   Sektionen haben denselben Hintergrund; ohne Band lesen sich ihre 58px+58px
   Paddings als Loch. Feste Hoehe + object-fit:cover, damit der Beutel-Lineup
   auf jedem Viewport mittig sitzt und nichts verzerrt. */
.rl-te-breaker { position: relative; overflow: hidden; height: clamp(170px, 24vw, 330px); background: var(--surface-2); }
.rl-te-breaker img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }

/* ============================================================ FAQ */
.rl-te-faq { max-width: 820px; margin-inline: auto; }
.rl-te-faq__list { display: grid; gap: 12px; }
.rl-te-faq__item { border: 1.5px solid var(--outline); border-radius: var(--r-md); background: var(--surface-3); overflow: hidden; }
.rl-te-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; padding: 20px 24px; font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--text); list-style: none; }
.rl-te-faq__item summary::-webkit-details-marker { display: none; }
.rl-te-faq__ico { position: relative; width: 20px; height: 20px; flex: none; }
.rl-te-faq__ico::before, .rl-te-faq__ico::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform var(--dur) var(--ease); }
.rl-te-faq__ico::before { top: 9px; left: 2px; width: 16px; height: 2.5px; }
.rl-te-faq__ico::after { top: 2px; left: 9px; width: 2.5px; height: 16px; }
.rl-te-faq__item[open] .rl-te-faq__ico::after { transform: scaleY(0); }
.rl-te-faq__a { padding: 0 24px 22px; }
.rl-te-faq__a p { margin: 0; color: var(--text-muted); font-size: 15.5px; line-height: 1.62; }

/* ============================================================ CROSS-SELL */
.rl-te-cross { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rl-te-crosscard { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); background: var(--rl-green-deep); min-height: 190px; display: flex; align-items: flex-end; padding: 20px; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.rl-te-crosscard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rl-te-crosscard__bg { position: absolute; inset: 0; z-index: 0; }
.rl-te-crosscard__bg img { width: 100%; height: 100%; object-fit: cover; }
.rl-te-crosscard__tint { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, color-mix(in srgb, var(--rl-green-deep) 84%, transparent), color-mix(in srgb, var(--rl-green-deep) 8%, transparent) 65%); }
.rl-te-crosscard__body { position: relative; z-index: 2; color: var(--rl-white); display: grid; gap: 3px; }
.rl-te-crosscard__body strong { font-family: var(--display); font-size: 19px; font-weight: 800; color: var(--rl-white); }
.rl-te-crosscard__body em { font-style: normal; font-size: 13px; color: color-mix(in srgb, var(--rl-white) 80%, transparent); }

/* ============================================================ ABSCHLUSS-CTA */
.rl-te-cta { position: relative; overflow: hidden; background: var(--dark-bg); }
.rl-te-cta__img { position: absolute; inset: 0; z-index: 0; }
.rl-te-cta__img img { width: 100%; height: 100%; object-fit: cover; }
.rl-te-cta__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, color-mix(in srgb, var(--rl-green-deep) 60%, transparent), color-mix(in srgb, var(--rl-green-deep) 84%, transparent)); }
.rl-te-cta__inner { position: relative; z-index: 2; padding: 96px 0; text-align: center; color: var(--rl-white); }
.rl-te-cta h2 { font-size: clamp(32px, 5vw, 62px); font-weight: 900; letter-spacing: -.03em; color: var(--rl-white); max-width: 18ch; margin: 0 auto 16px; }
.rl-te-cta h2 span { color: var(--accent-bright); }
.rl-te-cta p { color: color-mix(in srgb, var(--rl-white) 80%, transparent); font-size: 17px; max-width: 46ch; margin: 0 auto 28px; font-weight: 500; }
.rl-te-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.rl-te-empty { text-align: center; }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .rl-te-hero__inner { grid-template-columns: 1fr; }
  .rl-te-hero__media { max-width: 460px; margin-inline: auto; }
  .rl-te-explain { grid-template-columns: 1fr; gap: 40px; }
  .rl-te-facts__grid, .rl-te-herbs, .rl-te-cross { grid-template-columns: repeat(2, 1fr); }
  .rl-te-fact:nth-child(2) { border-right: none; }
  .rl-te-steps { grid-template-columns: 1fr; }
  /* Einspaltig: Konnektor wandert unter die Karte, mittig in die Luecke. */
  .rl-te-step:not(:last-child)::after { top: 100%; left: 50%; width: 0; height: 18px; border-top: 0; border-left: 2px dashed var(--outline); }
  .rl-te-step__art { top: 14px; right: 12px; width: 74px; height: 74px; }
  .rl-te-step p { max-width: 26ch; }
  .rl-te-switch__panels { grid-template-columns: 1fr; }
  .rl-te-switch.is-js .rl-te-switch__panel.is-active { grid-template-columns: .9fr 1.1fr; }
}
@media (max-width: 720px) {
  .rl-te-section { padding: 58px 0; }
  .rl-te-facts__grid, .rl-te-herbs, .rl-te-cross { grid-template-columns: 1fr; }
  .rl-te-fact { border-right: none; border-bottom: 1px solid color-mix(in srgb, var(--on-dark) 12%, transparent); }
  .rl-te-fact:last-child { border-bottom: none; }
  .rl-te-switch.is-js .rl-te-switch__panel.is-active { grid-template-columns: 1fr; gap: 18px; }
  .rl-te-switch.is-js .rl-te-switch__panel { padding: 20px; }
  .rl-te-switch__media { max-width: 320px; margin-inline: auto; }
  .rl-te-hero__float { position: static; margin-top: 14px; max-width: none; }
}

#tabakersatz-sorten { scroll-margin-top: 112px; }

/* ============================================================ GROSSE MONITORE */
@media (min-width: 1800px) {
  .rl-te-herbs, .rl-te-cross, .rl-te-facts__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Finalisierung 2026-07-20 (Design-Audit agents/02 B4+B5) ---- */

/* B5: Schritt-Icons aus dem Marken-Set (rl_icon) statt des .15-Wasserzeichens -
   sichtbar in Akzentfarbe, Groesse ueber die Icon-Mask. */
.rl-te-step__art--ico { width: auto; height: auto; color: var(--accent); opacity: .9; }
.rl-te-step__art--ico .rl-ico { --rl-ico-size: 46px; }
[data-theme="dark"] .rl-te-step__art--ico { color: var(--accent-bright); }
@media (max-width: 720px) { .rl-te-step__art--ico .rl-ico { --rl-ico-size: 38px; } }

/* B4: Sorten-Durchwaehler-Tabs - Guard gegen Elementor-Global-Button-Styles
   (Pink-/Rot-Rahmen auf inaktiven Tabs, gleiche Leak-Quelle wie beim
   Newsletter-Button, s. home.css-Kommentar) + Scroll-Fade-Affordanz mobil
   statt harter Abschneidekante (Muster nav.rl-archive-chips). */
.rl-te-switch__tab,
.rl-te-switch__tab:focus { background: var(--surface-3) !important; border: 1.5px solid var(--border) !important; color: var(--text) !important; }
.rl-te-switch__tab:hover { border-color: var(--accent) !important; }
.rl-te-switch__tab.is-active,
.rl-te-switch__tab.is-active:focus { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--rl-white) !important; }
.rl-te-switch__tab:focus-visible { outline: none; box-shadow: var(--focus-ring); }
@media (max-width: 720px) {
  .rl-te-switch__tabs {
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(to right, black 0, black calc(100% - 34px), transparent 100%);
  }
  .rl-te-switch__tabs::-webkit-scrollbar { display: none; }
}
