/* ==========================================================================
   Shop-Theme Stufe 1 — Unterseiten (alles ausser Startseite und Ticketseite):
   Ticketcheck, Impressum/AGB/Datenschutz, FAQ, Kontakt, Mein Konto, Eventinfo,
   OK-/Timeout-Seite, Suche, Verkaufen, Tools. Laeuft auf der Bridge
   (ticket-bridge.css) und ergaenzt nur, was das alte style.css/skingreen.css
   diesen Seiten gab. Alles unter [data-shop-theme] .shop-legacy gescoped.
   ========================================================================== */

/* ---- Lesefluss ---------------------------------------------------------------- */
[data-shop-theme] .shop-legacy .text-justify, [data-shop-theme] .shop-legacy p { text-align: left; }
[data-shop-theme] .shop-legacy h1, [data-shop-theme] .shop-legacy h2, [data-shop-theme] .shop-legacy h3, [data-shop-theme] .shop-legacy h4 { hyphens: manual; }
[data-shop-theme] .shop-legacy h1.big { font-size: clamp(1.5rem, 3.5vw, 2.125rem); line-height: 1.15; margin: 4px 0 18px; }
[data-shop-theme] .shop-legacy h2 { margin-top: 1.4em; }
[data-shop-theme] .shop-legacy h2:first-child, [data-shop-theme] .shop-legacy h1 + h2 { margin-top: 0; }
[data-shop-theme] .shop-legacy p, [data-shop-theme] .shop-legacy li { line-height: 1.55; }
[data-shop-theme] .shop-legacy .longtext, [data-shop-theme] .shop-legacy p.longtext { max-width: 72ch; font-size: 1rem; }
/* Rechtstexte (AGB/Impressum/Datenschutz) nicht ueber die volle Desktopbreite ziehen */
[data-shop-theme] body#agb .shop-legacy .container > .row > [class*="col-"] > *,
[data-shop-theme] body#impressum .shop-legacy .container > .row > [class*="col-"] > * { max-width: 78ch; }

/* ---- Hervorhebungen aus dem alten Skin (.bg.colored) --------------------------- */
/* Als Button: Primaerfarbe (Bridge). Als Span/Ueberschrift: dezente Toenung statt Vollfarbe. */
[data-shop-theme] .shop-legacy span.bg.colored, [data-shop-theme] .shop-legacy h1 .bg.colored, [data-shop-theme] .shop-legacy h2.bg.colored, [data-shop-theme] .shop-legacy h3.bg.colored {
  background: var(--ep-primary-soft); color: var(--ep-text); padding: 1px 8px; border-radius: 6px; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
[data-shop-theme] .shop-legacy h2.bg.colored, [data-shop-theme] .shop-legacy h3.bg.colored { display: inline-block; padding: 4px 12px; }
[data-shop-theme] .shop-legacy .softed50 { opacity: 1; }
[data-shop-theme] .shop-legacy span.bg.colored.softed50 { font-size: .8125rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ep-muted); background: var(--ep-surface-2); }
/* Ticketcheck: der Wrapper des Buttons war im alten Skin selbst eingefaerbt -> wirkte wie ein versetzter Schatten */
[data-shop-theme] .shop-legacy .form-group.bg.colored, [data-shop-theme] .shop-legacy div.bg.colored { background: transparent; color: inherit; }

/* ---- FAQ: Sprungliste als Chips, Akkordeon ruhig ------------------------------- */
[data-shop-theme] .shop-legacy ul#cat_nav { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
[data-shop-theme] .shop-legacy ul#cat_nav li { margin: 0; padding: 0; float: none; width: auto; }
[data-shop-theme] .shop-legacy ul#cat_nav li a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border-radius: 999px;
  border: var(--ep-border-w) solid var(--ep-line-strong); background: var(--ep-surface); color: var(--ep-text); font-weight: 600; font-size: .9375rem; text-decoration: none;
}
[data-shop-theme] .shop-legacy ul#cat_nav li a:hover, [data-shop-theme] .shop-legacy ul#cat_nav li a.active, [data-shop-theme] .shop-legacy ul#cat_nav li a#active { background: var(--ep-primary); border-color: var(--ep-primary); color: var(--ep-on-primary); }
[data-shop-theme] .shop-legacy ul#cat_nav li a i { color: inherit; font-size: 1.1em; }
[data-shop-theme] .shop-legacy ul#cat_nav li a:after { content: none; }

