/* GoalGrid — LiveSport-inspired theme v4.2.8.27.187 (polished) */

body.livesport-theme {
  --ls-red: #d20a0a;
  --ls-red-hover: #b00808;
  --ls-red-soft: rgba(210, 10, 10, 0.12);
  --ls-bg: #16181d;
  --ls-bg-elevated: #1c1f26;
  --ls-surface: #23272f;
  --ls-surface-2: #2a2f38;
  --ls-border: rgba(255, 255, 255, 0.08);
  --ls-border-strong: rgba(255, 255, 255, 0.14);
  --ls-text: #f3f4f6;
  --ls-text-soft: #c8ced8;
  --ls-muted: #8b95a5;
  --ls-live: #00c853;
  --ls-live-soft: rgba(0, 200, 83, 0.14);
  --ls-ai: #5b9cff;
  --ls-ai-soft: rgba(91, 156, 255, 0.12);
  --ls-top-pick: #f59e0b;
  --ls-radius-sm: 6px;
  --ls-radius-md: 10px;
  --ls-font: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
  --ls-shadow-sm: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  --topbar-h: 52px;
  font-family: var(--ls-font) !important;
  background: var(--ls-bg) !important;
  color: var(--ls-text);
  -webkit-font-smoothing: antialiased;
}

/* ── Topbar & bottom nav ── */
body.livesport-theme .site-topbar {
  height: var(--topbar-h) !important;
  padding: 0 0.85rem !important;
  background: var(--ls-bg-elevated) !important;
  border-bottom: 2px solid var(--ls-red) !important;
  box-shadow: var(--ls-shadow-sm) !important;
}

body.livesport-theme .bottom-nav {
  height: 58px !important;
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: var(--ls-bg-elevated) !important;
  border-top: 1px solid var(--ls-border) !important;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
}

