/* ==========================================================================
   Conversion-Komponenten (Shortcodes) — site-weit geladen.
   [eb_vergleich] Angebots-Karten · [eb_top3] Kompakt-Ranking · [eb_cta] CTA-Band
   Monochrom/GQ; Akzentblau nur auf .btn-primary (aus style.css).
   ========================================================================== */

/* ===== [eb_vergleich] — Angebots-Karten ===== */
body .wrapper .eb-vergleich { margin: 36px 0; }
body .wrapper .eb-vergleich .eb-vergleich-title { margin-bottom: 6px; }
body .wrapper .eb-vergleich .eb-vergleich-note { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 13px; line-height: 18px; color: #595959; margin: 0 0 18px; }
body .wrapper .eb-offer-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }

body .wrapper .eb-offer-card { border: 1px solid #e3e3e3; border-radius: 3px; padding: 18px; background: #ffffff; }
body .wrapper .eb-offer-card.is-best { border-color: #111111; }
body .wrapper .eb-offer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; min-height: 46px; }
body .wrapper .eb-offer-logo { width: 116px; height: 44px; object-fit: contain; object-position: left center; }
body .wrapper .eb-offer-name { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-weight: 700; font-size: 17px; color: #000000; }
body .wrapper .eb-best-badge { flex: 0 0 auto; font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.7px; color: #ffffff; background: #111111; padding: 4px 8px; border-radius: 2px; }
body .wrapper .eb-offer-bonus { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-weight: 600; font-size: 21px; color: #000000; letter-spacing: -0.3px; margin-bottom: 14px; }
body .wrapper .eb-offer-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-bottom: 16px; }
body .wrapper .eb-spec { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; }
body .wrapper .eb-spec-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #595959; margin-bottom: 2px; }
body .wrapper .eb-spec-value { font-size: 15px; font-weight: 700; color: #000000; }
body .wrapper .eb-offer-cta { width: 100%; }

/* ===== [eb_top3] — kompaktes Ranking ===== */
body .wrapper .eb-top3 { margin: 32px 0; border: 1px solid #e3e3e3; border-radius: 3px; overflow: hidden; }
body .wrapper .eb-top3 .eb-top3-head { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #595959; background: #f7f7f7; border-bottom: 1px solid #e3e3e3; padding: 11px 16px; margin: 0; }
body .wrapper .eb-top3 .eb-top3-row { display: grid; grid-template-columns: 26px 1.4fr 0.8fr 1fr auto; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #ededed; font-family: "Helvetica Neue", Arial, system-ui, sans-serif; }
body .wrapper .eb-top3 .eb-top3-row:last-child { border-bottom: 0; }
body .wrapper .eb-top3 .eb-top3-row:hover { background: #fbfbfb; }
body .wrapper .eb-top3 .eb-top3-rank { font-weight: 700; font-size: 15px; color: #b0b0b0; }
body .wrapper .eb-top3 .eb-top3-name { font-weight: 700; font-size: 16px; color: #000000; }
body .wrapper .eb-top3 .eb-top3-bonus { font-weight: 600; font-size: 16px; color: #000000; }
body .wrapper .eb-top3 .eb-top3-wager { font-size: 13px; color: #595959; }
body .wrapper .eb-top3 .eb-top3-go { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #2941e1; text-align: right; }
body .wrapper .eb-top3 .eb-top3-row:hover .eb-top3-go { text-decoration: underline; text-underline-offset: 2px; }

/* ===== [eb_screenshot] — echter Casino-Screenshot (figure mittig im Text) ===== */
body .wrapper .eb-screenshot { margin: 32px 0; }
body .wrapper .eb-screenshot img { width: 100%; height: auto; display: block; border: 1px solid #e3e3e3; border-radius: 3px; }
body .wrapper .eb-screenshot figcaption { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 13px; line-height: 18px; color: #595959; margin-top: 8px; padding-left: 2px; }

/* ===== [eb_cta] — Abschluss-Band ===== */
body .wrapper .eb-cta { margin: 40px 0 8px; padding: 28px 24px; background: #f7f7f7; border-top: 2px solid #111111; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
body .wrapper .eb-cta .eb-cta-text { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 19px; font-weight: 700; color: #000000; letter-spacing: -0.3px; margin: 0; }
body .wrapper .eb-cta .eb-cta-btn { flex: 0 0 auto; }

@media (min-width: 600px) {
  body .wrapper .eb-offer-grid { grid-template-columns: 1fr 1fr; }
  body .wrapper .eb-cta { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ===== Gesamtnote (Score) — übersetzt die gewichtete Bewertung in eine sichtbare Zahl + Balken.
   Bewusst monochrom (kein Akzent-Blau — das bleibt dem Haupt-CTA vorbehalten). ===== */
body .wrapper .eb-score { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; font-family: "Helvetica Neue", Arial, system-ui, sans-serif; }
body .wrapper .eb-score .eb-score-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.7px; color: #595959; }
body .wrapper .eb-score .eb-score-num { font-weight: 700; font-size: 22px; line-height: 1; color: #000000; letter-spacing: -0.5px; }
body .wrapper .eb-score .eb-score-max { font-size: 12px; font-weight: 600; color: #b0b0b0; letter-spacing: 0; }
body .wrapper .eb-score .eb-score-bar { width: 72px; height: 4px; background: #e3e3e3; border-radius: 2px; overflow: hidden; }
body .wrapper .eb-score .eb-score-fill { display: block; height: 100%; background: #111111; border-radius: 2px; }

/* In der Karte (mit Label) prominenter platziert */
body .wrapper .eb-offer-card .eb-score--labeled { margin: 0 0 14px; }
body .wrapper .eb-offer-card .eb-score--labeled .eb-score-bar { width: 100%; }
body .wrapper .compare .offer-card .eb-score--labeled { margin: 0 0 14px; }
body .wrapper .compare .offer-card .eb-score--labeled .eb-score-bar { width: 100%; }

/* ── Beleg-/Faktencheck-Kasten [eb_beleg] ─────────────────────────────── */
body .wrapper .content-body .eb-beleg { margin: 30px 0; padding: 20px 24px; background: #f7f7f7; border: 1px solid #e3e3e3; border-left: 3px solid #2941e1; border-radius: 3px; }
body .wrapper .content-body .eb-beleg .eb-beleg-label { display: block; font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: #2941e1; margin-bottom: 10px; }
body .wrapper .content-body .eb-beleg .eb-beleg-label .eb-beleg-date { color: #8a8a8a; font-weight: 600; }
body .wrapper .content-body .eb-beleg .eb-beleg-body { font-size: 17px; line-height: 27px; color: #1a1a1a; }
body .wrapper .content-body .eb-beleg .eb-beleg-body p { margin: 0 0 10px; }
body .wrapper .content-body .eb-beleg .eb-beleg-body p:last-child { margin-bottom: 0; }
body .wrapper .content-body .eb-beleg .eb-beleg-quelle { font-family: "Helvetica Neue", Arial, system-ui, sans-serif; font-size: 12px; line-height: 18px; color: #888888; margin: 12px 0 0; }
body .wrapper .content-body .eb-beleg .eb-beleg-quelle a { color: #2941e1; text-decoration: none; font-weight: 600; }
body .wrapper .content-body .eb-beleg .eb-beleg-quelle a:hover { text-decoration: underline; }

/* In-Content Spielerschutz-Hinweis (klein, dezent – nie als Überschrift) */
body .wrapper .content-body .eb-rg-note { font-size: 14px; line-height: 21px; color: #888888; margin: 24px 0; }
body .wrapper .content-body .eb-rg-note a { color: #888888; text-decoration: underline; text-underline-offset: 2px; }