/* ---- iCheck (functions.js: icheckbox_flat-green / iradio_flat-green) ----------- */
/* Das Sprite-CSS lag in skingreen.css; hier reine CSS-Boxen auf Tokens. */
[data-shop-theme] .icheckbox_flat-green, [data-shop-theme] .iradio_flat-green {
  display: inline-block; vertical-align: middle; position: relative; width: 22px; height: 22px; margin: 0 8px 0 0; flex: 0 0 22px;
  border: 2px solid var(--ep-line-strong); border-radius: 6px; background: var(--ep-surface); background-image: none; cursor: pointer;
  transition: border-color .15s, background-color .15s;
}
[data-shop-theme] .iradio_flat-green { border-radius: 50%; }
[data-shop-theme] .icheckbox_flat-green.hover, [data-shop-theme] .iradio_flat-green.hover, [data-shop-theme] .icheckbox_flat-green.focus, [data-shop-theme] .iradio_flat-green.focus { border-color: var(--ep-primary); }
[data-shop-theme] .icheckbox_flat-green.focus, [data-shop-theme] .iradio_flat-green.focus { box-shadow: 0 0 0 3px var(--ep-primary-soft); }
[data-shop-theme] .icheckbox_flat-green.checked { background: var(--ep-primary); border-color: var(--ep-primary); }
[data-shop-theme] .icheckbox_flat-green.checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid var(--ep-on-primary); border-width: 0 2px 2px 0; transform: rotate(45deg); }
[data-shop-theme] .iradio_flat-green.checked { border-color: var(--ep-primary); }
[data-shop-theme] .iradio_flat-green.checked::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ep-primary); }
[data-shop-theme] .icheckbox_flat-green.disabled, [data-shop-theme] .iradio_flat-green.disabled { opacity: .5; cursor: not-allowed; }
[data-shop-theme] .icheckbox_flat-green input, [data-shop-theme] .iradio_flat-green input, [data-shop-theme] .icheckbox_flat-green .iCheck-helper, [data-shop-theme] .iradio_flat-green .iCheck-helper { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
[data-shop-theme] .shop-legacy .checkbox label, [data-shop-theme] .shop-legacy .radio label { display: flex; align-items: flex-start; gap: 0; padding-left: 0; line-height: 1.45; font-weight: 500; }
[data-shop-theme] .shop-legacy .checkbox label .icheckbox_flat-green, [data-shop-theme] .shop-legacy .radio label .iradio_flat-green { margin-top: 1px; }

/* ---- Eventinfo: Buttonliste rechts, doppelten Tickets-Button auf dem Handy weglassen ---- */
[data-shop-theme] .shop-legacy .btn-list { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
[data-shop-theme] .shop-legacy .btn-list > li { margin: 0; }
[data-shop-theme] .shop-legacy .btn-list > li > .btn { margin: 0; }
/* Der Hauptbutton "TICKETS" steht bereits ueber der Beschreibung; das visible-xs-Duplikat in der Liste entfaellt */
[data-shop-theme] .shop-legacy .btn-list > li.visible-xs { display: none !important; }
/* Listeneintraege ohne Button (Veranstalter-Anschrift mit <hr>) ueber die volle Breite */
[data-shop-theme] .shop-legacy .btn-list > li:not(:has(> .btn)) { grid-column: 1 / -1; }
[data-shop-theme] .shop-legacy .btn-list > li > hr { margin: 8px 0 12px; }
[data-shop-theme] .shop-legacy .btn-list small.grey { color: var(--ep-muted); font-size: .875rem; line-height: 1.5; }
[data-shop-theme] .shop-legacy .img-thumbnail { border-color: var(--ep-line); border-radius: var(--ep-radius); padding: 0; }

/* ---- Alerts/Meldungen ------------------------------------------------------------ */
[data-shop-theme] .shop-legacy .alert { border-radius: var(--ep-radius-sm); border-width: var(--ep-border-w); }
[data-shop-theme] .shop-legacy .alert-danger { background: #fdecec; border-color: #f3b9b9; color: #7a1f1f; }
[data-shop-theme] .shop-legacy .alert-success { background: #e7f6ec; border-color: #b5e0c4; color: #1d5a33; }
[data-shop-theme] .shop-legacy .alert-info { background: var(--ep-primary-soft); border-color: var(--ep-line); color: var(--ep-text); }

/* ---- Formulare auf Inhaltsseiten (Kontakt, Login, Ticket verloren) -------------- */
[data-shop-theme] .shop-legacy .form-group { margin-bottom: 16px; }
[data-shop-theme] .shop-legacy label { font-weight: 600; color: var(--ep-text); margin-bottom: 6px; }
[data-shop-theme] .shop-legacy label small, [data-shop-theme] .shop-legacy .help-block { font-weight: 400; color: var(--ep-muted); }
[data-shop-theme] .shop-legacy textarea.form-control { min-height: 140px; resize: vertical; }
[data-shop-theme] .shop-legacy .btn.btn-block + .btn.btn-block { margin-top: 10px; }

/* ---- Handy ----------------------------------------------------------------------- */
@media (max-width: 767px) {
  [data-shop-theme] .shop-legacy h1.big { margin-bottom: 14px; }
  [data-shop-theme] .shop-legacy ul#cat_nav { gap: 6px; }
  [data-shop-theme] .shop-legacy ul#cat_nav li a { min-height: 36px; padding: 0 12px; font-size: .875rem; }
}

/* ---- Verkaufen-Seite: Feature-Kacheln (feature_home) + WOW-Animationen --------- */
/* wow.js setzt visibility:hidden bis animate.css greift — animate.css laedt im Theme nicht */
[data-shop-theme] .shop-legacy .wow { visibility: visible !important; animation: none !important; opacity: 1 !important; }
[data-shop-theme] .shop-legacy .feature_row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; margin: 20px 0 28px; }
[data-shop-theme] .shop-legacy .feature_row::before, [data-shop-theme] .shop-legacy .feature_row::after { content: none; }
[data-shop-theme] .shop-legacy .feature_row > .wow { float: none; width: auto; }
[data-shop-theme] .shop-legacy .feature_home { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--ep-radius); padding: 20px; height: 100%; text-align: left; }
[data-shop-theme] .shop-legacy .feature_home i { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ep-primary-soft); color: var(--ep-primary); font-size: 24px; margin-bottom: 12px; }
[data-shop-theme] .shop-legacy .feature_home h3 { font-size: 1.125rem; margin: 0 0 6px; }
[data-shop-theme] .shop-legacy .feature_home h3 span { color: var(--ep-primary); }
[data-shop-theme] .shop-legacy .feature_home p { margin: 0; color: var(--ep-muted); font-size: .9375rem; }
[data-shop-theme] .shop-legacy .nicepad { padding-top: 12px; padding-bottom: 12px; }
[data-shop-theme] .shop-legacy h2.colored.ul { color: var(--ep-text); border-bottom: 2px solid var(--ep-primary); display: inline-block; padding-bottom: 4px; margin-bottom: 14px; }
[data-shop-theme] .shop-legacy ul.square { padding-left: 20px; }
[data-shop-theme] .shop-legacy ul.square li { margin-bottom: 6px; }
[data-shop-theme] .shop-legacy .bg.color { background: var(--ep-primary-soft); color: var(--ep-text); border-radius: var(--ep-radius); }

/* ---- Impressum: Bootstrap .dl-horizontal schneidet dt ab (ellipsis) ------------- */
[data-shop-theme] .shop-legacy .dl-horizontal { display: grid; grid-template-columns: max-content minmax(0, 1fr); column-gap: 18px; row-gap: 4px; }
[data-shop-theme] .shop-legacy .dl-horizontal dt, [data-shop-theme] .shop-legacy .dl-horizontal dd { float: none; width: auto; margin: 0; white-space: normal; overflow: visible; text-overflow: clip; text-align: left; }
@media (max-width: 479px) {
  [data-shop-theme] .shop-legacy .dl-horizontal { grid-template-columns: 1fr; row-gap: 2px; }
  [data-shop-theme] .shop-legacy .dl-horizontal dd { margin-bottom: 8px; }
}

/* ---- Nummerierte Schritte (.form_title h3 strong) — Bestellprozess, Kundendaten --- */
[data-shop-theme] .shop-legacy .form_title { position: relative; padding-left: 52px; margin-bottom: 12px; min-height: 40px; }
[data-shop-theme] .shop-legacy .form_title h3 { margin: 0; padding: 0; font-size: 1.125rem; line-height: 40px; }
[data-shop-theme] .shop-legacy .form_title h3 strong { position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--ep-primary); color: var(--ep-on-primary); font-size: 1rem; line-height: 40px; text-align: center; font-weight: 700; }
[data-shop-theme] .shop-legacy .form_title p { margin: 2px 0 0; color: var(--ep-muted); font-size: .875rem; line-height: 1.4; }
/* Bestellprozess-Seite nutzt <h3><strong>1</strong>Text</h3> ohne .form_title */
[data-shop-theme] .shop-legacy h3 > strong:first-child:not(:only-child) { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ep-primary); color: var(--ep-on-primary); font-size: .9375rem; margin-right: 10px; vertical-align: middle; }