body.livesport-theme .bottom-nav a {
  font-size: 0.62rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

body.livesport-theme .bottom-nav a.active {
  color: var(--ls-red) !important;
}

body.livesport-theme .topbar-cta-btn,
body.livesport-theme .hero-cta-primary {
  background: var(--ls-red) !important;
  border: none !important;
  border-radius: var(--ls-radius-sm) !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  box-shadow: none !important;
  transition: background 0.15s ease;
}

body.livesport-theme .topbar-cta-btn:hover,
body.livesport-theme .hero-cta-primary:hover {
  background: var(--ls-red-hover) !important;
}

body.livesport-theme .topbar-ghost-btn,
body.livesport-theme .hero-cta-secondary {
  border: 1px solid var(--ls-border-strong) !important;
  background: transparent !important;
  color: var(--ls-text-soft) !important;
  border-radius: var(--ls-radius-sm) !important;
  font-weight: 600 !important;
}

/* ── Layout shell ── */
body.livesport-theme[data-page="home"] .site-shell.football-shell {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 0 calc(58px + env(safe-area-inset-bottom, 0) + 0.5rem) !important;
  gap: 0 !important;
}

body.livesport-theme[data-page="home"] .home-main-clean {
  gap: 0 !important;
}

/* ── Mobil: kompaktní tip dne (ne skrytý hero) ── */
@media (max-width: 900px) {
  body.livesport-theme[data-page="home"] .home-intro-card {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--ls-border) !important;
    background: var(--ls-bg-elevated) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-top,
  body.livesport-theme[data-page="home"] .home-intro-actions,
  body.livesport-theme[data-page="home"] .home-intro-trust {
    display: none !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick {
    margin: 0 !important;
    padding: 0.65rem 0.75rem !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-head {
    margin-bottom: 0.35rem;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-teams {
    margin-bottom: 0.35rem;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-metric-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.35rem !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-metric-grid article {
    padding: 0.35rem !important;
    border-radius: var(--ls-radius-sm) !important;
    background: var(--ls-surface) !important;
    border: 1px solid var(--ls-border) !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-reason,
  body.livesport-theme[data-page="home"] .home-intro-pick .hero-confidence-track {
    display: none !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick .hero-preview-link {
    display: inline-flex;
    margin-top: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ls-ai);
  }
}

@media (min-width: 901px) {
  body.livesport-theme[data-page="home"] .home-intro-card {
    display: grid !important;
    grid-template-columns: 1fr minmax(260px, 0.95fr);
    gap: 1rem;
    align-items: start;
    margin: 0.65rem auto 0;
    max-width: 720px;
    padding: 1rem 1.1rem !important;
    border: 1px solid var(--ls-border) !important;
    border-radius: var(--ls-radius-md) !important;
    background: var(--ls-bg-elevated) !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-top h1 {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  body.livesport-theme[data-page="home"] .home-intro-badge {
    background: var(--ls-red-soft) !important;
    color: #ff9a94 !important;
    border: 1px solid rgba(210, 10, 10, 0.25) !important;
    font-size: 0.62rem !important;
  }

  body.livesport-theme[data-page="home"] .home-intro-pick {
    margin: 0 !important;
    border-radius: var(--ls-radius-md) !important;
    border: 1px solid var(--ls-border) !important;
    background: var(--ls-surface) !important;
  }
}

/* ── Quick tabs ── */
body.livesport-theme[data-page="home"] .home-quick-nav {
  position: sticky;
  top: var(--topbar-h);
  z-index: 95;
  background: var(--ls-bg-elevated) !important;
  border-bottom: 1px solid var(--ls-border) !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.livesport-theme[data-page="home"] .home-quick-tab {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 3px solid transparent !important;
  padding: 0.72rem 0.2rem !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ls-muted) !important;
  transition: color 0.15s, border-color 0.15s;
}

body.livesport-theme[data-page="home"] .home-quick-tab.active {
  color: var(--ls-text) !important;
  border-bottom-color: var(--ls-red) !important;
}

body.livesport-theme[data-page="home"] .home-quick-dot.live {
  background: var(--ls-live) !important;
  animation: ls-pulse 1.8s ease infinite;
}

@keyframes ls-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* ── Date bar ── */
body.livesport-theme[data-page="home"] .home-sticky-dates-bar {
  position: sticky;
  top: calc(var(--topbar-h) + 44px);
  z-index: 94;
  background: var(--ls-surface) !important;
  border-bottom: 1px solid var(--ls-border) !important;
  padding: 0.45rem 0.5rem !important;
}

body.livesport-theme[data-page="home"] .date-strip-shell {
  gap: 0.35rem !important;
}

body.livesport-theme[data-page="home"] .date-pill {
  min-width: 48px !important;
  padding: 0.4rem 0.5rem !important;
  border-radius: var(--ls-radius-sm) !important;
  background: var(--ls-bg) !important;
  border: 1px solid var(--ls-border) !important;
  transition: background 0.12s, border-color 0.12s;
}

body.livesport-theme[data-page="home"] .date-pill.active,
body.livesport-theme[data-page="home"] .date-pill.today.active {
  background: var(--ls-red) !important;
  border-color: var(--ls-red) !important;
  color: #fff !important;
}

body.livesport-theme[data-page="home"] .date-today-btn,
body.livesport-theme[data-page="home"] .date-nav-btn {
  border-radius: var(--ls-radius-sm) !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
}

/* ── KPI strip ── */
body.livesport-theme[data-page="home"] .home-unified-kpi-panel {
  margin: 0 !important;
  padding: 0.5rem 0.55rem 0.45rem !important;
  background: var(--ls-bg) !important;
  border-bottom: 1px solid var(--ls-border) !important;
}

body.livesport-theme[data-page="home"] .home-unified-kpi-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.35rem !important;
  overflow: visible !important;
}

body.livesport-theme[data-page="home"] .home-unified-kpi-strip article {
  padding: 0.45rem 0.4rem !important;
  border: 1px solid var(--ls-border) !important;
  border-radius: var(--ls-radius-sm) !important;
  background: var(--ls-surface) !important;
  text-align: center;
}

body.livesport-theme[data-page="home"] .home-unified-kpi-strip span {
  display: block;
  font-size: 0.52rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ls-muted) !important;
  line-height: 1.2;
}

body.livesport-theme[data-page="home"] .home-unified-kpi-strip strong {
  display: block;
  margin-top: 0.2rem !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  color: var(--ls-text) !important;
}

body.livesport-theme[data-page="home"] .home-unified-kpi-strip small {
  display: none !important;
}

body.livesport-theme[data-page="home"] .home-kpi-meta {
  margin: 0.4rem 0.1rem 0;
  font-size: 0.68rem;
  color: var(--ls-muted);
  text-align: center;
}

/* ── LIVE strip ── */
body.livesport-theme[data-page="home"] .home-live-highlight-panel {
  border-bottom: 2px solid var(--ls-live) !important;
}

body.livesport-theme[data-page="home"] a.ls-live-strip {
  display: grid !important;
  grid-template-columns: 52px 56px 1fr;
  grid-template-rows: auto auto;
  gap: 0.2rem 0.55rem;
  padding: 0.6rem 0.8rem !important;
  background: var(--ls-live-soft) !important;
  transition: background 0.12s;
}

body.livesport-theme[data-page="home"] a.ls-live-strip:active {
  background: rgba(0, 200, 83, 0.2) !important;
}

body.livesport-theme .ls-live-strip-badge {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ls-live);
}

body.livesport-theme .ls-live-strip-score {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ls-live);
  font-variant-numeric: tabular-nums;
}

body.livesport-theme .ls-live-strip-teams {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ls-text);
  line-height: 1.25;
}

body.livesport-theme .ls-live-strip-meta {
  grid-column: 3;
  font-size: 0.68rem;
  color: var(--ls-muted);
}

/* ── Match panels — clean header ── */
body.livesport-theme[data-page="home"] .home-feed-panel {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: var(--ls-bg) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.livesport-theme[data-page="home"] .home-matches-panel .panel-heading {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

body.livesport-theme[data-page="home"] .home-matches-panel .panel-heading-stack > div:first-child {
  display: none !important;
}

body.livesport-theme[data-page="home"] .home-matches-panel #home-matches-meta {
  display: block;
  padding: 0.35rem 0.75rem 0;
  font-size: 0.68rem;
  color: var(--ls-muted);
}

body.livesport-theme[data-page="home"] .home-filter-strip {
  position: sticky;
  top: calc(var(--topbar-h) + 44px + 52px);
  z-index: 88;
  background: var(--ls-surface) !important;
  border-bottom: 1px solid var(--ls-border) !important;
}

body.livesport-theme[data-page="home"] .home-filter-pill {
  padding: 0.6rem 0.25rem !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ls-muted) !important;
  transition: color 0.12s, border-color 0.12s;
}

body.livesport-theme[data-page="home"] .home-filter-pill.active {
  color: var(--ls-text) !important;
  border-bottom: 2px solid var(--ls-red) !important;
}

body.livesport-theme[data-page="home"] #home-live-now,
body.livesport-theme[data-page="home"] #home-day-matches {
  padding: 0 !important;
}

body.livesport-theme[data-page="home"] .home-live-now-panel .panel-heading h2::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ls-live);
  margin-right: 0.4rem;
  vertical-align: middle;
  animation: ls-pulse 1.8s ease infinite;
}

