/* GoalGrid — Zápasy (country sidebar accordion) v4.2.8.27.618 */

body.livesport-theme.matches-page-simple.predictions-page-simple {
  background: var(--gg-pred-bg, #061019) !important;
}

body.livesport-theme.matches-page-simple .matches-page-wrap {
  padding-bottom: 5rem;
}

/* ── Hub layout: sidebar + main feed (NerdyTips-style) ── */
body.livesport-theme.matches-page-simple .gg-mat-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(0.65rem, 2vw, 1.25rem);
}

body.livesport-theme.matches-page-simple .gg-mat-main {
  min-width: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-sidebar {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-sidebar-head {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-sidebar-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 0.45rem 0.42rem 0.7rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-empty {
  padding: 1rem 0.5rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--gg-pred-muted);
}

/* NerdyTips-style flat country rows */
body.livesport-theme.matches-page-simple .gg-mat-sb-country-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.35rem;
  margin-bottom: 0.28rem;
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: #151d2e;
  color: #eef2f6;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-toggle:hover {
  background: #1a2438;
  border-color: rgba(255, 255, 255, 0.1);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-toggle.is-active {
  background: #1c2740;
  border-color: rgba(255, 255, 255, 0.14);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 0.92rem;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.2);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-flag--cup {
  width: 1.35rem;
  height: 1.35rem;
  padding: 0.1rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-flag-img--logo {
  object-fit: contain;
  background: transparent !important;
  padding: 0 !important;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-cup {
  font-size: 0.72rem;
  line-height: 1;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-flag-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-flag-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  line-height: 1;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  cursor: pointer;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-clear:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country-panel {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.28rem 0 0.15rem 0.35rem;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.42rem 0.55rem 0.42rem 1.55rem;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.12s ease, background 0.12s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link:hover {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link.is-active {
  color: var(--gg-brand-primary, #35e0c2);
  background: rgba(53, 224, 194, 0.08);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link-count {
  flex-shrink: 0;
  font-size: 0.66rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.34);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league-link.is-active .gg-mat-sb-league-link-count {
  color: rgba(53, 224, 194, 0.72);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-group-label {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  margin-bottom: 0.42rem;
  padding: 0.62rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 24, 40, 0.82);
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league:hover {
  color: var(--gg-pred-text);
  border-color: rgba(53, 224, 194, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league.is-active {
  color: var(--gg-pred-text);
  border-color: rgba(53, 224, 194, 0.38);
  background: rgba(53, 224, 194, 0.1);
  box-shadow: inset 0 0 0 1px rgba(53, 224, 194, 0.08);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league--all .gg-mat-sb-all-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.95rem;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-logo {
  flex-shrink: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-logo .league-logo-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  flex: 1 1 auto;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-name {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-country {
  font-size: 0.64rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.18rem;
  flex-shrink: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--gg-pred-text);
  background: rgba(255, 255, 255, 0.08);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-league.is-active .gg-mat-sb-count {
  background: rgba(53, 224, 194, 0.18);
  color: var(--gg-brand-primary, #35e0c2);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-live,
body.livesport-theme.matches-page-simple .gg-mat-sb-ai {
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.1rem 0.32rem;
}

body.livesport-theme.matches-page-simple .gg-mat-sb-live {
  color: #ff6b8a;
  background: rgba(255, 107, 138, 0.12);
}

body.livesport-theme.matches-page-simple .gg-mat-sb-ai {
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.12);
}

/* Mobile horizontal league strip */
body.livesport-theme.matches-page-simple .gg-mat-mobile-leagues {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.35rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.livesport-theme.matches-page-simple .gg-mat-mobile-leagues::-webkit-scrollbar {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-mob-league {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

body.livesport-theme.matches-page-simple .gg-mat-mob-league span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  min-height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
}

body.livesport-theme.matches-page-simple .gg-mat-mob-league.is-active {
  border-color: rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.1);
  color: var(--gg-brand-primary, #35e0c2);
}

body.livesport-theme.matches-page-simple .gg-mat-mob-league.is-live {
  border-color: rgba(255, 107, 138, 0.28);
}

@media (min-width: 960px) {
  body.livesport-theme.matches-page-simple .gg-mat-hub {
    grid-template-columns: 13rem minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-sidebar {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: calc(var(--topbar-h, 64px) + 0.75rem);
    max-height: calc(100vh - var(--topbar-h, 64px) - 1.5rem);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0d1422;
    overflow: hidden;
  }

  body.livesport-theme.matches-page-simple .gg-mat-mobile-leagues {
    display: none;
  }

  body.livesport-theme.matches-page-simple .gg-mat-advanced {
    display: none;
  }
}

@media (max-width: 959px) {
  body.livesport-theme.matches-page-simple .gg-mat-sidebar {
    display: none !important;
  }
}

body.livesport-theme.matches-page-simple .matches-page-header h1 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gg-pred-text);
}

body.livesport-theme.matches-page-simple .matches-page-header p {
  margin: 0.2rem 0 0;
  font-size: 0.74rem;
  color: var(--gg-pred-muted);
  max-width: none;
}

/* ── Date strip (matches only — visible, balanced size) ── */
body.livesport-theme.matches-page-simple .predictions-page-header-top {
  align-items: flex-end;
  gap: 0.85rem;
}

body.livesport-theme.matches-page-simple .gg-mat-date-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  max-width: 100%;
  flex: 0 1 auto;
  padding: 0.48rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(53, 224, 194, 0.14);
  background:
    linear-gradient(135deg, rgba(53, 224, 194, 0.06), rgba(91, 156, 255, 0.03)),
    rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  gap: 0.38rem;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pills {
  display: flex;
  align-items: stretch;
  gap: 0.32rem;
  min-width: 0;
  max-width: min(100%, 24rem);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.05rem 0;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pills::-webkit-scrollbar {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  flex: 0 0 auto;
  min-width: 3rem;
  min-height: 2.85rem;
  padding: 0.38rem 0.5rem !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  line-height: 1.15;
  transition: border-color 0.14s ease, background 0.14s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill:hover:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill.is-active {
  border-color: rgba(53, 224, 194, 0.5) !important;
  background: rgba(53, 224, 194, 0.14) !important;
  box-shadow: 0 0 0 1px rgba(53, 224, 194, 0.1);
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill .gg-pred-period-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill.is-active .gg-pred-period-label {
  color: rgba(255, 255, 255, 0.8);
}

body.livesport-theme.matches-page-simple .gg-mat-date-sub {
  font-size: 0.76rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.76);
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill.is-active .gg-mat-date-sub {
  color: #fff;
}

body.livesport-theme.matches-page-simple .gg-mat-date-pill.is-today:not(.is-active) .gg-mat-date-sub {
  color: var(--gg-brand-primary, #35e0c2);
}

body.livesport-theme.matches-page-simple .gg-mat-date-arrow {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2.85rem;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  color: var(--gg-pred-text);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.14s ease, border-color 0.14s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-date-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

body.livesport-theme.matches-page-simple .gg-mat-date-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

body.livesport-theme.matches-page-simple .gg-mat-date-strip .gg-pred-period-btn--mini {
  min-height: 2.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 9px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

/* ── Filter toolbar (matches only — pill tabs, readable size) ── */
body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar {
  gap: 0.5rem;
  padding: 0.55rem 0.65rem 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tabbar {
  gap: 0.32rem;
  padding: 0.08rem 0;
  border-bottom: none;
  overflow-x: auto;
  scrollbar-width: none;
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tabbar::-webkit-scrollbar {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tabbar--markets {
  margin-top: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tab {
  padding: 0.48rem 0.82rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color 0.14s ease, background 0.14s ease, border-color 0.14s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tab::after {
  display: none;
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tab:hover {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-tab.is-active {
  color: var(--gg-brand-primary, #35e0c2);
  border-color: rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.11);
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-toolbar-actions {
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .predictions-simple-search {
  min-height: 2.1rem;
  font-size: 0.76rem;
}

body.livesport-theme.matches-page-simple .gg-mat-advanced {
  display: none;
}

/* ── AI filter fold (mobile) ── */
body.livesport-theme.matches-page-simple .gg-mat-ai-filter-fold {
  margin: 0;
  border: none;
}

body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary {
  display: none;
}

@media (min-width: 960px) {
  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-fold > .gg-pred-tabbar--markets {
    display: flex;
  }
}

/* ── Mobile matches cleanup ── */
@media (max-width: 959px) {
  body.livesport-theme.matches-page-simple .matches-page-header h1 {
    font-size: 1.22rem;
  }

  body.livesport-theme.matches-page-simple .matches-page-header p {
    font-size: 0.66rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-stats-bar {
    display: none !important;
  }

  body.livesport-theme.matches-page-simple .gg-mat-advanced {
    display: none !important;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-filters-link {
    display: none;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-pred-toolbar-actions {
    border-top: none;
    padding-top: 0;
    width: 100%;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .predictions-simple-search {
    width: 100%;
    flex: 1 1 100%;
    min-height: 2rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar {
    gap: 0.38rem;
    padding: 0.42rem 0.48rem 0.48rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-mat-scope-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 0.28rem;
    padding-bottom: 0.05rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar .gg-mat-scope-tabs::-webkit-scrollbar {
    display: none;
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0.42rem 0.55rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
    cursor: pointer;
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary::-webkit-details-marker {
    display: none;
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary::after {
    content: "▾";
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.42);
    transition: transform 0.15s ease;
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-fold[open] .gg-mat-ai-filter-summary::after {
    transform: rotate(180deg);
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary-value {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.78);
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-summary-value.is-filtered {
    color: var(--gg-brand-primary, #35e0c2);
  }

  body.livesport-theme.matches-page-simple .gg-mat-ai-filter-fold > .gg-pred-tabbar--markets {
    flex-wrap: wrap;
    gap: 0.28rem;
    margin-top: 0.32rem;
    padding: 0;
    border: none;
  }
}

body.livesport-theme.matches-page-simple .gg-mat-league-select {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  color: var(--gg-pred-text);
  font-size: 0.78rem;
}

body.livesport-theme.matches-page-simple .gg-mat-board {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* ── Day summary chips ── */
body.livesport-theme.matches-page-simple .gg-mat-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(53, 224, 194, 0.06), rgba(91, 156, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.livesport-theme.matches-page-simple .gg-mat-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-page-simple .gg-mat-stat em {
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

body.livesport-theme.matches-page-simple .gg-mat-stat strong {
  font-size: 0.82rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--gg-pred-text);
}

body.livesport-theme.matches-page-simple .gg-mat-stat--odds.has-value strong { color: #93c5fd; }
body.livesport-theme.matches-page-simple .gg-mat-stat--ai.has-value strong { color: #c4b5fd; }
body.livesport-theme.matches-page-simple .gg-mat-stat--upcoming.has-value strong { color: var(--gg-brand-primary, #35e0c2); }
body.livesport-theme.matches-page-simple .gg-mat-stat--finished.has-value strong { color: rgba(255, 255, 255, 0.62); }
body.livesport-theme.matches-page-simple .gg-mat-stat--live.has-value {
  border-color: rgba(255, 107, 138, 0.28);
  background: rgba(255, 107, 138, 0.08);
}
body.livesport-theme.matches-page-simple .gg-mat-stat--live.has-value strong { color: #ff6b8a; }

body.livesport-theme.matches-page-simple .gg-mat-feed {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.livesport-theme.matches-page-simple .gg-mat-feed--accordion {
  gap: 0.65rem;
}

/* ── Collapsible league blocks (NerdyTips-style) ── */
body.livesport-theme.matches-page-simple .gg-mat-league {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(16, 28, 42, 0.92), rgba(8, 14, 22, 0.96));
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-league:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

body.livesport-theme.matches-page-simple .gg-mat-league.is-open {
  border-color: rgba(53, 224, 194, 0.22);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(53, 224, 194, 0.06);
}

body.livesport-theme.matches-page-simple .gg-mat-league.is-live {
  border-color: rgba(255, 107, 138, 0.24);
}

body.livesport-theme.matches-page-simple .gg-mat-league.has-official {
  box-shadow: inset 3px 0 0 rgba(53, 224, 194, 0.72), 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-page-simple .gg-mat-league.has-signal {
  box-shadow: inset 3px 0 0 rgba(232, 176, 80, 0.72), 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-page-simple .gg-mat-league.has-ai:not(.has-official):not(.has-signal) {
  box-shadow: inset 3px 0 0 rgba(91, 156, 255, 0.55), 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-page-simple .gg-mat-league-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-league-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  padding: 0.72rem 0.82rem;
  border: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  color: var(--gg-pred-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.livesport-theme.matches-page-simple .gg-mat-league-toggle:hover {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

body.livesport-theme.matches-page-simple .gg-mat-league-leading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

body.livesport-theme.matches-page-simple .gg-mat-league-logo {
  flex: 0 0 auto;
}

body.livesport-theme.matches-page-simple .gg-mat-league-logo .league-logo-badge {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: none;
  font-size: 0.68rem;
}

body.livesport-theme.matches-page-simple .gg-mat-league-logo .league-logo-badge img {
  background: transparent !important;
  padding: 2px !important;
  object-fit: contain;
}

body.livesport-theme.matches-page-simple .gg-mat-league-title {
  display: block;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--gg-pred-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-league-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

body.livesport-theme.matches-page-simple .gg-mat-league-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.livesport-theme.matches-page-simple .gg-mat-league-chip--ai {
  color: #c4b5fd;
  border: 1px solid rgba(167, 139, 250, 0.24);
  background: rgba(167, 139, 250, 0.1);
}

body.livesport-theme.matches-page-simple .gg-mat-league-chip--odds {
  color: #93c5fd;
  border: 1px solid rgba(91, 156, 255, 0.24);
  background: rgba(91, 156, 255, 0.1);
}

body.livesport-theme.matches-page-simple .gg-mat-league-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-league-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
}

body.livesport-theme.matches-page-simple .gg-mat-league-live {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ff6b8a;
  border: 1px solid rgba(255, 107, 138, 0.28);
  background: rgba(255, 107, 138, 0.1);
}

body.livesport-theme.matches-page-simple .gg-mat-league-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
  position: relative;
  flex-shrink: 0;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-league-chevron::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid rgba(255, 255, 255, 0.62);
  border-bottom: 2px solid rgba(255, 255, 255, 0.62);
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.16s ease;
}

body.livesport-theme.matches-page-simple .gg-mat-league.is-open .gg-mat-league-chevron {
  background: rgba(53, 224, 194, 0.12);
  border-color: rgba(53, 224, 194, 0.28);
}

body.livesport-theme.matches-page-simple .gg-mat-league.is-open .gg-mat-league-chevron::before {
  transform: rotate(-135deg) translate(-1px, -1px);
}

body.livesport-theme.matches-page-simple .gg-mat-league-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.18);
}

body.livesport-theme.matches-page-simple .gg-mat-league-odds-head {
  display: grid;
  grid-template-columns: 4.35rem minmax(0, 1fr) repeat(3, 2.85rem) minmax(5.75rem, 7.25rem);
  gap: 0.45rem 0.6rem;
  padding: 0.48rem 0.85rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.22);
  position: sticky;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(8px);
}

body.livesport-theme.matches-page-simple .gg-mat-league-odds-head span:nth-child(n+3):nth-child(-n+5) {
  text-align: center;
  color: rgba(147, 197, 253, 0.72);
}

body.livesport-theme.matches-page-simple .gg-mat-row-list {
  display: flex;
  flex-direction: column;
}

/* ── Match row with odds ── */
body.livesport-theme.matches-layout-strip a.gg-mat-row {
  display: grid;
  grid-template-columns: 4.35rem minmax(0, 1fr) repeat(3, 2.85rem) minmax(5.75rem, 7.25rem);
  gap: 0.45rem 0.6rem;
  align-items: center;
  width: 100%;
  min-height: 4.25rem;
  padding: 0.68rem 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition: background 0.12s ease, box-shadow 0.12s ease;
}

body.livesport-theme.matches-layout-strip a.gg-mat-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.015);
}

body.livesport-theme.matches-layout-strip a.gg-mat-row:hover {
  background: rgba(53, 224, 194, 0.05);
}

body.livesport-theme.matches-layout-strip a.gg-mat-row.is-official {
  box-shadow: inset 3px 0 0 rgba(53, 224, 194, 0.75);
}

body.livesport-theme.matches-layout-strip a.gg-mat-row.is-signal {
  box-shadow: inset 3px 0 0 rgba(232, 176, 80, 0.75);
}

body.livesport-theme.matches-layout-strip a.gg-mat-row.is-live-match {
  background: rgba(255, 107, 138, 0.05);
}

body.livesport-theme.matches-layout-strip .gg-mat-row-timebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  min-height: 3.15rem;
  padding: 0.35rem 0.28rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-time {
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-time--live {
  color: #ff6b8a;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-status {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--gg-pred-muted);
}

body.livesport-theme.matches-layout-strip .gg-mat-row-status--live { color: #ff6b8a; }
body.livesport-theme.matches-layout-strip .gg-mat-row-status--finished { color: rgba(255, 255, 255, 0.42); }
body.livesport-theme.matches-layout-strip .gg-mat-row-status--upcoming { color: var(--gg-brand-primary, #35e0c2); }

body.livesport-theme.matches-layout-strip .gg-mat-row-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.35rem 0.55rem;
  min-width: 0;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-side {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-side--away {
  flex-direction: row-reverse;
  text-align: right;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-side .team-avatar {
  flex-shrink: 0;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-side em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gg-pred-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-score,
body.livesport-theme.matches-layout-strip .gg-mat-row-vs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-size: 0.98rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--gg-pred-text);
}

body.livesport-theme.matches-layout-strip a.gg-mat-row.is-live-match .gg-mat-row-score strong {
  color: #ff6b8a;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-vs {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

body.livesport-theme.matches-layout-strip .gg-mat-row-odds {
  display: contents;
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 2.7rem;
  padding: 0.32rem 0.22rem;
  border-radius: 10px;
  border: 1px solid rgba(91, 156, 255, 0.28);
  background: linear-gradient(180deg, rgba(91, 156, 255, 0.16), rgba(91, 156, 255, 0.08));
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill em {
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.52);
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill strong {
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #dbeafe;
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill.is-empty {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill.is-empty strong {
  color: rgba(255, 255, 255, 0.18);
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill.is-active {
  border-color: rgba(53, 224, 194, 0.5);
  background: linear-gradient(180deg, rgba(53, 224, 194, 0.2), rgba(53, 224, 194, 0.1));
  box-shadow:
    0 0 0 1px rgba(53, 224, 194, 0.14),
    0 8px 18px rgba(53, 224, 194, 0.12);
}

body.livesport-theme.matches-layout-strip .gg-mat-odds-pill.is-active strong {
  color: var(--gg-brand-primary, #35e0c2);
}

body.livesport-theme.matches-layout-strip .gg-mat-row-ai {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  min-width: 0;
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  min-width: 3.55rem;
  min-height: 2.7rem;
  padding: 0.28rem 0.38rem;
  border-radius: 10px;
  border: 1px solid rgba(167, 139, 250, 0.32);
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.16), rgba(167, 139, 250, 0.08));
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick.is-official {
  border-color: rgba(53, 224, 194, 0.38);
  background: linear-gradient(180deg, rgba(53, 224, 194, 0.18), rgba(53, 224, 194, 0.08));
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick.is-signal {
  border-color: rgba(232, 176, 80, 0.38);
  background: linear-gradient(180deg, rgba(232, 176, 80, 0.18), rgba(232, 176, 80, 0.08));
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick em {
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick strong {
  font-size: 0.8rem;
  font-weight: 800;
  color: #ddd6fe;
}

body.livesport-theme.matches-layout-strip .gg-mat-ai-pick.is-official strong { color: var(--gg-brand-primary, #35e0c2); }
body.livesport-theme.matches-layout-strip .gg-mat-ai-pick.is-signal strong { color: #e8b050; }

body.livesport-theme.matches-layout-strip .gg-mat-ai-conf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
}

body.livesport-theme.matches-layout-strip .gg-mat-row-ai--markets {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: center;
}

body.livesport-theme.matches-page-simple .gg-mat-day .gg-pred-day-head {
  flex-wrap: wrap;
}

body.livesport-theme.matches-page-simple .gg-mat-day .gg-pred-day-title {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

body.livesport-theme.matches-page-simple .gg-mat-day-link {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--gg-pred-muted);
  text-decoration: none;
}

body.livesport-theme.matches-page-simple .gg-mat-day-link:hover {
  color: var(--gg-brand-primary, #35e0c2);
}

/* ── Match strip (jako gg-pred-strip, bez market sloupce) ── */
body.livesport-theme.matches-layout-strip a.gg-mat-strip {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr) minmax(3.25rem, 4.75rem) 2.65rem;
  gap: 0.65rem 0.85rem;
  align-items: center;
  width: 100%;
  min-height: 4.35rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--gg-pred-border-soft, rgba(255, 255, 255, 0.06));
  background: linear-gradient(90deg, rgba(16, 28, 42, 0.98), rgba(10, 18, 28, 0.92));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip:hover {
  border-color: var(--gg-brand-primary-border, rgba(53, 224, 194, 0.22));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-official {
  border-color: rgba(53, 224, 194, 0.28);
  box-shadow: inset 3px 0 0 rgba(53, 224, 194, 0.75);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-signal {
  border-color: rgba(232, 176, 80, 0.28);
  box-shadow: inset 3px 0 0 rgba(232, 176, 80, 0.75);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.has-ai:not(.is-official):not(.is-signal) {
  border-color: rgba(91, 156, 255, 0.22);
  box-shadow: inset 3px 0 0 rgba(91, 156, 255, 0.55);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-live-match {
  border-color: rgba(255, 107, 138, 0.28);
  background: linear-gradient(90deg, rgba(40, 16, 28, 0.55), rgba(10, 18, 28, 0.92));
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-timebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  min-height: 3.5rem;
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-timebox .gg-pred-strip-time {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-timebox em {
  margin-top: 0.12rem;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  color: var(--gg-pred-muted);
  line-height: 1.2;
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.35rem 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-official .gg-mat-strip-tip {
  border-color: rgba(53, 224, 194, 0.32);
  background: rgba(53, 224, 194, 0.08);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-signal .gg-mat-strip-tip {
  border-color: rgba(232, 176, 80, 0.32);
  background: rgba(232, 176, 80, 0.08);
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-tip strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--gg-brand-primary, #35e0c2);
  line-height: 1;
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-signal .gg-mat-strip-tip strong {
  color: var(--gg-pred-signal, #e8b050);
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-tip--empty {
  visibility: hidden;
  min-height: 0;
  padding: 0;
  border: none;
  background: transparent;
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-score strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
  color: var(--gg-pred-text);
}

body.livesport-theme.matches-layout-strip a.gg-mat-strip.is-live-match .gg-mat-strip-score strong {
  color: var(--gg-pred-live, #ff6b8a);
}

body.livesport-theme.matches-layout-strip .gg-mat-strip-score--empty strong {
  color: rgba(255, 255, 255, 0.22);
}

body.livesport-theme.matches-page-simple .gg-pred-badge--neutral {
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

body.livesport-theme.matches-page-simple .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  body.livesport-theme.matches-page-simple .gg-mat-stats-bar {
    gap: 0.35rem;
    padding: 0.62rem 0.7rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-stat {
    min-height: 1.8rem;
    padding: 0.22rem 0.5rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-league-toggle {
    padding: 0.72rem 0.75rem;
    align-items: flex-start;
  }

  body.livesport-theme.matches-page-simple .gg-mat-league-meta {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.28rem;
  }

  body.livesport-theme.matches-page-simple .gg-mat-league-chips {
    display: none;
  }

  body.livesport-theme.matches-page-simple .gg-mat-league-odds-head {
    display: none;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-row {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.45rem 0.55rem;
    min-height: 0;
    padding: 0.68rem 0.7rem;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-row-timebox {
    grid-row: 1 / span 2;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-row-matchup {
    grid-column: 2;
    grid-row: 1;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-row-odds,
  body.livesport-theme.matches-layout-strip .gg-mat-row-ai {
    grid-column: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.28rem;
    justify-content: flex-start;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-row-odds {
    grid-row: 2;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-row-ai {
    grid-row: 2;
    margin-left: auto;
    width: auto;
    justify-content: flex-end;
  }

  body.livesport-theme.matches-layout-strip .gg-mat-odds-pill,
  body.livesport-theme.matches-layout-strip .gg-mat-ai-pick {
    min-height: 2.1rem;
    min-width: 2.55rem;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-strip {
    grid-template-columns: 3.5rem minmax(0, 1fr) 2.35rem;
    grid-template-rows: auto auto;
    gap: 0.45rem 0.65rem;
    min-height: 0;
    padding: 0.6rem 0.7rem;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-strip .gg-pred-strip-conf,
  body.livesport-theme.matches-layout-strip a.gg-mat-strip .gg-mat-strip-timebox {
    grid-row: 1 / span 2;
    width: 3.15rem;
    min-height: 3.15rem;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-strip .gg-pred-strip-body {
    grid-column: 2;
    grid-row: 1;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-strip .gg-mat-strip-tip {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    min-height: 0;
    padding: 0.2rem 0.45rem;
  }

  body.livesport-theme.matches-layout-strip a.gg-mat-strip .gg-mat-strip-score {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  body.livesport-theme.matches-page-simple .gg-mat-date-strip {
    width: 100%;
    justify-content: flex-start;
  }

  body.livesport-theme.matches-page-simple .gg-mat-date-pills {
    max-width: none;
    flex: 1 1 auto;
  }

  body.livesport-theme.matches-page-simple .gg-mat-filter-toolbar {
    padding: 0.48rem 0.52rem 0.52rem;
  }

  body.livesport-theme.matches-page-simple .predictions-page-header-top {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 900px) {
  body.livesport-theme.matches-page-simple .gg-mat-date-pills {
    max-width: 28rem;
  }
}