/* ---- Preisrechner: ion.rangeSlider (HTML5-Skin) auf Tokens ----------------------- */
[data-shop-theme] .shop-legacy .irs { font-family: inherit; }
[data-shop-theme] .shop-legacy .irs-line { background: var(--ep-surface-2); border-color: var(--ep-line); }
[data-shop-theme] .shop-legacy .irs-bar, [data-shop-theme] .shop-legacy .irs-bar-edge { background: var(--ep-primary); border-color: var(--ep-primary); }
[data-shop-theme] .shop-legacy .irs-slider { border-color: var(--ep-primary); background: var(--ep-surface); }
[data-shop-theme] .shop-legacy .irs-from, [data-shop-theme] .shop-legacy .irs-to, [data-shop-theme] .shop-legacy .irs-single { background: var(--ep-text); color: var(--ep-surface); border-radius: 4px; }
[data-shop-theme] .shop-legacy .irs-grid-text { color: var(--ep-muted); }
[data-shop-theme] .shop-legacy .control-label { font-weight: 600; }
[data-shop-theme] .shop-legacy table.priceinfo th { font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ep-muted); }

/* ---- Location-Seite /location/<slug> und Finder /locations (Locations 2.0) ---- */
[data-shop-theme] .shop-location { display: grid; gap: 28px; }
[data-shop-theme] .shop-location .loc-head { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
[data-shop-theme] .shop-location .loc-logo { max-width: 180px; max-height: 96px; object-fit: contain; background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: 12px; padding: 8px; }
[data-shop-theme] .shop-location .loc-head-text { flex: 1 1 320px; min-width: 0; }
[data-shop-theme] .shop-location .loc-eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ep-primary); margin: 0 0 6px; }
[data-shop-theme] .shop-location h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 0 0 8px; overflow-wrap: anywhere; }
[data-shop-theme] .shop-location h2 { font-size: 1.25rem; margin: 0 0 12px; }
[data-shop-theme] .shop-location .loc-address { color: var(--ep-muted); margin: 0 0 10px; }
[data-shop-theme] .shop-location .loc-address a { color: var(--ep-primary); }
[data-shop-theme] .shop-location .loc-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
[data-shop-theme] .shop-location .loc-chips span { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--ep-surface-2); color: var(--ep-text); font-size: .8125rem; }
[data-shop-theme] .shop-location .loc-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 0; }
[data-shop-theme] .shop-location .loc-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 10px; }
[data-shop-theme] .shop-location .loc-gallery .loc-photo { display: block; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: var(--shop-poster-bg); }
[data-shop-theme] .shop-location .loc-gallery .loc-photo:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; max-height: 520px; }
[data-shop-theme] .shop-location .loc-gallery img { height: 100% !important; }
[data-shop-theme] .shop-location .loc-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
[data-shop-theme] .shop-location .loc-body { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 28px; align-items: start; }
@media (max-width: 800px) { [data-shop-theme] .shop-location .loc-body { grid-template-columns: 1fr; } }
[data-shop-theme] .shop-location .loc-main { display: grid; gap: 28px; min-width: 0; }
[data-shop-theme] .shop-location .loc-desc { max-width: 72ch; line-height: 1.6; }
[data-shop-theme] .shop-location .loc-desc p { margin: 0 0 1em; }
[data-shop-theme] .shop-location .loc-side { display: grid; gap: 14px; }
[data-shop-theme] .shop-location .loc-box { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); padding: 16px 18px; }
[data-shop-theme] .shop-location .loc-box h2 { font-size: 1rem; margin-bottom: 8px; }
[data-shop-theme] .shop-location .loc-box p { margin: 0; color: var(--ep-text); font-size: .9375rem; line-height: 1.5; }
[data-shop-theme] .shop-location .loc-box a { color: var(--ep-primary); }
[data-shop-theme] .shop-location .loc-box-cta { background: var(--shop-tint, #e3f4f4); border-color: transparent; }
[data-shop-theme] .shop-location .loc-box-cta .shop-btn { margin-top: 10px; }
[data-shop-theme] .shop-location .loc-back { font-size: .875rem; }
[data-shop-theme] .shop-location .loc-event-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); padding-bottom: 0; }
[data-shop-theme] .shop-location .loc-inq { display: none; background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); padding: 20px; }
[data-shop-theme] .shop-location .loc-inq.open { display: block; }
[data-shop-theme] .shop-location .loc-inq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
@media (max-width: 600px) { [data-shop-theme] .shop-location .loc-inq-grid { grid-template-columns: 1fr; } }
[data-shop-theme] .shop-location .loc-inq-grid label { display: grid; gap: 4px; font-size: .875rem; font-weight: 600; }
[data-shop-theme] .shop-location .loc-inq-grid label.full { grid-column: 1 / -1; }
[data-shop-theme] .shop-location .loc-inq-grid .form-control { min-height: 44px; font-size: 16px; border-radius: 10px; }
[data-shop-theme] .shop-location .loc-inq-grid textarea.form-control { min-height: 110px; }
[data-shop-theme] .shop-location .loc-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
[data-shop-theme] .shop-location .loc-consent input { margin-top: 4px; width: 18px; height: 18px; }
[data-shop-theme] .shop-location .is-invalid { border-color: #c62828 !important; }
[data-shop-theme] .shop-location .loc-inq-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 0; }
[data-shop-theme] .shop-location .loc-inq-msg { margin: 10px 0 0; font-size: .9375rem; min-height: 1.4em; }
[data-shop-theme] .shop-location .loc-inq-msg.ok { color: #2e7d32; font-weight: 600; }
[data-shop-theme] .shop-location .loc-inq-msg.err { color: #c62828; }
[data-shop-theme] .shop-location .hp { position: absolute; left: -9999px; }
[data-shop-theme] .loc-lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1400px); max-height: 92vh; }
[data-shop-theme] .loc-lightbox::backdrop { background: rgba(0, 0, 0, .8); }
[data-shop-theme] .loc-lightbox img { max-width: 96vw; max-height: 92vh; display: block; border-radius: 8px; }
[data-shop-theme] .loc-lightbox .loc-lb-close { position: fixed; top: 12px; right: 16px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); font-size: 26px; line-height: 1; cursor: pointer; }