/* ── League header (LiveSport red bar) ── */
body.livesport-theme[data-page="home"] .home-competition-cluster-head {
  display: none !important;
}

body.livesport-theme[data-page="home"] .home-league-group-head {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 !important;
  padding: 0.45rem 0.75rem 0.45rem 0.65rem !important;
  background: var(--ls-surface) !important;
  border-bottom: 1px solid var(--ls-border) !important;
  border-left: 3px solid var(--ls-red) !important;
  position: sticky;
  top: calc(var(--topbar-h) + 44px + 52px + 36px);
  z-index: 72;
}

body.livesport-theme[data-page="home"] .league-group-title strong {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  color: var(--ls-text) !important;
}

body.livesport-theme[data-page="home"] .home-league-group-head small {
  font-size: 0.65rem !important;
  color: var(--ls-muted) !important;
}

body.livesport-theme[data-page="home"] .home-match-list {
  display: block !important;
}

/* ── Match row — override card style from home-livesport-mobile ── */
body.livesport-theme.home-livesport-mobile[data-page="home"] .home-match-row.ls-match-row,
body.livesport-theme .ls-match-row {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 2.35rem !important;
  grid-template-rows: auto !important;
  gap: 0 0.55rem !important;
  align-items: center !important;
  padding: 0.62rem 0.8rem 0.58rem !important;
  margin: 0 !important;
  min-height: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--ls-border) !important;
  border-radius: 0 !important;
  background: var(--ls-bg) !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.12s ease;
}

