:root {
  --ren24-accent: #19b5fe;
  --ren24-dark: #071827;
  --ren24-surface: #ffffff;
  --ren24-ink: #102133;
  --ren24-muted: #657487;
  --ren24-line: #dce4ec;
  --ren24-page: #eef3f7;
  --ren24-win: #00a96b;
  --ren24-draw: #f1b80b;
  --ren24-loss: #e93f4f;
  --ren24-radius: 18px;
  --ren24-shadow: 0 18px 48px rgba(7, 24, 39, .10);
}

body.ren24-sports-ui-active {
  background: var(--ren24-page);
  color: var(--ren24-ink);
}

.ren24-sports-ui-active .site-content,
.ren24-sports-ui-active .elementor-location-single,
.ren24-sports-ui-active main {
  overflow: visible;
}

.ren24-competition-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 230px;
  margin: 0 0 18px;
  padding: 36px clamp(24px, 5vw, 64px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--ren24-accent) 42%, transparent), transparent 30%),
    linear-gradient(135deg, var(--ren24-dark), #102d45);
  color: #fff;
  box-shadow: var(--ren24-shadow);
}

.ren24-competition-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -65% 40%;
  height: 220px;
  border: 44px solid rgba(255,255,255,.05);
  border-radius: 50%;
}

.ren24-competition-hero__content { position: relative; z-index: 2; max-width: 760px; }
.ren24-eyebrow { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ren24-competition-hero h1 { margin: 14px 0 8px; color: #fff; font-size: clamp(32px, 5vw, 60px); line-height: 1.02; letter-spacing: -.035em; }
.ren24-competition-hero p { margin: 0; max-width: 680px; color: rgba(255,255,255,.78); font-size: 17px; }
.ren24-season-chip { display: inline-flex; margin-top: 18px; padding: 9px 14px; border-radius: 999px; background: var(--ren24-accent); color: #071827; font-weight: 900; }
.ren24-competition-hero__mark { position: relative; z-index: 1; font-size: clamp(92px, 15vw, 190px); line-height: 1; font-weight: 950; letter-spacing: -.1em; color: rgba(255,255,255,.08); }

.ren24-sports-nav {
  z-index: 50;
  margin: 0 0 22px;
  border-radius: 16px;
  background: var(--ren24-dark);
  box-shadow: 0 10px 28px rgba(7,24,39,.16);
}
.ren24-sports-nav.is-sticky { position: sticky; top: 12px; }
.ren24-sports-nav__inner { display: flex; gap: 4px; overflow-x: auto; padding: 7px; scrollbar-width: none; }
.ren24-sports-nav__inner::-webkit-scrollbar { display: none; }
.ren24-sports-nav a { flex: 0 0 auto; padding: 11px 15px; border-radius: 10px; color: rgba(255,255,255,.72); font-weight: 800; text-decoration: none; }
.ren24-sports-nav a:hover, .ren24-sports-nav a.is-active { background: var(--ren24-accent); color: #071827; }

.ren24-sports-panel,
.ren24-enhanced-panel {
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--ren24-line);
  border-radius: var(--ren24-radius);
  background: var(--ren24-surface);
  box-shadow: 0 10px 28px rgba(7,24,39,.06);
}
.ren24-sports-panel__header,
.ren24-enhanced-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ren24-line);
  background: linear-gradient(90deg, color-mix(in srgb, var(--ren24-accent) 14%, #fff), #fff 55%);
}
.ren24-sports-panel__header h2,
.ren24-enhanced-panel__header h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.ren24-sports-panel__body { padding: 18px 22px 22px; }

/* JoomSport table transformation */
.ren24-sports-ui-active table.ren24-league-table,
.ren24-sports-ui-active .ren24-joomsport-ui table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 14px;
}
.ren24-sports-ui-active table.ren24-league-table thead th,
.ren24-sports-ui-active .ren24-joomsport-ui table thead th {
  padding: 13px 10px;
  border: 0;
  background: var(--ren24-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ren24-sports-ui-active table.ren24-league-table tbody td,
.ren24-sports-ui-active .ren24-joomsport-ui table tbody td {
  padding: 12px 10px;
  border: 0;
  border-bottom: 1px solid var(--ren24-line);
  vertical-align: middle;
}
.ren24-sports-ui-active table.ren24-league-table tbody tr { transition: background .15s ease, transform .15s ease; }
.ren24-sports-ui-active table.ren24-league-table tbody tr:hover { background: #f6fbff; }
.ren24-sports-ui-active table.ren24-league-table tbody tr:last-child td { border-bottom: 0; }
.ren24-sports-ui-active table.ren24-league-table img { width: 42px !important; height: 42px !important; object-fit: contain; padding: 4px; border: 1px solid var(--ren24-line); border-radius: 11px; background: #fff; }
.ren24-sports-ui-active table.ren24-league-table td:nth-child(n+3),
.ren24-sports-ui-active table.ren24-league-table th:nth-child(n+3) { text-align: center; }
.ren24-sports-ui-active table.ren24-league-table tbody tr:nth-child(1) { box-shadow: inset 5px 0 0 #19c954; }
.ren24-sports-ui-active table.ren24-league-table tbody tr:nth-child(2),
.ren24-sports-ui-active table.ren24-league-table tbody tr:nth-child(3),
.ren24-sports-ui-active table.ren24-league-table tbody tr:nth-child(4) { box-shadow: inset 5px 0 0 #2f86ff; }
.ren24-sports-ui-active table.ren24-league-table tbody tr:last-child { box-shadow: inset 5px 0 0 var(--ren24-loss); }

.ren24-table-scroll { overflow-x: auto; border-radius: 0 0 var(--ren24-radius) var(--ren24-radius); }

/* Fixture cards generated from JoomSport rows */
.ren24-fixture-grid { display: grid; gap: 12px; padding: 18px; }
.ren24-fixture-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) 86px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  min-height: 100px;
  padding: 16px;
  border: 1px solid var(--ren24-line);
  border-radius: 15px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ren24-fixture-card:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--ren24-accent) 60%, var(--ren24-line)); box-shadow: 0 12px 30px rgba(7,24,39,.09); }
.ren24-fixture-team { display: flex; align-items: center; gap: 12px; min-width: 0; font-weight: 850; }
.ren24-fixture-team--home { justify-content: flex-end; text-align: right; }
.ren24-fixture-team--away { justify-content: flex-start; }
.ren24-fixture-team img { width: 54px !important; height: 54px !important; flex: 0 0 54px; object-fit: contain; padding: 5px; border: 1px solid var(--ren24-line); border-radius: 14px; background: #fff; }
.ren24-fixture-centre { text-align: center; }
.ren24-fixture-time { display: block; padding: 8px 10px; border-radius: 10px; background: var(--ren24-dark); color: #fff; font-size: 15px; font-weight: 950; }
.ren24-fixture-date { display: block; margin-top: 6px; color: var(--ren24-muted); font-size: 11px; font-weight: 700; }
.ren24-fixture-score { display: block; padding: 8px 10px; border-radius: 10px; background: var(--ren24-accent); color: #071827; font-size: 18px; font-weight: 950; }

.ren24-enhanced-heading { margin: 30px 0 12px !important; color: var(--ren24-ink) !important; font-size: 24px !important; font-weight: 900 !important; letter-spacing: -.025em; }
.ren24-enhanced-heading::after { content: ""; display: block; width: 54px; height: 4px; margin-top: 8px; border-radius: 999px; background: var(--ren24-accent); }

.ren24-form-win, .ren24-form-draw, .ren24-form-loss { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin: 1px; border-radius: 5px; color: #fff; font-size: 11px; font-weight: 950; }
.ren24-form-win { background: var(--ren24-win); }
.ren24-form-draw { background: var(--ren24-draw); color: #18202a; }
.ren24-form-loss { background: var(--ren24-loss); }

@media (max-width: 767px) {
  .ren24-competition-hero { min-height: 190px; padding: 26px 20px; border-radius: 18px; }
  .ren24-competition-hero__mark { display: none; }
  .ren24-sports-panel__body { padding: 12px; }
  .ren24-fixture-grid { padding: 10px; }
  .ren24-fixture-card { grid-template-columns: minmax(0,1fr) 62px minmax(0,1fr); gap: 8px; min-height: 88px; padding: 12px 9px; }
  .ren24-fixture-team { flex-direction: column; gap: 5px; font-size: 12px; line-height: 1.15; }
  .ren24-fixture-team--home { text-align: center; }
  .ren24-fixture-team img { width: 42px !important; height: 42px !important; flex-basis: 42px; }
  .ren24-fixture-team--home img { order: -1; }
  .ren24-fixture-time, .ren24-fixture-score { padding: 7px 5px; font-size: 13px; }
  .ren24-fixture-date { font-size: 9px; }
  .ren24-sports-ui-active table.ren24-league-table { min-width: 680px; }
}


/* v1.0.1 — hard reset for JoomSport fixture markup */
.ren24-sports-ui-active .ren24-fixture-grid {
  display: grid !important;
  gap: 10px !important;
  padding: 14px !important;
}

.ren24-sports-ui-active .ren24-fixture-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr) !important;
  grid-template-areas: "home centre away" !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ren24-sports-ui-active .ren24-fixture-team {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  position: static !important;
}

.ren24-sports-ui-active .ren24-fixture-team--home {
  grid-area: home !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.ren24-sports-ui-active .ren24-fixture-centre {
  grid-area: centre !important;
  width: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  float: none !important;
  position: static !important;
}

.ren24-sports-ui-active .ren24-fixture-team--away {
  grid-area: away !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.ren24-sports-ui-active .ren24-fixture-team span {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
}

.ren24-sports-ui-active .ren24-fixture-team img {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 4px !important;
  float: none !important;
  clear: none !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  object-fit: contain !important;
  box-sizing: border-box !important;
}

.ren24-sports-ui-active .ren24-fixture-time,
.ren24-sports-ui-active .ren24-fixture-score {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 6px !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  .ren24-sports-ui-active .ren24-fixture-grid { padding: 8px !important; gap: 8px !important; }
  .ren24-sports-ui-active .ren24-fixture-card {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) !important;
    grid-template-areas: "home centre away" !important;
    min-height: 70px !important;
    gap: 7px !important;
    padding: 10px 8px !important;
  }
  .ren24-sports-ui-active .ren24-fixture-team,
  .ren24-sports-ui-active .ren24-fixture-team--home,
  .ren24-sports-ui-active .ren24-fixture-team--away {
    flex-direction: row !important;
    gap: 6px !important;
    font-size: 11px !important;
  }
  .ren24-sports-ui-active .ren24-fixture-team img {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .ren24-sports-ui-active .ren24-fixture-team--home img { order: 2 !important; }
  .ren24-sports-ui-active .ren24-fixture-team--away img { order: 0 !important; }
  .ren24-sports-ui-active .ren24-fixture-centre { width: 58px !important; }
  .ren24-sports-ui-active .ren24-fixture-time,
  .ren24-sports-ui-active .ren24-fixture-score { font-size: 12px !important; padding: 7px 3px !important; }
}


/* v1.0.2 — keep standings visible and above JoomSport overrides */
.ren24-sports-ui-active table.ren24-league-table {
  display: table !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.ren24-sports-ui-active .ren24-table-scroll {
  display: block !important;
  visibility: visible !important;
  min-height: 1px;
}
.ren24-sports-ui-active .ren24-enhanced-panel:has(.ren24-league-table) {
  display: block !important;
  visibility: visible !important;
}

/* v1.0.3 — compact full-width mobile league table */
@media (max-width: 767px) {
  /* Keep the competition tabs in normal flow so they do not cover the table title. */
  .ren24-sports-ui-active .ren24-sports-nav,
  .ren24-sports-ui-active .ren24-sports-nav.is-sticky {
    position: relative !important;
    top: auto !important;
    z-index: 5 !important;
    margin-bottom: 16px !important;
  }

  .ren24-sports-ui-active .ren24-enhanced-panel:has(.ren24-league-table) {
    overflow: hidden !important;
  }

  .ren24-sports-ui-active .ren24-table-scroll {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    border-radius: 0 0 14px 14px !important;
  }

  .ren24-sports-ui-active table.ren24-league-table,
  .ren24-sports-ui-active .ren24-joomsport-ui table.ren24-league-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
  }

  .ren24-sports-ui-active table.ren24-league-table thead th,
  .ren24-sports-ui-active table.ren24-league-table tbody td {
    min-width: 0 !important;
    height: auto !important;
    padding: 5px 2px !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
    box-sizing: border-box !important;
  }

  .ren24-sports-ui-active table.ren24-league-table thead th {
    font-size: 7px !important;
    font-weight: 900 !important;
  }

  /* Position */
  .ren24-sports-ui-active table.ren24-league-table th:first-child,
  .ren24-sports-ui-active table.ren24-league-table td:first-child {
    width: 7% !important;
    text-align: center !important;
  }

  /* Team — give this most of the available width. */
  .ren24-sports-ui-active table.ren24-league-table th:nth-child(2),
  .ren24-sports-ui-active table.ren24-league-table td:nth-child(2) {
    width: 35% !important;
    text-align: left !important;
    font-size: 8px !important;
  }

  /* Every statistics column shares the remaining space. */
  .ren24-sports-ui-active table.ren24-league-table th:nth-child(n+3),
  .ren24-sports-ui-active table.ren24-league-table td:nth-child(n+3) {
    width: auto !important;
    text-align: center !important;
    font-size: 8px !important;
  }

  .ren24-sports-ui-active table.ren24-league-table td:nth-child(2) a,
  .ren24-sports-ui-active table.ren24-league-table td:nth-child(2) span {
    font-size: 8px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .ren24-sports-ui-active table.ren24-league-table img {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    margin: 0 3px 0 0 !important;
    padding: 2px !important;
    border-radius: 6px !important;
    vertical-align: middle !important;
    object-fit: contain !important;
  }

  .ren24-sports-ui-active table.ren24-league-table tbody tr {
    height: 32px !important;
  }

  .ren24-sports-ui-active .ren24-enhanced-panel__header {
    padding: 11px 12px !important;
  }

  .ren24-sports-ui-active .ren24-enhanced-panel__header h2 {
    font-size: 16px !important;
  }

  /* Form boxes must also shrink if JoomSport includes them. */
  .ren24-sports-ui-active .ren24-form-win,
  .ren24-sports-ui-active .ren24-form-draw,
  .ren24-sports-ui-active .ren24-form-loss {
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    font-size: 6px !important;
  }
}


/* v1.0.4 — clickable match cards */
a.ren24-fixture-card {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}
a.ren24-fixture-card:visited { color: inherit !important; }
a.ren24-fixture-card:focus-visible {
  outline: 3px solid var(--ren24-accent);
  outline-offset: 3px;
}
a.ren24-fixture-card .ren24-fixture-team { color: var(--ren24-ink); }
a.ren24-fixture-card:hover .ren24-fixture-team span { text-decoration: underline; }

/* v1.1.0 — match centre pages */
.ren24-match-page .entry-title,
.ren24-match-page .post-title,
.ren24-match-page .entry-meta,
.ren24-match-page .bs-blog-meta,
.ren24-match-page .post-share,
.ren24-match-page .single-post-meta { display: none !important; }

.ren24-match-centre,
.ren24-h2h {
  max-width: 1120px;
  margin: 22px auto;
  overflow: hidden;
  border: 1px solid var(--ren24-line);
  border-radius: 24px;
  background: var(--ren24-surface);
  box-shadow: var(--ren24-shadow);
}
.ren24-match-centre__eyebrow {
  padding: 13px 22px;
  background: var(--ren24-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.ren24-match-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 36px clamp(18px, 4vw, 52px) 24px;
}
.ren24-match-team {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  font-size: clamp(18px, 2.2vw, 28px);
  color: var(--ren24-ink);
}
.ren24-match-team--home { justify-content: flex-end; text-align: right; }
.ren24-match-team--away { justify-content: flex-start; text-align: left; }
.ren24-match-team img {
  width: 82px !important;
  height: 82px !important;
  min-width: 82px;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid var(--ren24-line);
  border-radius: 18px;
  background: #fff;
  object-fit: contain;
}
.ren24-match-team--home img { order: 2; }
.ren24-match-scoreboard__centre { text-align: center; }
.ren24-match-status {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--ren24-dark);
  color: #fff;
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 900;
  line-height: 1;
}
.ren24-match-status-label {
  display: block;
  margin-top: 8px;
  color: var(--ren24-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ren24-match-meta,
.ren24-match-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0 18px 20px;
}
.ren24-match-meta span,
.ren24-match-actions a {
  padding: 8px 12px;
  border: 1px solid var(--ren24-line);
  border-radius: 999px;
  color: var(--ren24-ink);
  background: #f7fafc;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}
.ren24-match-actions { padding-top: 0; }
.ren24-match-actions a:hover { border-color: var(--ren24-accent); background: color-mix(in srgb, var(--ren24-accent) 10%, #fff); }

.ren24-h2h { padding-bottom: 18px; }
.ren24-h2h__heading { padding: 22px 24px 14px; }
.ren24-h2h__heading span { color: var(--ren24-accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ren24-h2h__heading h2 { margin: 4px 0 0 !important; font-size: 28px !important; color: var(--ren24-ink); }
.ren24-h2h-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 18px 18px;
}
.ren24-h2h-stat {
  padding: 17px 10px;
  border-radius: 16px;
  background: #f4f8fb;
  text-align: center;
}
.ren24-h2h-stat strong { display: block; font-size: 30px; line-height: 1; color: var(--ren24-dark); }
.ren24-h2h-stat span { display: block; margin-top: 6px; color: var(--ren24-muted); font-size: 12px; font-weight: 700; }
.ren24-meetings-list { display: grid; gap: 8px; padding: 0 18px; }
.ren24-meeting-card {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--ren24-line);
  border-radius: 16px;
  color: inherit !important;
  text-decoration: none !important;
}
.ren24-meeting-card:hover { border-color: var(--ren24-accent); background: #fbfdff; }
.ren24-meeting-date { display: block; margin-bottom: 8px; color: var(--ren24-muted); font-size: 11px; font-weight: 800; text-align: center; }
.ren24-meeting-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}
.ren24-meeting-row .ren24-match-team { gap: 8px; font-size: 13px; }
.ren24-meeting-row .ren24-match-team img { width: 38px !important; height: 38px !important; min-width: 38px; padding: 4px !important; border-radius: 9px; }
.ren24-meeting-score { padding: 8px 6px; border-radius: 10px; background: var(--ren24-dark); color: #fff; text-align: center; }
.ren24-original-h2h-heading { margin-top: 30px !important; padding-top: 20px; border-top: 1px solid var(--ren24-line); font-size: 18px !important; }

@media (max-width: 767px) {
  .ren24-match-centre, .ren24-h2h { margin: 14px 0; border-radius: 18px; }
  .ren24-match-scoreboard { grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); gap: 8px; padding: 24px 10px 16px; }
  .ren24-match-team { flex-direction: column; gap: 7px; font-size: 13px; line-height: 1.15; text-align: center !important; }
  .ren24-match-team--home, .ren24-match-team--away { justify-content: center; }
  .ren24-match-team--home img { order: 0; }
  .ren24-match-team img { width: 58px !important; height: 58px !important; min-width: 58px; padding: 6px !important; border-radius: 14px; }
  .ren24-match-status { padding: 10px 5px; font-size: 18px; }
  .ren24-match-status-label { font-size: 9px; }
  .ren24-match-meta, .ren24-match-actions { gap: 5px; padding: 0 10px 14px; }
  .ren24-match-meta span, .ren24-match-actions a { padding: 6px 8px; font-size: 10px; }
  .ren24-h2h__heading { padding: 18px 16px 12px; }
  .ren24-h2h__heading h2 { font-size: 22px !important; }
  .ren24-h2h-stats { gap: 6px; padding: 0 10px 12px; }
  .ren24-h2h-stat { padding: 12px 5px; }
  .ren24-h2h-stat strong { font-size: 23px; }
  .ren24-h2h-stat span { font-size: 9px; }
  .ren24-meetings-list { padding: 0 10px; }
  .ren24-meeting-row { grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr); gap: 5px; }
  .ren24-meeting-row .ren24-match-team { flex-direction: row; gap: 4px; font-size: 9px; }
  .ren24-meeting-row .ren24-match-team--home { justify-content: flex-end; text-align: right !important; }
  .ren24-meeting-row .ren24-match-team--away { justify-content: flex-start; text-align: left !important; }
  .ren24-meeting-row .ren24-match-team--home img { order: 2; }
  .ren24-meeting-row .ren24-match-team img { width: 28px !important; height: 28px !important; min-width: 28px; padding: 2px !important; border-radius: 7px; }
  .ren24-meeting-score { padding: 6px 3px; font-size: 11px; }
}

/* v2 match centre --------------------------------------------------------- */
body.single-joomsport_match .entry-header,
body.single-joomsport_match .post-title,
body.single-joomsport_match .entry-title,
body.single-joomsport_match .bs-blog-meta,
body.single-joomsport_match .post-meta,
body.single-joomsport_match .author-details,
body.single-joomsport_match .single-post-content > h1:first-child {
    display: none !important;
}

body.single-joomsport_match .entry-content,
body.single-joomsport_match .single-content,
body.single-joomsport_match article {
    max-width: none;
}

.ren24-match-centre { color: #102133; }
.ren24-match-hero {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, var(--ren24-dark), #12344c);
    color: #fff;
    padding: clamp(20px, 4vw, 44px);
    box-shadow: 0 18px 45px rgba(7,24,39,.18);
}
.ren24-match-competition { text-align:center; font-weight:800; font-size:clamp(16px,2vw,22px); }
.ren24-match-status { width:max-content; margin:12px auto 20px; padding:6px 12px; border-radius:999px; background:var(--ren24-accent); color:#071827; font-weight:900; text-transform:uppercase; font-size:12px; letter-spacing:.08em; }
.ren24-match-scoreboard { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); gap:clamp(14px,4vw,50px); align-items:center; }
.ren24-match-team { text-align:center; min-width:0; }
.ren24-match-team h2 { color:#fff!important; margin:14px 0 0; font-size:clamp(18px,3vw,30px); line-height:1.15; }
.ren24-match-logo { width:clamp(78px,12vw,132px); aspect-ratio:1; margin:auto; display:grid; place-items:center; border-radius:20px; padding:12px; background:#fff; box-shadow:0 10px 25px rgba(0,0,0,.22); color:#071827; font-weight:900; font-size:26px; }
.ren24-match-logo img { width:100%; height:100%; object-fit:contain; }
.ren24-match-centre-value { text-align:center; min-width:110px; }
.ren24-match-centre-value strong { display:block; color:#fff; font-size:clamp(28px,6vw,56px); letter-spacing:-.04em; white-space:nowrap; }
.ren24-match-centre-value strong span { margin:0 .12em; opacity:.65; }
.ren24-match-centre-value > span { display:block; max-width:220px; margin:7px auto 0; color:rgba(255,255,255,.76); font-weight:700; font-size:13px; }
.ren24-match-meta { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:28px; }
.ren24-match-meta span { display:flex; gap:8px; align-items:center; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.16); border-radius:999px; padding:8px 13px; }
.ren24-match-meta b { color:var(--ren24-accent); }
.ren24-match-tabs { display:flex; overflow:auto; margin:18px 0; padding:7px; border-radius:16px; background:#071827; }
.ren24-match-tabs a { color:#d8e2ea; text-decoration:none!important; padding:10px 16px; border-radius:11px; font-weight:800; white-space:nowrap; }
.ren24-match-tabs a.is-active { background:var(--ren24-accent); color:#071827; }
.ren24-match-overview { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:18px 0 24px; }
.ren24-match-fact { border:1px solid #d8e3eb; border-radius:18px; background:#fff; padding:18px; text-align:center; }
.ren24-match-fact span { display:block; color:#657786; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.ren24-match-fact strong { display:block; margin-top:5px; font-size:18px; }
.ren24-match-details { border:1px solid #d8e3eb; border-radius:22px; background:#fff; overflow:hidden; }
.ren24-match-details > header { padding:18px 22px; background:#eaf7fd; border-bottom:1px solid #d8e3eb; }
.ren24-match-details > header h2 { margin:0; font-size:22px; }
.ren24-match-details__body { padding:18px; }
.ren24-match-details__body .jsMatchResultSection { display:none!important; }
.ren24-match-details__body .jsMatchContentSection { float:none!important; width:100%!important; }
.ren24-match-details__body img { max-width:100%; height:auto; }

@media (max-width: 600px) {
    .ren24-match-hero { border-radius:20px; padding:20px 14px; }
    .ren24-match-scoreboard { grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr); gap:8px; }
    .ren24-match-logo { width:68px; border-radius:14px; padding:8px; }
    .ren24-match-team h2 { font-size:15px; }
    .ren24-match-centre-value { min-width:0; }
    .ren24-match-centre-value strong { font-size:25px; }
    .ren24-match-centre-value > span { font-size:10px; line-height:1.25; }
    .ren24-match-meta { margin-top:20px; }
    .ren24-match-overview { grid-template-columns:1fr; }
    .ren24-match-fact { padding:13px; }
    .ren24-match-details__body { padding:10px; }
}