/* ---- Location-Finder /locations ---- */
[data-shop-theme] .shop-locations { display: grid; gap: 22px; }
[data-shop-theme] .shop-locations .loc-eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ep-primary); margin: 0 0 6px; }
[data-shop-theme] .shop-locations h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 0 0 8px; }
[data-shop-theme] .shop-locations .lead { color: var(--ep-muted); max-width: 70ch; margin: 0; font-size: 1rem; }
[data-shop-theme] .shop-locations .lf-filter { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); padding: 16px 18px; display: grid; gap: 12px; }
[data-shop-theme] .shop-locations .lf-row { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: flex-end; }
[data-shop-theme] .shop-locations .lf-row label { display: grid; gap: 4px; font-size: .8125rem; font-weight: 600; margin: 0; flex: 1 1 160px; max-width: 260px; }
[data-shop-theme] .shop-locations .lf-row .form-control { min-height: 44px; font-size: 16px; border-radius: 10px; }
[data-shop-theme] .shop-locations .lf-row .shop-btn { min-height: 44px; }
[data-shop-theme] .shop-locations .lf-label { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ep-muted); }
[data-shop-theme] .shop-locations .lf-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
[data-shop-theme] .shop-locations .lf-chips label { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: var(--ep-border-w) solid var(--ep-line); border-radius: 999px; font-size: .875rem; cursor: pointer; background: var(--ep-surface); margin: 0; font-weight: 500; }
[data-shop-theme] .shop-locations .lf-chips label.on { border-color: var(--ep-primary); background: var(--shop-tint, #e3f4f4); font-weight: 700; }
[data-shop-theme] .shop-locations .lf-chips input { margin: 0; width: 16px; height: 16px; }
[data-shop-theme] .shop-locations .lf-result-head { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; align-items: baseline; }
[data-shop-theme] .shop-locations .lf-result-head h2 { font-size: 1.25rem; margin: 0; }
[data-shop-theme] .shop-locations .lf-share { font-size: .875rem; color: var(--ep-muted); }
[data-shop-theme] .shop-locations .lf-empty { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); padding: 20px; }
[data-shop-theme] .shop-locations .lf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 16px; }
[data-shop-theme] .shop-locations .lf-card { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); overflow: hidden; box-shadow: var(--shop-shadow); display: grid; grid-template-rows: auto 1fr; }
[data-shop-theme] .shop-locations .lf-media { display: block; aspect-ratio: 16 / 10; background: var(--shop-poster-bg); overflow: hidden; }
[data-shop-theme] .shop-locations .lf-media img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
[data-shop-theme] .shop-locations .lf-noimg { width: 100%; height: 100%; background: linear-gradient(135deg, var(--ep-surface-2), var(--shop-poster-bg)); }
[data-shop-theme] .shop-locations .lf-body { padding: 12px 14px 14px; display: grid; gap: 6px; align-content: start; }
[data-shop-theme] .shop-locations .lf-body h3 { font-size: 1.0625rem; margin: 0; }
[data-shop-theme] .shop-locations .lf-body h3 a { color: var(--ep-text); }
[data-shop-theme] .shop-locations .lf-meta { margin: 0; font-size: .8125rem; color: var(--ep-muted); }
[data-shop-theme] .shop-locations .lf-tags { margin: 0; display: flex; flex-wrap: wrap; gap: 4px; }
[data-shop-theme] .shop-locations .lf-tags span { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--ep-surface-2); font-size: .75rem; }
[data-shop-theme] .shop-locations .lf-actions { display: flex; gap: 8px; margin-top: 4px; }
[data-shop-theme] .shop-locations .lf-actions .shop-btn { min-height: 40px; padding: 0 14px; font-size: .875rem; }
/* Startseite: Einstieg in den Finder */
[data-shop-theme] .shop-loc-teaser { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; background: var(--shop-tint, #e3f4f4); border-radius: var(--shop-radius, 12px); padding: 14px 18px; margin: 4px 0 28px; }
[data-shop-theme] .shop-loc-teaser p { margin: 0; font-size: .9375rem; }
[data-shop-theme] .shop-loc-teaser b { display: block; font-size: 1.0625rem; }

/* ---- Location-Einladung /locationclaim ---- */
[data-shop-theme] .shop-locclaim { display: grid; gap: 16px; max-width: 760px; }
[data-shop-theme] .shop-locclaim .loc-eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ep-primary); margin: 0 0 6px; }
[data-shop-theme] .shop-locclaim h1 { font-size: clamp(1.5rem, 3.5vw, 2.125rem); margin: 0 0 12px; overflow-wrap: anywhere; }
[data-shop-theme] .shop-locclaim h2 { font-size: 1.125rem; margin: 0 0 10px; }
[data-shop-theme] .shop-locclaim .lc-loc { background: var(--shop-tint, #e3f4f4); border-radius: var(--shop-radius, 12px); padding: 14px 18px; line-height: 1.5; }
[data-shop-theme] .shop-locclaim .lc-loc p { margin: 8px 0 0; }
[data-shop-theme] .shop-locclaim .lc-card { background: var(--ep-surface); border: var(--ep-border-w) solid var(--ep-line); border-radius: var(--shop-radius, 12px); padding: 18px 20px; }
[data-shop-theme] .shop-locclaim .lc-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
[data-shop-theme] .shop-locclaim .lc-tabs a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; border: var(--ep-border-w) solid var(--ep-line); background: var(--ep-surface); color: var(--ep-text); font-weight: 600; text-decoration: none; }
[data-shop-theme] .shop-locclaim .lc-tabs a.on { background: var(--ep-primary); color: var(--ep-on-primary); border-color: var(--ep-primary); }
[data-shop-theme] .shop-locclaim .lc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
@media (max-width: 600px) { [data-shop-theme] .shop-locclaim .lc-grid { grid-template-columns: 1fr; } }
[data-shop-theme] .shop-locclaim .lc-grid label { display: grid; gap: 4px; font-size: .875rem; font-weight: 600; margin: 0; }
[data-shop-theme] .shop-locclaim .lc-grid label.full { grid-column: 1 / -1; }
[data-shop-theme] .shop-locclaim .lc-grid .form-control { min-height: 44px; font-size: 16px; border-radius: 10px; }
[data-shop-theme] .shop-locclaim .lc-grid input[readonly] { background: var(--ep-surface-2); color: var(--ep-muted); }
[data-shop-theme] .shop-locclaim .lc-consent { grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-weight: 400; line-height: 1.5; }
[data-shop-theme] .shop-locclaim .lc-consent > span { display: block; }
[data-shop-theme] .shop-locclaim .lc-consent input { margin-top: 4px; width: 18px; height: 18px; }
[data-shop-theme] .shop-locclaim .lc-err { display: block; color: #c62828; font-size: .8125rem; font-weight: 400; }
[data-shop-theme] .shop-locclaim .lc-msg { color: #c62828; font-weight: 600; margin: 0; }
[data-shop-theme] .shop-locclaim .hp { position: absolute; left: -9999px; }
[data-shop-theme] .shop-locclaim p { line-height: 1.55; }