body.livesport-theme .ls-match-row:hover {
  background: var(--ls-surface) !important;
}

body.livesport-theme .ls-match-row:active {
  background: var(--ls-surface-2) !important;
  transform: none !important;
}

body.livesport-theme .ls-match-row.is-live {
  background: var(--ls-live-soft) !important;
}

body.livesport-theme .ls-match-row.is-live:hover {
  background: rgba(0, 200, 83, 0.18) !important;
}

body.livesport-theme .ls-match-row.is-finished .ls-time {
  color: var(--ls-muted) !important;
  font-size: 0.65rem !important;
}

body.livesport-theme .ls-match-row.is-top-pick {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.08), var(--ls-bg) 28%) !important;
  box-shadow: inset 3px 0 0 var(--ls-top-pick) !important;
}

body.livesport-theme .ls-match-row .home-top-pick-badge {
  position: static;
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  margin: 0;
  padding: 0.12rem 0.4rem;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1a1408;
  background: var(--ls-top-pick);
  border-radius: 3px;
  box-shadow: none;
}

body.livesport-theme .ls-time-col {
  align-self: center;
}

body.livesport-theme .ls-time {
  font-size: 0.73rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ls-muted);
}

body.livesport-theme .ls-match-row.is-live .ls-time {
  color: var(--ls-live) !important;
  font-size: 0.78rem !important;
}

body.livesport-theme .ls-teams-col {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

body.livesport-theme .ls-team {
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ls-text-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme .ls-team.ls-home {
  color: var(--ls-text-soft);
  font-weight: 600;
}

body.livesport-theme .ls-team.ls-team-leading {
  color: var(--ls-text) !important;
  font-weight: 800 !important;
}

body.livesport-theme .ls-score-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  align-self: center;
  text-align: center;
  min-width: 2.1rem;
}

body.livesport-theme .ls-score-home,
body.livesport-theme .ls-score-away,
body.livesport-theme .ls-score-single {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  color: var(--ls-text);
}

body.livesport-theme .ls-score-leading {
  color: var(--ls-text) !important;
}

body.livesport-theme .ls-match-row.is-live .ls-score-home,
body.livesport-theme .ls-match-row.is-live .ls-score-away,
body.livesport-theme .ls-match-row.is-live .ls-score-single {
  color: var(--ls-live);
}

body.livesport-theme .ls-match-row.is-finished .ls-score-home,
body.livesport-theme .ls-match-row.is-finished .ls-score-away {
  color: var(--ls-text-soft);
}

body.livesport-theme .ls-vs {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ls-muted);
}

body.livesport-theme .ls-ai-wrap {
  display: block;
  margin-top: 0.14rem;
  min-width: 0;
}

body.livesport-theme .ls-ai-line {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ls-ai);
  background: var(--ls-ai-soft);
  border: 1px solid rgba(91, 156, 255, 0.2);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme .ls-match-row .home-match-star,
body.livesport-theme .ls-match-row .home-match-time-block,
body.livesport-theme .ls-match-row .home-match-row-main,
body.livesport-theme .ls-match-row .home-match-score-block,
body.livesport-theme .ls-match-row .home-match-row-actions {
  display: none !important;
}

/* Verdict pills global polish */
body.livesport-theme .verdict-pill.verdict-bet {
  background: var(--ls-red-soft) !important;
  color: #ff8a82 !important;
  border: 1px solid rgba(210, 10, 10, 0.3) !important;
}

body.livesport-theme .verdict-pill.verdict-safe {
  background: var(--ls-ai-soft) !important;
  color: var(--ls-ai) !important;
  border: 1px solid rgba(91, 156, 255, 0.25) !important;
}

