/* WM 2026 Teamprofile v2.2
   Font: Montserrat | sportwetten-test.org
   Design: Modern, zweispaltig, Navy #1a2540, Rot #dc2626, Grün #73a54a */

.wtp { font-family: 'Montserrat', sans-serif; margin: 0 0 24px; }
.wtp * { box-sizing: border-box; }
.wtp-error { color: #dc2626; font-size: 13px; border: 1px solid #fca5a5; padding: 8px 12px; border-radius: 6px; font-family: 'Montserrat', sans-serif; }

/* ── SECTION HEADING ── */
.wtp-sh {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 700;
  color: #1a2540;
  padding-left: 14px;
  margin: 0 0 16px;
  line-height: 1.3;
  position: relative;
}
.wtp-sh::before {
  content: '';
  position: absolute;
  left: 0; top: 2px; bottom: 2px;
  width: 3px; background: #dc2626;
}

/* ══ HERO ══ */
.wtp-header {}
.wtp-hero {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* Flagge – größer */
.wtp-hero-flag { font-size: 72px; line-height: 1; flex-shrink: 0; }

.wtp-hero-content { flex: 1; min-width: 180px; }

/* Badges – rechteckige Pills */
.wtp-hero-badges { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 10px; align-items: center; }
.wtp-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;        /* rechteckig */
  line-height: 1; white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .02em;
}
.wtp-badge-icon { font-size: 12px; line-height: 1; display: inline-block; }
.wtp-b-group { background: #dc2626; color: #fff; }
.wtp-b-conf  { background: #1a2540; color: #fff; }
.wtp-b-title { background: #f59e0b; color: #fff; }

.wtp-hero-name {
  font-size: 28px; font-weight: 800;
  color: #1a2540; margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -.01em;
}
.wtp-hero-opp { font-size: 12px; color: #94a3b8; font-family: 'Montserrat', sans-serif; margin-bottom: 12px; }

/* Stärken im Hero – roter Punkt, hellgrau */
.wtp-hero-staerken { display: flex; gap: 6px; flex-wrap: wrap; }
.wtp-hero-staerk-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600;
  color: #374151;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 3px 10px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
}
.wtp-hero-staerk-tag::before {
  content: '·';
  color: #dc2626;
  font-size: 18px;
  line-height: 1;
  margin-top: -2px;
  font-weight: 900;
}

/* Titelgewinn-Chance – dunkle Navy-Karte */
.wtp-hero-prob {
  text-align: center;
  background: #0f172a;
  border: none;
  border-radius: 10px;
  padding: 16px 20px;
  flex-shrink: 0;
  min-width: 115px;
  align-self: flex-start;
}
.wtp-hero-prob-val {
  display: block;
  font-size: 26px; font-weight: 800;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 1; margin-bottom: 6px;
}
.wtp-hero-prob-lbl {
  display: block;
  font-size: 9px; color: #64748b;
  font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  font-family: 'Montserrat', sans-serif;
}

/* ── STATS – schlichte Karten, Trennlinie statt Balken ── */
.wtp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 8px; margin-bottom: 14px;
}
.wtp-stat {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 8px 10px;
  display: flex; flex-direction: column; align-items: center;
}
.wtp-stat-val {
  font-size: 15px; font-weight: 700;
  color: #1a2540; text-align: center;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}
.wtp-stat-sm { font-size: 11px; }
.wtp-stat-divider {
  width: 24px; height: 2px;
  background: #e2e8f0;
  margin: 7px 0 6px;
  border-radius: 2px;
}
.wtp-stat-lbl {
  font-size: 9px; color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/* ── BESCHREIBUNG ── */
.wtp-desc {
  background: #f0fdf4;
  border-left: 3px solid #16a34a;
  border-radius: 0 8px 8px 0;
  padding: 13px 17px;
}
.wtp-desc p {
  font-size: 14px; color: #166534;
  line-height: 1.75; margin: 0;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
}

/* ══ GEMEINSAME BLOCK-BASIS ══ */
.wtp-block-form,
.wtp-block-spieler,
.wtp-block-historie,
.wtp-block-quoten,
.wtp-block-staerken {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 20px;
}

/* ══ ZWEISPALTIGES LAYOUT-WRAPPER ══ */
.wtp-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.wtp-layout-col { display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 680px) {
  .wtp-layout-grid { grid-template-columns: 1fr; }
}

/* ── FORMKURVE ── */
.wtp-form-inner { display: flex; flex-direction: column; }
.wtp-form-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f8fafc;
  font-family: 'Montserrat', sans-serif;
}
.wtp-form-row:last-child { border-bottom: none; }
.wtp-form-badge {
  width: 28px; height: 28px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.wtp-fw { background: #dcfce7; color: #166534; }
.wtp-fd { background: #fef9c3; color: #854d0e; }
.wtp-fl { background: #fee2e2; color: #991b1b; }
.wtp-form-match { flex: 1; }
.wtp-form-teams { font-size: 13px; font-weight: 600; color: #1a2540; }
.wtp-form-league { font-size: 10px; color: #94a3b8; margin-top: 1px; }
.wtp-form-score { font-weight: 700; font-size: 14px; color: #1a2540; white-space: nowrap; }
.wtp-form-date  { font-size: 10px; color: #94a3b8; white-space: nowrap; }
.wtp-form-dots  { display: flex; gap: 5px; margin-top: 10px; padding-top: 8px; border-top: 1px solid #f1f5f9; }
.wtp-dot { width: 11px; height: 11px; border-radius: 50%; }

/* ── SCHLÜSSELSPIELER – Ring statt Quadrat ── */
.wtp-spieler-grid { display: flex; flex-direction: column; gap: 8px; }
.wtp-spieler-card {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 13px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #dc2626;
  border-radius: 8px;
}
.wtp-pos-badge {
  width: 36px; height: 36px;
  background: transparent;
  border: 2.5px solid #1a2540;
  color: #1a2540;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
}
.wtp-spieler-name { font-size: 13px; font-weight: 600; color: #1a2540; font-family: 'Montserrat', sans-serif; }
.wtp-spieler-club { font-size: 11px; color: #64748b; margin-top: 2px; font-family: 'Montserrat', sans-serif; }

/* ── WM-HISTORIE ── */
.wtp-hist { width: 100%; border-collapse: collapse; font-family: 'Montserrat', sans-serif; font-size: 13px; }
.wtp-hist th {
  text-align: left; padding: 8px 12px;
  background: #1a2540; color: #fff;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
}
.wtp-hist th:first-child { border-radius: 6px 0 0 0; }
.wtp-hist th:last-child  { border-radius: 0 6px 0 0; }
.wtp-hist td { padding: 9px 12px; border-bottom: 1px solid #f1f5f9; color: #1e293b; }
.wtp-hist tr:last-child td { border-bottom: none; }
.wtp-row-gold td { background: #fefce8; font-weight: 600; color: #713f12; }
.wtp-hist-yr  { font-weight: 700; color: #1a2540; }
.wtp-hist-ico { text-align: right; font-size: 16px; }

/* ── KI-PROGNOSE ── */
.wtp-block-ki {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #1a2540;
  border-radius: 10px;
  padding: 18px 20px;
}
.wtp-block-ki .wtp-sh::before { background: #1a2540; }
.wtp-ki-inner { min-height: 50px; }
.wtp-ki-text {
  font-size: 14px; color: #374151;
  line-height: 1.8; font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
.wtp-ki-disc { font-size: 11px; color: #9ca3af; margin-top: 10px; font-family: 'Montserrat', sans-serif; }

/* ── WETTQUOTEN – größere Zahlen + Button-Fix ── */
.wtp-quoten-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
@media (max-width: 420px) { .wtp-quoten-grid { grid-template-columns: 1fr; } }

.wtp-quote-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #dc2626;
  border-radius: 8px; padding: 16px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.wtp-quote-lbl {
  font-size: 10px; color: #64748b; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
  font-family: 'Montserrat', sans-serif;
}
.wtp-quote-val {
  display: block;
  font-size: 32px;            /* größer */
  font-weight: 800;
  color: #1a2540;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
  letter-spacing: -.01em;
}

/* ── BUTTON-FIX: !important gegen Theme-Override ── */
.wtp-quote-btn,
.wtp-quote-btn:link,
.wtp-quote-btn:visited,
.wtp-quote-btn:hover,
.wtp-quote-btn:active,
a.wtp-quote-btn {
  display: inline-block !important;
  background: #73a54a !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 8px 18px !important;
  border-radius: 6px !important;
  font-size: 12px !important; font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: background .15s;
  border: none !important;
  cursor: pointer;
}
.wtp-quote-btn:hover,
a.wtp-quote-btn:hover { background: #5d8a38 !important; color: #fff !important; }

.wtp-zoccer {
  background: #1a2540; border-radius: 8px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-bottom: 8px;
}
.wtp-zoc-left { display: flex; align-items: center; gap: 9px; flex: 1; }
.wtp-zoc-badge {
  background: #f59e0b; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
  white-space: nowrap; font-family: 'Montserrat', sans-serif;
}
.wtp-zoc-name  { font-size: 14px; font-weight: 700; color: #fff; font-family: 'Montserrat', sans-serif; }
.wtp-zoc-bonus { font-size: 11px; color: #94a3b8; font-family: 'Montserrat', sans-serif; }

.wtp-zoc-cta,
.wtp-zoc-cta:link,
.wtp-zoc-cta:visited,
a.wtp-zoc-cta {
  background: #73a54a !important; color: #fff !important;
  padding: 9px 18px !important; border-radius: 7px !important;
  font-size: 13px !important; font-weight: 700 !important;
  text-decoration: none !important; flex-shrink: 0;
  font-family: 'Montserrat', sans-serif !important;
  transition: background .15s;
  border: none !important;
  display: inline-block !important;
}
.wtp-zoc-cta:hover, a.wtp-zoc-cta:hover { background: #5d8a38 !important; color: #fff !important; }

.wtp-disc { font-size: 11px; color: #94a3b8; font-family: 'Montserrat', sans-serif; text-align: center; }

/* ── STÄRKEN (standalone block) ── */
.wtp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wtp-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f1f5f9; color: #374151;
  font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 5px;
  border: 1px solid #e2e8f0;
  font-family: 'Montserrat', sans-serif;
}
.wtp-tag::before {
  content: '·'; color: #dc2626;
  font-size: 18px; line-height: 1;
  margin-top: -2px; font-weight: 900;
}

/* ── ÜBERSICHT ── */
.wtp-block-uebersicht {}
.wtp-ov-gruppe { margin-bottom: 22px; }
.wtp-ov-grp-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 700; color: #1a2540;
  margin: 0 0 8px; padding: 5px 12px;
  background: #f8fafc; border-left: 3px solid #dc2626;
}
.wtp-ov-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 7px; }
.wtp-ov-card {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 13px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 8px;
  text-decoration: none !important; color: #1e293b;
  transition: all .15s; font-family: 'Montserrat', sans-serif;
}
.wtp-ov-card:hover { background: #1a2540; border-color: #1a2540; }
.wtp-ov-card:hover .wtp-ov-name,
.wtp-ov-card:hover .wtp-ov-arr { color: #fff !important; }
.wtp-ov-card:hover .wtp-ov-rank { color: #94a3b8; }
.wtp-ov-flag { font-size: 24px; flex-shrink: 0; }
.wtp-ov-name { font-size: 13px; font-weight: 600; color: #1a2540; }
.wtp-ov-rank { font-size: 11px; color: #64748b; margin-top: 1px; }
.wtp-ov-arr  { margin-left: auto; color: #94a3b8; font-size: 14px; }

/* ── LOADING / SPINNER ── */
.wtp-loading {
  display: flex; align-items: center; gap: 10px;
  color: #94a3b8; font-size: 13px; padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
}
.wtp-spin {
  width: 17px; height: 17px;
  border: 2px solid #e2e8f0;
  border-top-color: #1a2540;
  border-radius: 50%;
  animation: wtp-spin .7s linear infinite;
  flex-shrink: 0; display: inline-block;
}
@keyframes wtp-spin { to { transform: rotate(360deg); } }

/* ── RESPONSIVE ── */
@media (max-width: 580px) {
  .wtp-stats { grid-template-columns: repeat(3, 1fr); }
  .wtp-hero-name { font-size: 22px; }
  .wtp-hero-flag { font-size: 52px; }
  .wtp-sh { font-size: 15px; }
  .wtp-hero { padding: 16px; gap: 14px; }
}

/* ══ GRUPPEN-SHORTCODES ══════════════════════════════════════════ */

/* ── Gruppen-Header ── */
.wtp-block-gruppe-header {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.wtp-gruppe-badge {
  display: inline-block;
  background: #1a2540;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 5px;
  margin: 14px 16px 12px;
  font-family: 'Montserrat', sans-serif;
}
.wtp-gruppe-teams-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e2e8f0;
}
.wtp-gruppe-team-card {
  padding: 12px 8px;
  text-align: center;
  border-right: 0.5px solid #e2e8f0;
}
.wtp-gruppe-team-card:last-child { border-right: none; }
.wtp-gruppe-team-flag { font-size: 24px; display: block; margin-bottom: 5px; }
.wtp-gruppe-team-name { font-size: 12px; font-weight: 600; color: #1a2540; margin-bottom: 2px; line-height: 1.2; font-family: 'Montserrat', sans-serif; }
.wtp-gruppe-team-rank { font-size: 10px; color: #94a3b8; margin-bottom: 7px; font-family: 'Montserrat', sans-serif; }
.wtp-gruppe-team-pct { border-radius: 4px; padding: 4px 4px; margin-bottom: 6px; }
.wtp-gruppe-pct-val { font-size: 16px; font-weight: 700; display: block; line-height: 1; font-family: 'Montserrat', sans-serif; }
.wtp-gruppe-pct-lbl { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; display: block; margin-top: 2px; font-family: 'Montserrat', sans-serif; }
.wtp-gruppe-team-odds { font-size: 10px; color: #64748b; font-family: 'Montserrat', sans-serif; }
.wtp-gruppe-team-odds strong { color: #1a2540; font-weight: 700; }

@media (max-width: 500px) {
  .wtp-gruppe-teams-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wtp-gruppe-team-card { border-bottom: 0.5px solid #e2e8f0; border-right: none; }
  .wtp-gruppe-team-card:nth-child(odd)  { border-right: 0.5px solid #e2e8f0; }
  .wtp-gruppe-team-card:nth-last-child(-n+2) { border-bottom: none; }
}

/* ── Spielplan ── */
.wtp-block-spielplan {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}
.wtp-sp-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  background: #f8fafc;
  border-bottom: 0.5px solid #e2e8f0;
}
.wtp-sp-tag-line { flex: 1; height: 0.5px; background: #e2e8f0; }
.wtp-sp-tag-label {
  font-size: 11px; font-weight: 700; color: #94a3b8;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
}
.wtp-sp-tag-games {}
.wtp-sp-game {
  display: grid;
  grid-template-columns: minmax(0,1fr) 120px minmax(0,1fr);
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  border-bottom: 0.5px solid #f1f5f9;
}
.wtp-sp-game:last-child { border-bottom: none; }
.wtp-sp-side {
  display: flex;
  align-items: center;
  gap: 7px;
}
.wtp-sp-heim { justify-content: flex-end; }
.wtp-sp-gast { justify-content: flex-start; }
.wtp-sp-team-info { display: flex; flex-direction: column; }
.wtp-sp-heim .wtp-sp-team-info { align-items: flex-end; }
.wtp-sp-gast .wtp-sp-team-info { align-items: flex-start; }
.wtp-sp-flag { font-size: 18px; flex-shrink: 0; }
.wtp-sp-name { font-size: 12px; font-weight: 600; color: #1a2540; line-height: 1.2; }
.wtp-sp-odds { font-size: 13px; font-weight: 700; color: #1a2540; margin-top: 2px; }
.wtp-sp-meta { text-align: center; flex-shrink: 0; }
.wtp-sp-venue { font-size: 11px; font-weight: 600; color: #1a2540; }
.wtp-sp-city  { font-size: 10px; color: #94a3b8; margin-bottom: 4px; }
.wtp-sp-chips { display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap; }
.wtp-sp-date  { font-size: 10px; color: #94a3b8; white-space: nowrap; }
.wtp-sp-x     { font-size: 10px; color: #64748b; background: #f8fafc; border: 0.5px solid #e2e8f0; border-radius: 3px; padding: 1px 5px; white-space: nowrap; }

@media (max-width: 480px) {
  .wtp-sp-game { grid-template-columns: 1fr; gap: 4px; padding: 10px 14px; }
  .wtp-sp-heim { flex-direction: row-reverse; justify-content: flex-end; }
  .wtp-sp-heim .wtp-sp-team-info { align-items: flex-start; }
  .wtp-sp-meta { text-align: left; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding: 2px 0; }
  .wtp-sp-city { margin-bottom: 0; }
  .wtp-sp-chips { justify-content: flex-start; }
}

/* ── Gruppen-Teams ── */
.wtp-block-gruppe-teams {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px 20px;
}
.wtp-gt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 500px) { .wtp-gt-grid { grid-template-columns: 1fr; } }
.wtp-gt-card {
  display: block; background: #f8fafc; border: 1px solid #e2e8f0;
  border-radius: 8px; padding: 12px 14px; text-decoration: none !important;
  transition: background .15s;
}
.wtp-gt-card:hover { background: #f1f5f9; }
.wtp-gt-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.wtp-gt-flag { font-size: 26px; flex-shrink: 0; }
.wtp-gt-name { font-size: 13px; font-weight: 600; color: #1a2540; font-family: 'Montserrat', sans-serif; }
.wtp-gt-rank { font-size: 11px; color: #64748b; font-family: 'Montserrat', sans-serif; }
.wtp-gt-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 8px; }
.wtp-gt-tag { font-size: 10px; background: #fff; border: 1px solid #e2e8f0; border-radius: 3px; padding: 2px 7px; color: #64748b; font-family: 'Montserrat', sans-serif; }
.wtp-gt-pct { font-size: 11px; font-weight: 600; border-radius: 4px; padding: 3px 8px; display: inline-block; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }
.wtp-gt-link { font-size: 11px; color: #94a3b8; font-family: 'Montserrat', sans-serif; }

/* ── Wett-Tipps ── */
.wtp-block-gruppe-tipps { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px 20px; }
.wtp-tipp-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; }
.wtp-tipp-card:last-of-type { margin-bottom: 0; }
.wtp-tipp-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; }
.wtp-tipp-match { font-size: 12px; font-weight: 600; color: #1a2540; }
.wtp-tipp-date  { font-size: 10px; color: #94a3b8; white-space: nowrap; margin-left: 8px; }
.wtp-tipp-body  { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.wtp-tipp-label { color: #fff !important; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 5px; font-family: 'Montserrat', sans-serif; text-decoration: none !important; }
.wtp-tipp-quote { font-size: 18px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; }
.wtp-tipp-reason { font-size: 11px; color: #64748b; font-family: 'Montserrat', sans-serif; }

/* ── K.o.-Szenario ── */
.wtp-block-ko-szenario { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px 20px; }
.wtp-ko-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
@media (max-width: 480px) { .wtp-ko-grid { grid-template-columns: 1fr; } }
.wtp-ko-card { border-radius: 8px; padding: 12px 14px; font-family: 'Montserrat', sans-serif; }
.wtp-ko-green  { background: #f0fdf4; border: 1px solid #bbf7d0; }
.wtp-ko-yellow { background: #fefce8; border: 1px solid #fde68a; }
.wtp-ko-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.wtp-ko-green  .wtp-ko-label { color: #166534; }
.wtp-ko-yellow .wtp-ko-label { color: #854d0e; }
.wtp-ko-team { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.wtp-ko-green  .wtp-ko-team { color: #166534; }
.wtp-ko-yellow .wtp-ko-team { color: #854d0e; }
.wtp-ko-text { font-size: 11px; margin-bottom: 3px; }
.wtp-ko-green  .wtp-ko-text { color: #166534; }
.wtp-ko-yellow .wtp-ko-text { color: #854d0e; }
.wtp-ko-note { font-size: 11px; font-style: italic; }
.wtp-ko-green  .wtp-ko-note { color: #166534; }
.wtp-ko-yellow .wtp-ko-note { color: #854d0e; }
.wtp-ko-hint { font-size: 12px; color: #64748b; background: #f8fafc; border-radius: 6px; padding: 8px 12px; font-family: 'Montserrat', sans-serif; }

/* ══ MATCH HEADER ════════════════════════════════════════════════ */
.wtp-match-header {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wtp-mh-bar {
  background: #1a2540;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
.wtp-mh-badge {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-family: 'Montserrat', sans-serif;
}
.wtp-mh-datetime {
  font-size: 11px;
  color: #94a3b8;
  font-family: 'Montserrat', sans-serif;
}
.wtp-mh-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 16px 14px;
  gap: 8px;
}
.wtp-mh-team { text-align: center; }
.wtp-mh-flag { font-size: 44px; display: block; line-height: 1; margin-bottom: 6px; }
.wtp-mh-name { font-size: 16px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; }
.wtp-mh-rank { font-size: 11px; color: #94a3b8; font-family: 'Montserrat', sans-serif; margin-top: 2px; }
.wtp-mh-quote-box {
  display: inline-block;
  background: #f8fafc;
  border: 0.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 12px;
  margin-top: 10px;
  min-width: 70px;
  text-align: center;
}
.wtp-mh-qlbl { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; font-family: 'Montserrat', sans-serif; }
.wtp-mh-qval { font-size: 22px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; line-height: 1.1; }
.wtp-mh-center { text-align: center; padding: 0 8px; }
.wtp-mh-venue { font-size: 11px; color: #64748b; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }
.wtp-mh-vs { font-size: 20px; font-weight: 700; color: #94a3b8; font-family: 'Montserrat', sans-serif; }
.wtp-mh-prob-wrap { padding: 0 16px 16px; }
.wtp-mh-prob-label {
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
}
.wtp-mh-prob-bar {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  height: 28px;
}
.wtp-mh-prob-heim {
  background: #1a2540;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  min-width: 0;
  transition: width .3s;
}
.wtp-mh-prob-x {
  background: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  min-width: 0;
}
.wtp-mh-prob-gast {
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #64748b;
  font-family: 'Montserrat', sans-serif;
  min-width: 0;
}
.wtp-mh-prob-teams {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 10px;
  color: #94a3b8;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .wtp-mh-body { grid-template-columns: 1fr; gap: 12px; }
  .wtp-mh-center { order: -1; }
  .wtp-mh-flag { font-size: 32px; }
  .wtp-mh-name { font-size: 14px; }
}

/* ══ SPIELER STATS KARTE ═════════════════════════════════════════ */
.wtp-spieler-stats-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.wtp-ss-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.wtp-ss-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.wtp-ss-name { font-size: 15px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; }
.wtp-ss-meta { font-size: 12px; color: #64748b; font-family: 'Montserrat', sans-serif; }
.wtp-ss-form-badge {
  margin-left: auto;
  background: #fef3c7;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #92400e;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}
.wtp-ss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
@media (max-width: 480px) { .wtp-ss-grid { grid-template-columns: repeat(2, 1fr); } }
.wtp-ss-stat {
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
.wtp-ss-highlight {
  background: #f0fdf4;
  border: 0.5px solid #bbf7d0;
}
.wtp-ss-val { font-size: 24px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; line-height: 1; }
.wtp-ss-highlight .wtp-ss-val { color: #166534; }
.wtp-ss-lbl { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; font-family: 'Montserrat', sans-serif; }
.wtp-ss-highlight .wtp-ss-lbl { color: #166534; }
.wtp-ss-sub { font-size: 10px; color: #94a3b8; margin-top: 2px; font-family: 'Montserrat', sans-serif; }
.wtp-ss-highlight .wtp-ss-sub { color: #166534; }
.wtp-ss-hint {
  background: #fefce8;
  border-left: 3px solid #f59e0b;
  border-radius: 0 6px 6px 0;
  padding: 8px 12px;
  font-size: 12px;
  color: #92400e;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

/* ══ WETT-TIPP WIDGET ════════════════════════════════════════════ */
.wtp-tipp-widget {
  background: #fff;
  border: 0.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 16px;
}
.wtp-tw-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.wtp-tw-label {
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  flex-shrink: 0;
}
.wtp-tw-markt {
  font-size: 14px;
  font-weight: 700;
  color: #1a2540;
  font-family: 'Montserrat', sans-serif;
  flex: 1;
}
.wtp-tw-quote {
  font-size: 24px;
  font-weight: 700;
  color: #1a2540;
  font-family: 'Montserrat', sans-serif;
  flex-shrink: 0;
}
.wtp-tw-text {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
.wtp-tw-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #73a54a !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 7px;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  transition: opacity .15s;
}
.wtp-tw-cta:hover { opacity: .88; }
.wtp-tw-disc {
  font-size: 10px;
  color: #94a3b8;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
}

/* ══ WEITERE WETT-TIPPS ══════════════════════════════════════════ */
.wtp-weitere-tipps {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 20px;
}
.wtp-wt-list { display: flex; flex-direction: column; gap: 8px; }
.wtp-wt-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  text-decoration: none !important;
  border: 0.5px solid #e2e8f0;
  transition: background .15s;
}
.wtp-wt-item:hover { background: #f1f5f9; }
.wtp-wt-flag { font-size: 22px; flex-shrink: 0; }
.wtp-wt-info { flex: 1; min-width: 0; }
.wtp-wt-title { font-size: 13px; font-weight: 700; color: #1a2540; font-family: 'Montserrat', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wtp-wt-date { font-size: 11px; color: #94a3b8; font-family: 'Montserrat', sans-serif; margin-top: 2px; }
.wtp-wt-arrow { font-size: 14px; color: #94a3b8; flex-shrink: 0; }