body.livesport-theme .verdict-pill.verdict-void {
  background: rgba(120, 53, 15, 0.35) !important;
  color: #fdba74 !important;
  border: 1px solid rgba(251, 146, 60, 0.38) !important;
}

body.livesport-theme .result-chip.result-void {
  color: #fdba74 !important;
  border-color: rgba(251, 146, 60, 0.32) !important;
  background: rgba(120, 53, 15, 0.28) !important;
}

/* Top AI tips — flat cards */
body.livesport-theme[data-page="home"] .top-ai-tips-grid {
  padding: 0.5rem 0.65rem 0.75rem !important;
  gap: 0.45rem !important;
}

body.livesport-theme[data-page="home"] .top-ai-tip-card {
  border-radius: var(--ls-radius-md) !important;
  border: 1px solid var(--ls-border) !important;
  background: var(--ls-surface) !important;
  box-shadow: none !important;
}

body.livesport-theme[data-page="home"] .home-about-compact {
  margin: 0.65rem !important;
  padding: 1rem !important;
  border-radius: var(--ls-radius-md) !important;
  border: 1px solid var(--ls-border) !important;
  background: var(--ls-surface) !important;
}

/* ── Predikce & fotbal ── */
body.livesport-theme.predictions-ux-refactor .predictions-shell,
body.livesport-theme[data-page="fotbal"] .site-shell {
  max-width: 520px;
  margin: 0 auto;
}

body.livesport-theme .predictions-hero,
body.livesport-theme .football-page-header {
  padding: 1rem 0.85rem !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--ls-border) !important;
  background: var(--ls-bg-elevated) !important;
}

body.livesport-theme .predictions-hero h1,
body.livesport-theme .football-page-header h1 {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
}

body.livesport-theme .prediction-quick-pill {
  border-radius: var(--ls-radius-sm) !important;
  font-weight: 700 !important;
}

body.livesport-theme .prediction-quick-pill.active {
  background: var(--ls-red) !important;
  border-color: var(--ls-red) !important;
  color: #fff !important;
}

body.livesport-theme .predictions-control-card,
body.livesport-theme .predictions-portal-metrics-panel {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  background: var(--ls-bg-elevated) !important;
}

body.livesport-theme .simple-match-card {
  border-radius: 0 !important;
  border-bottom: 1px solid var(--ls-border) !important;
  background: var(--ls-bg) !important;
  box-shadow: none !important;
}

body.livesport-theme .empty-state {
  padding: 2rem 1rem !important;
  color: var(--ls-muted) !important;
  font-size: 0.88rem !important;
}

/* Hero pick preview polish */
body.livesport-theme .hero-pick-preview-card .hero-preview-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

body.livesport-theme .hero-pick-preview-card .hero-preview-teams > div {
  flex: 1;
  min-width: 0;
  text-align: center;
}

body.livesport-theme .hero-pick-preview-card .hero-preview-teams strong {
  font-size: 0.82rem;
  font-weight: 700;
}

body.livesport-theme .hero-pick-preview-card .hero-preview-pick-box strong {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

body.livesport-theme .result-chip.result-win {
  color: var(--ls-live) !important;
}

body.livesport-theme .result-chip.result-loss {
  color: #f87171 !important;
}

@media (max-width: 900px) {
  body.livesport-theme[data-page="home"] .home-unified-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.livesport-theme[data-page="home"] .home-filter-strip {
    top: calc(var(--topbar-h) + 44px + 48px);
  }
}

@media (min-width: 768px) {
  body.livesport-theme[data-page="home"] .site-shell.football-shell {
    max-width: min(1280px, calc(100vw - 2rem));
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  body.livesport-theme[data-page="home"] .site-shell.football-shell {
    max-width: min(1360px, calc(100vw - 2.5rem));
  }
}

@media (min-width: 901px) {

  body.livesport-theme[data-page="home"] .home-quick-nav,
  body.livesport-theme[data-page="home"] .home-sticky-dates-bar {
    position: static;
  }

  body.livesport-theme[data-page="home"] .home-filter-strip,
  body.livesport-theme[data-page="home"] .home-league-group-head {
    position: static;
  }
}
