:root {
  --sch-bg: #07091a;
  --sch-bg-2: #0b1025;
  --sch-card: #10162d;
  --sch-card-2: #151c36;
  --sch-text: #f6f7fb;
  --sch-muted: #aab4cc;
  --sch-gold: #ffcc12;
  --sch-cyan: #ffcc12;
  --sch-line: rgba(255, 255, 255, .11);
  --sch-shadow: 0 18px 52px rgba(0, 0, 0, .26);
}

html {
  scroll-padding-top: 158px;
}

body {
  background: var(--sch-bg);
  color: var(--sch-text);
}

#all-matches,
#playoffs-final,
#fixtures-by-team,
#venue-route,
#timezone-tools,
#schedule-faq {
  scroll-margin-top: 158px;
}

main {
  background: var(--sch-bg);
}

nav.breadcrumbs {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 0;
  border: 0;
  background: none;
  box-shadow: none;
}

nav.breadcrumbs::after {
  display: none;
}

nav.breadcrumbs ol {
  gap: 10px;
  width: auto;
  min-height: 0;
  margin: 0;
  overflow: visible;
  color: #7f8ca8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

nav.breadcrumbs li {
  color: #7f8ca8;
  white-space: nowrap;
}

nav.breadcrumbs li:first-child a::before {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border: 0;
  border-radius: 50%;
  background: var(--sch-gold);
  box-shadow: 0 0 0 4px rgba(255, 204, 18, .11);
  transform: none;
  content: "";
}

nav.breadcrumbs li + li::before {
  display: block;
  width: 17px;
  height: 1px;
  margin: 0 10px 0 0;
  border: 0;
  background: rgba(255, 255, 255, .2);
  transform: none;
  content: "";
}

nav.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  color: #aeb9cf;
  font-weight: 900;
}

nav.breadcrumbs [aria-current="page"],
nav.breadcrumbs li:last-child:not(:has(a)) {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--sch-gold);
  text-overflow: clip;
}

.schedule-masthead {
  position: relative;
  color: var(--sch-text);
  background:
    radial-gradient(circle at 86% 18%, rgba(77, 214, 236, .1), transparent 25rem),
    linear-gradient(135deg, #07091a 0%, #0c1531 62%, #071d26 100%);
}

.schedule-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(118deg, transparent 0 67%, rgba(77, 214, 236, .07) 67% 67.25%, transparent 67.25%),
    radial-gradient(circle at 18% 82%, rgba(255, 204, 18, .08), transparent 19rem);
  pointer-events: none;
}

.schedule-masthead-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 540px;
  margin: 0 auto;
  padding: 42px 0 70px;
}

.schedule-masthead-kicker,
.schedule-finder-heading > p,
.schedule-next-title > p {
  margin: 0 0 13px;
  color: var(--sch-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.schedule-masthead h1 {
  margin: 0;
  color: var(--sch-text);
  font-size: clamp(58px, 7vw, 94px);
  line-height: .86;
  letter-spacing: -.055em;
}

.schedule-masthead h1 em {
  color: var(--sch-gold);
  font-style: normal;
}

.schedule-masthead-lede {
  max-width: 610px;
  margin: 28px 0 0;
  color: #c9d2e6;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.58;
}

.schedule-masthead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.schedule-masthead-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 50px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: var(--sch-text);
  font-size: 12px;
  font-weight: 900;
}

.schedule-masthead-actions .is-primary {
  border-color: var(--sch-gold);
  background: var(--sch-gold);
  color: #171200;
}

.schedule-masthead-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  box-shadow: var(--sch-shadow);
}

.schedule-masthead-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.schedule-masthead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 7, 19, .78));
}

.schedule-masthead-visual > div {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 17px;
  border: 1px solid rgba(255, 204, 18, .42);
  border-radius: 10px;
  background: rgba(7, 9, 26, .88);
  backdrop-filter: blur(8px);
}

.schedule-masthead-visual strong {
  color: var(--sch-gold);
  font-size: 34px;
  line-height: .8;
}

.schedule-masthead-visual span {
  color: var(--sch-text);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.schedule-season-strip {
  position: relative;
  z-index: 3;
  width: min(1368px, calc(100% - 24px));
  margin: -28px auto 0;
  padding: 0 24px;
  border: 0;
  background: transparent;
  transform: translateY(28px);
}

.schedule-season-strip dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 204, 18, .28);
  border-radius: 14px;
  background: rgba(10, 14, 35, .97);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.schedule-season-strip div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 94px;
  padding: 19px 22px 19px 72px;
  border-right: 1px solid var(--sch-line);
}

.schedule-season-strip div:last-child {
  border-right: 0;
}

.schedule-season-strip div::before {
  position: absolute;
  left: 24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 204, 18, .42);
  border-radius: 8px;
  color: var(--sch-gold);
  font-size: 11px;
  font-weight: 900;
  transform: translateY(-50%);
}

.schedule-season-strip div:nth-child(1)::before {
  content: "01";
}

.schedule-season-strip div:nth-child(2)::before {
  content: "02";
}

.schedule-season-strip div:nth-child(3)::before {
  content: "03";
}

.schedule-season-strip div:nth-child(4)::before {
  content: "04";
}

.schedule-season-strip dt {
  color: #91a9d5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.schedule-season-strip dd {
  margin: 5px 0 0;
  color: var(--sch-text);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 900;
}

.schedule-next-teams > a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--sch-text);
}

.schedule-next-teams span {
  color: #8591ac;
  font-size: 10px;
}

.schedule-finder-heading h2 {
  margin: 0;
  color: var(--sch-text);
  font-size: 24px;
  line-height: 1.05;
}

.schedule-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 9px;
  align-items: end;
}

.schedule-filters label {
  display: grid;
  gap: 6px;
}

.schedule-filters label span {
  color: #8390aa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.schedule-filters select,
.schedule-time-copy select {
  width: 100%;
  min-height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--sch-line);
  border-radius: 7px;
  background-color: var(--sch-card);
  color: var(--sch-text);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.schedule-jump-nav button {
  flex: 0 0 auto;
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
}

.schedule-jump-nav span {
  color: var(--sch-gold);
}

.schedule-jump-nav a {
  border-bottom: 3px solid transparent;
}

.schedule-jump-nav a.active,
.schedule-jump-nav a[aria-current="true"],
.schedule-jump-nav button.active {
  border-bottom-color: var(--sch-gold);
  color: var(--sch-gold);
  box-shadow: none;
}

.schedule-results-shell {
  display: block;
  overflow-anchor: none;
}

.schedule-results-main {
  min-width: 0;
}

.schedule-match-list[hidden],
.schedule-match-card[hidden],
.schedule-month-divider[hidden],
.schedule-stage-heading[hidden] {
  display: none !important;
}

.schedule-view-sidebar {
  position: sticky;
  top: 154px;
  display: grid;
  align-content: start;
  gap: 6px;
  overflow-anchor: none;
}

.schedule-view-sidebar[hidden] {
  display: none;
}

.schedule-view-sidebar > strong {
  margin-bottom: 7px;
  color: #111a32;
  font-size: 12px;
  text-transform: uppercase;
}

.schedule-view-sidebar button {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #dce1eb;
  border-radius: 7px;
  background: #fff;
  color: #27314a;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
}

.schedule-view-sidebar button.active {
  border-color: #6f35c6;
  background: #6f35c6;
  color: #fff;
}

.schedule-match-centre.is-split-view .schedule-results-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.schedule-match-centre.is-split-view .schedule-results-main {
  grid-column: 2;
  min-width: 0;
}

.schedule-match-centre,
.schedule-team-hub,
.schedule-summary-band,
.schedule-hosts-band,
.schedule-faq-band {
  width: min(1320px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 68px 0;
  color: var(--sch-text);
  background: transparent;
}

.schedule-match-centre .section-heading,
.schedule-team-hub .section-heading,
.schedule-summary-band .section-heading,
.schedule-story-band .section-heading,
.schedule-hosts-band .section-heading,
.schedule-faq-band .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 700px) auto;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin: 0 0 28px;
}

.schedule-match-centre .section-heading h2,
.schedule-team-hub .section-heading h2,
.schedule-summary-band .section-heading h2,
.schedule-story-band .section-heading h2,
.schedule-hosts-band .section-heading h2,
.schedule-time-tools h2,
.schedule-faq-band .section-heading h2,
.schedule-explore h2 {
  margin-bottom: 12px;
  color: var(--sch-text);
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -.035em;
}

.schedule-match-centre .section-heading p,
.schedule-team-hub .section-heading p,
.schedule-summary-band .section-heading p,
.schedule-story-band .section-heading p,
.schedule-hosts-band .section-heading p,
.schedule-time-copy p,
.schedule-faq-band .section-heading p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--sch-muted);
}

.schedule-team-hub .section-heading > a,
.schedule-summary-band .section-heading > a,
.schedule-hosts-band .section-heading > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 204, 18, .4);
  border-radius: 7px;
  color: var(--sch-gold);
  font-size: 11px;
  font-weight: 900;
}

.schedule-match-details p {
  margin: 0;
  color: #7f8aa4;
  font-size: 10px;
  line-height: 1.35;
}

.schedule-match-details p strong,
.schedule-match-details a {
  color: #c9d2e5;
}

.schedule-team-hub {
  border-top: 1px solid var(--sch-line);
}

.schedule-team-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.schedule-team-picker button {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 112px;
  padding: 17px;
  border: 1px solid var(--sch-line);
  border-radius: 10px;
  background: var(--sch-card);
  color: var(--sch-text);
  text-align: left;
}

.schedule-team-picker button:hover {
  border-color: rgba(255, 204, 18, .45);
  background: var(--sch-card-2);
  transform: none;
}

.schedule-team-picker img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.schedule-team-picker span {
  display: grid;
  gap: 4px;
}

.schedule-team-picker strong {
  color: var(--sch-text);
  font-size: 12px;
  line-height: 1.2;
}

.schedule-team-picker small {
  color: #7f8ba4;
  font-size: 9px;
}

.schedule-team-picker b {
  color: var(--sch-gold);
}

.schedule-bookends-band {
  width: 100%;
  min-height: 0;
  padding: 0;
  background: linear-gradient(125deg, #111830, #0a202a);
}

.schedule-bookends-card {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0;
  border: 0;
  background: transparent;
  color: var(--sch-text);
}

.schedule-bookends-card h2 {
  max-width: 830px;
  margin: 13px 0 18px;
  color: var(--sch-text);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
}

.schedule-bookends-card > p {
  max-width: 790px;
  color: var(--sch-muted);
}

.schedule-bookends {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  border-top: 1px solid var(--sch-line);
}

.schedule-bookends > div {
  display: grid;
  gap: 3px;
  padding: 20px 0;
}

.schedule-bookends > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--sch-line);
}

.schedule-bookends span {
  color: var(--sch-gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-bookends strong {
  color: var(--sch-text);
  font-size: 19px;
}

.schedule-bookends small {
  color: var(--sch-muted);
}

.schedule-summary-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--sch-line);
  border-radius: 12px;
  background: var(--sch-card);
}

.schedule-summary-table > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 17px;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid var(--sch-line);
}

.schedule-summary-table > div:nth-child(odd) {
  border-right: 1px solid var(--sch-line);
}

.schedule-summary-table strong {
  color: var(--sch-cyan);
  font-size: 10px;
  text-transform: uppercase;
}

.schedule-summary-table span {
  color: var(--sch-muted);
  font-size: 12px;
  line-height: 1.5;
}

.schedule-story-band {
  width: 100%;
  min-height: 0;
  max-width: none;
  padding: 68px max(24px, calc((100vw - 1320px) / 2));
  background: #0c1023;
}

.schedule-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.schedule-story-grid .info-panel {
  min-height: 225px;
  padding: 25px;
  border: 1px solid var(--sch-line);
  border-radius: 10px;
  background: var(--sch-card);
}

.schedule-story-grid .info-panel span {
  color: var(--sch-gold);
  font-size: 30px;
  font-weight: 900;
}

.schedule-story-grid h3 {
  margin: 26px 0 10px;
  color: var(--sch-text);
  font-size: 21px;
}

.schedule-story-grid p {
  color: var(--sch-muted);
}

.schedule-host-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.schedule-host-grid .badge {
  background: rgba(77, 214, 236, .08);
  color: var(--sch-cyan);
}

.schedule-host-grid h3 {
  margin: 22px 0 8px;
  color: var(--sch-text);
  font-size: 21px;
}

.schedule-host-grid p {
  color: var(--sch-muted);
  font-size: 12px;
}

.schedule-time-tools {
  width: 100%;
  min-height: 0;
  max-width: none;
  padding: 68px max(24px, calc((100vw - 1320px) / 2));
  background: linear-gradient(135deg, #0d1830, #0b2028);
}

.schedule-time-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.schedule-time-copy label {
  display: grid;
  gap: 7px;
  max-width: 500px;
  margin-top: 22px;
}

.schedule-time-copy label span {
  color: #8b97b1;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-time-note {
  font-size: 11px;
}

.schedule-calendar-card {
  padding: 32px;
  border: 1px solid rgba(255, 204, 18, .25);
  border-radius: 12px;
  background: var(--sch-card);
  color: var(--sch-text);
  box-shadow: var(--sch-shadow);
}

.schedule-calendar-card h3 {
  margin: 9px 0 10px;
  color: var(--sch-text);
  font-size: 29px;
}

.schedule-calendar-card p,
.schedule-calendar-card small {
  color: var(--sch-muted);
}

.schedule-calendar-card a {
  display: flex;
  justify-content: space-between;
  margin: 21px 0 12px;
  padding: 13px;
  border-radius: 7px;
  background: var(--sch-gold);
  color: #171200;
  font-weight: 900;
}

.schedule-faq-list summary span {
  color: var(--sch-gold);
  font-size: 11px;
  font-weight: 900;
}

.schedule-explore nav strong {
  font-size: 18px;
}

.schedule-empty-state {
  padding: 24px;
  border: 1px solid var(--sch-line);
  border-radius: 8px;
  background: var(--sch-card);
  color: var(--sch-text);
}

.schedule-converted-time {
  display: block;
  color: var(--sch-cyan) !important;
  font-size: 9px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .schedule-masthead-inner {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-next-match {
    grid-template-columns: 1fr;
  }

  .schedule-next-title {
    text-align: center;
  }

  .schedule-next-match > nav {
    grid-template-columns: repeat(4, 1fr);
  }

  .schedule-finder {
    grid-template-columns: 1fr;
  }

  .schedule-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-filter-reset {
    grid-column: 1 / -1;
  }

  .schedule-team-picker,
  .schedule-host-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 132px;
  }

  .schedule-jump-nav {
    top: 72px;
  }

  #all-matches,
  #playoffs-final,
  #fixtures-by-team,
  #venue-route,
  #timezone-tools,
  #schedule-faq {
    scroll-margin-top: 132px;
  }

  .schedule-masthead-inner {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 650px);
    min-height: 0;
    padding: 48px 0 56px;
  }

  .schedule-season-strip dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-season-strip div:nth-child(2) {
    border-right: 0;
  }

  .schedule-season-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sch-line);
  }

  .schedule-next-match,
  .schedule-finder,
  .schedule-match-centre,
  .schedule-team-hub,
  .schedule-summary-band,
  .schedule-hosts-band,
  .schedule-faq-band {
    width: min(100% - 32px, 650px);
  }

  .schedule-match-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .schedule-table-head {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .schedule-table-head span:last-child {
    display: none;
  }

  .schedule-match-centre-cta {
    grid-column: 1 / -1;
    min-height: 42px;
    border-top: 1px solid var(--sch-line);
    border-left: 0;
  }

  .schedule-match-centre.is-split-view .schedule-results-shell {
    grid-template-columns: 1fr;
  }

  .schedule-match-centre.is-split-view .schedule-results-main {
    grid-column: 1;
  }

  .schedule-view-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-view-sidebar > strong {
    grid-column: 1 / -1;
  }

  .schedule-story-grid,
  .schedule-time-layout,
  .schedule-summary-table,
  .schedule-explore nav {
    grid-template-columns: 1fr;
  }

  .schedule-summary-table > div:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 540px) {
  .schedule-masthead h1 {
    font-size: 58px;
  }

  .schedule-season-strip {
    width: 100%;
    padding: 0 16px;
  }

  .schedule-season-strip div {
    min-height: 82px;
    padding: 14px 10px 14px 50px;
  }

  .schedule-season-strip div::before {
    left: 13px;
    width: 27px;
    height: 27px;
  }

  .schedule-masthead-visual > div {
    right: 10px;
    bottom: 10px;
  }

  .schedule-next-match {
    margin-top: 34px;
    padding: 20px 16px;
  }

  .schedule-next-teams {
    grid-template-columns: 1fr 62px 1fr;
  }

  .schedule-next-teams > a,
  .schedule-next-teams > a:last-child {
    display: grid;
    justify-items: center;
    gap: 7px;
    text-align: center;
  }

  .schedule-next-teams img {
    width: 52px;
    height: 52px;
  }

  .schedule-next-teams strong {
    font-size: 11px;
  }

  .schedule-next-match > nav {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-filters {
    grid-template-columns: 1fr;
  }

  .schedule-filter-reset {
    grid-column: auto;
  }

  .schedule-match-centre,
  .schedule-team-hub,
  .schedule-summary-band,
  .schedule-hosts-band,
  .schedule-faq-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .schedule-match-centre .section-heading,
  .schedule-team-hub .section-heading,
  .schedule-summary-band .section-heading,
  .schedule-story-band .section-heading,
  .schedule-hosts-band .section-heading,
  .schedule-faq-band .section-heading {
    grid-template-columns: 1fr;
  }

  .schedule-match-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .schedule-table-head {
    display: none;
  }

  .schedule-match-details {
    grid-template-columns: 1fr auto;
    border-right: 0;
    border-bottom: 1px solid var(--sch-line);
  }

  .schedule-match-details .schedule-match-label,
  .schedule-match-details time {
    grid-column: 1;
  }

  .schedule-match-details p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    text-align: right;
  }

  .schedule-match-details p:last-child {
    display: none;
  }

  .schedule-match-teams {
    padding: 16px 10px;
  }

  .schedule-team {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 7px;
  }

  .schedule-team:last-child {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .schedule-team img {
    width: 40px;
    height: 40px;
  }

  .schedule-team strong {
    font-size: 11px;
  }

  .schedule-team-picker,
  .schedule-host-grid {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-team-picker button {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 160px;
    padding: 15px 10px;
    text-align: center;
  }

  .schedule-team-picker button > b {
    display: none;
  }

  .schedule-host-grid .info-panel {
    min-height: 190px;
    padding: 16px;
  }

  .schedule-host-grid h3 {
    font-size: 19px;
  }

  .schedule-bookends-card {
    width: calc(100% - 32px);
  }

  .schedule-bookends {
    grid-template-columns: 1fr;
  }

  .schedule-bookends > div + div {
    padding-left: 0;
    border-top: 1px solid var(--sch-line);
    border-left: 0;
  }

  .schedule-summary-table > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .schedule-story-band,
  .schedule-time-tools,
  .schedule-explore {
    padding: 52px 16px;
  }

  .schedule-calendar-card {
    padding: 24px;
  }

  .schedule-faq-list summary {
    grid-template-columns: 38px 1fr auto;
  }

  .schedule-faq-list details > p {
    margin-left: 38px;
  }
}

/* Editorial schedule canvas */
body,
main {
  background: #f3f5f9;
}

.schedule-finder,
.schedule-match-centre,
.schedule-team-hub,
.schedule-hosts-band,
.schedule-faq-band,
.schedule-explore {
  color: #111a32;
}

.schedule-finder-heading h2,
.schedule-match-centre .section-heading h2,
.schedule-team-hub .section-heading h2,
.schedule-hosts-band .section-heading h2,
.schedule-faq-band .section-heading h2,
.schedule-explore h2 {
  color: #111a32;
}

.schedule-finder-heading > p,
.schedule-match-centre .eyebrow,
.schedule-team-hub .eyebrow,
.schedule-hosts-band .eyebrow,
.schedule-faq-band .eyebrow,
.schedule-explore .eyebrow {
  color: #6f35c6;
}

.schedule-finder .schedule-filters select {
  border-color: #d8ddea;
  background-color: #fff;
  color: #111a32;
}

.schedule-filter-reset {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 204, 18, .35);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  border-color: #d7b200;
  background: #fff8d8;
  color: #594900;
}

.schedule-jump-nav {
  position: sticky;
  z-index: 20;
  top: 82px;
  display: flex;
  width: 100%;
  overflow-x: auto;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  border-block: 1px solid var(--sch-line);
  backdrop-filter: blur(10px);
  border-color: #dce1eb;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 24px rgba(18, 26, 49, .1);
}

.schedule-jump-nav span,
.schedule-jump-nav a,
.schedule-jump-nav button {
  flex: 0 0 auto;
  padding: 14px 17px;
  border-right: 1px solid var(--sch-line);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-color: #e3e7ef;
  color: #26304a;
}

.schedule-jump-nav span,
.schedule-jump-nav a.active,
.schedule-jump-nav a[aria-current="true"],
.schedule-jump-nav button.active {
  color: #6f35c6;
}

.schedule-match-centre .section-heading p,
.schedule-team-hub .section-heading p,
.schedule-hosts-band .section-heading p,
.schedule-faq-band .section-heading p {
  color: #667087;
}

.schedule-table-head {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 155px;
  overflow: hidden;
  border: 1px solid var(--sch-line);
  border-radius: 9px 9px 0 0;
  border-color: #dbe0ea;
  background: #e9edf5;
}

.schedule-table-head span {
  padding: 11px 16px;
  border-right: 1px solid var(--sch-line);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-color: #d4dae6;
  color: #5f6a82;
}

.schedule-month-divider {
  display: flex;
  justify-content: space-between;
  margin: 3px 0 0;
  padding: 11px 16px;
  border-left: 3px solid var(--sch-gold);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-left-color: #ffcc12;
  background: #fff5bf;
  color: #3f3400;
}

.schedule-month-divider small {
  font-size: 9px;
  color: #7a6811;
}

.schedule-match-details time,
.schedule-team,
.schedule-team strong {
  color: #111a32;
}

.schedule-match-details p,
.schedule-match-details p strong {
  color: #657088;
}

.schedule-stage-heading {
  margin: 40px 0 16px;
  padding: 24px;
  border: 1px solid rgba(255, 204, 18, .25);
  border-radius: 10px;
  color: var(--sch-text);
  border-color: #d8c8f1;
  background: linear-gradient(135deg, #f2ebff, #fff9dc);
}

.schedule-stage-heading h2 {
  font-size: 29px;
  color: #111a32;
}

.schedule-stage-heading p {
  color: #657088;
}

.schedule-team-picker button,
.schedule-host-grid .info-panel,
.schedule-faq-list details,
.schedule-explore nav a {
  border-color: #dfe3eb;
  background: #fff;
  color: #111a32;
}

.schedule-team-picker strong,
.schedule-host-grid h3,
.schedule-faq-list summary h3,
.schedule-explore nav a {
  color: #111a32;
}

.schedule-team-picker small,
.schedule-host-grid p,
.schedule-faq-list details > p {
  color: #687289;
}

.schedule-host-grid .info-panel {
  min-height: 175px;
  padding: 20px;
  border: 1px solid var(--sch-line);
  border-radius: 10px;
  background: var(--sch-card);
  overflow: hidden;
  padding-top: 126px;
  background-position: top center;
  background-size: 100% 108px;
  background-repeat: no-repeat;
}

.schedule-host-grid .info-panel:nth-child(1) { background-image: url("/static/img/official/venues/arnos-vale-stadium.webp"); }
.schedule-host-grid .info-panel:nth-child(2) { background-image: url("/static/img/official/venues/sabina-park.webp"); }
.schedule-host-grid .info-panel:nth-child(3) { background-image: url("/static/img/official/venues/daren-sammy-cricket-ground.webp"); }
.schedule-host-grid .info-panel:nth-child(4) { background-image: url("/static/img/official/venues/sir-vivian-richards-stadium.webp"); }
.schedule-host-grid .info-panel:nth-child(5) { background-image: url("/static/img/official/news/trinbago-knight-riders-queens-park-oval-tickets-2026-featured.webp"); }
.schedule-host-grid .info-panel:nth-child(6) { background-image: url("/static/img/official/venues/warner-park.webp"); }
.schedule-host-grid .info-panel:nth-child(7) { background-image: url("/static/img/official/venues/providence-stadium.webp"); }
.schedule-host-grid .info-panel:nth-child(8) { background-image: url("/static/img/official/venues/kensington-oval.webp"); }

.schedule-faq-list,
.schedule-faq-list details {
  border-color: #dfe3eb;
}

.schedule-explore {
  width: 100%;
  padding: 64px max(24px, calc((100vw - 1320px) / 2));
  color: var(--sch-text);
  background: #eef1f7;
}

.schedule-explore nav span {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  color: #6f35c6;
}

@media (min-width: 1081px) {
  .schedule-team-picker {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .schedule-team-picker button {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 190px;
    text-align: center;
  }

  .schedule-team-picker button > b {
    display: none;
  }
}

/* Match board, live spotlight and lower-page polish */

.schedule-next-teams b {
  color: var(--sch-gold);
  font-size: 20px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 204, 18, .4);
  border-radius: 50%;
  background: rgba(255, 204, 18, .08);
}

.schedule-match-label,
.schedule-match-details time {
  grid-column: 1;
}

.schedule-faq-band {
  min-height: 0;
  padding-top: 58px;
  padding-bottom: 58px;
  border-block: 1px solid #e1e5ee;
  background: #f3f5f9;
  color: #11182e;
}

.schedule-faq-band .section-heading h2 {
  color: #11182e;
}

.schedule-faq-band .section-heading p {
  color: #667087;
}

.schedule-faq-list {
  display: block;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #dfe3ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 40, 66, .08);
}

.schedule-faq-list details {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #dce1eb;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.schedule-faq-list details:last-child {
  border-bottom: 0;
}

.schedule-faq-list details:hover {
  background: #faf9fd;
  transform: none;
}

.schedule-faq-list details[open] {
  border-color: #d3c3e7;
  background: linear-gradient(90deg, #faf7ff 0%, #ffffff 72%);
  box-shadow: inset 4px 0 #7434bf;
}

.schedule-faq-list summary {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 30px;
  padding: 21px 24px;
  cursor: pointer;
  list-style: none;
}

.schedule-faq-list summary::-webkit-details-marker {
  display: none;
}

.schedule-faq-list summary span {
  display: none;
}

.schedule-faq-list summary h3 {
  margin: 0;
  color: #151c31;
  font-size: 18px;
  line-height: 1.25;
}

.schedule-faq-list summary i {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
}

.schedule-faq-list summary i::before,
.schedule-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #7434bf;
  content: "";
  transform: translate(-50%, -50%);
}

.schedule-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.schedule-faq-list details[open] summary i {
  background: #eee6f8;
}

.schedule-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.schedule-faq-list details > p {
  max-width: 980px;
  color: #596379;
  margin: 0;
  padding: 0 60px 24px 24px;
  font-size: 16px;
  line-height: 1.65;
}

.schedule-explore nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 27px;
  border-block: 1px solid #dce1eb;
}

.schedule-explore nav a {
  display: grid;
  gap: 8px;
  border: 0;
  border-right: 1px solid #dce1eb;
  border-radius: 0;
  background: #ffffff;
  color: #11182e;
  position: relative;
  min-height: 145px;
  padding: 22px 24px;
  border-top: 0;
  box-shadow: none;
  transition:
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.schedule-explore nav a:hover {
  border-color: #dce1eb;
  background: #f8f4fd;
  box-shadow: inset 0 -3px #7434bf;
  transform: none;
}

.schedule-explore nav a:nth-child(even) {
  border-top-color: transparent;
}

.schedule-explore nav a:last-child {
  border-right: 0;
}

.schedule-explore {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #f0edf7;
  color: #11182e;
}

.schedule-explore h2 {
  color: #11182e;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.02;
}

.schedule-explore .eyebrow {
  color: #7434bf;
}

.schedule-explore nav strong {
  color: #667087;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.schedule-explore nav span {
  color: #11182e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none;
}

.schedule-explore nav i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #7434bf;
}

.schedule-explore nav i svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.schedule-playoff-route {
  width: 100%;
  padding: 66px max(24px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 90% 10%, rgba(116, 52, 191, .22), transparent 28rem),
    #091126;
  color: #ffffff;
}

.schedule-playoff-route-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.schedule-playoff-route-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.schedule-playoff-route .eyebrow {
  margin-bottom: 12px;
  color: #b894e1;
}

.schedule-playoff-route h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .98;
  letter-spacing: -.035em;
}

.schedule-playoff-route-heading p:last-child {
  max-width: 720px;
  margin: 17px 0 0;
  color: #b9c4d9;
  font-size: 17px;
  line-height: 1.55;
}

.schedule-playoff-route-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  color: #ffcb05;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-playoff-route-heading > a span {
  font-size: 25px;
  line-height: 1;
}

.schedule-playoff-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.schedule-playoff-steps::before {
  position: absolute;
  top: 25px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, #6e43a9, #8b62bd 78%, #ffcb05);
  content: "";
}

.schedule-playoff-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 13px;
  text-align: center;
}

.schedule-playoff-steps b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #65708b;
  border-radius: 50%;
  background: #101a35;
  color: #dbe2ef;
  font-size: 16px;
}

.schedule-playoff-steps strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-playoff-steps span {
  color: #9facca;
  font-size: 13px;
  text-transform: uppercase;
}

.schedule-playoff-steps .is-final b {
  border-color: #ffcb05;
  background: #fffdf1;
  color: #6b5600;
  box-shadow: 0 0 0 7px rgba(255, 203, 5, .12);
}

@media (max-width: 780px) {
  .schedule-finder {
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .schedule-filters {
    grid-template-columns: 1fr;
  }

  .schedule-filter-reset {
    grid-column: auto;
  }

  .schedule-explore nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-explore nav a {
    min-height: 132px;
    padding: 18px 16px;
    border-bottom: 1px solid #dce1eb;
  }

  .schedule-explore nav a:nth-child(2n) {
    border-right: 0;
  }

  .schedule-explore nav strong {
    font-size: 13px;
  }

  .schedule-explore nav span {
    font-size: 16px;
  }

  .schedule-playoff-route {
    padding: 52px 18px;
  }

  .schedule-playoff-route-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .schedule-playoff-route h2 {
    font-size: clamp(36px, 9vw, 50px);
  }

  .schedule-playoff-route-heading > a {
    justify-self: start;
  }

  .schedule-playoff-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .schedule-playoff-steps::before {
    top: 26px;
    bottom: 26px;
    left: 25px;
    width: 2px;
    height: auto;
    background: linear-gradient(#6e43a9, #8b62bd 78%, #ffcb05);
  }

  .schedule-playoff-steps li {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    justify-items: start;
    gap: 14px;
    align-items: center;
    min-height: 82px;
    text-align: left;
  }

  .schedule-playoff-steps strong,
  .schedule-playoff-steps span {
    font-size: 13px;
  }
}

@media (max-width: 540px) {
  .schedule-finder {
    grid-template-columns: 1fr;
  }

  .schedule-explore {
    padding-inline: 14px;
  }

  .schedule-explore nav a {
    padding: 16px 13px;
  }

  .schedule-playoff-steps li {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .schedule-playoff-steps span {
    grid-column: 2;
    margin-top: -22px;
  }
}

@media (max-width: 780px) {
  .schedule-next-match {
    grid-template-columns: 1fr;
  }

  .schedule-match-card {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  .schedule-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .schedule-match-card {
    grid-template-columns: 1fr;
  }
}

/* Final wide match-row system */

.schedule-next-teams > a:last-child {
  flex-direction: row-reverse;
  grid-template-columns: minmax(0, 1fr) 92px;
  text-align: right;
}

.schedule-match-count {
  padding: 11px 15px;
  border: 1px solid rgba(77, 214, 236, .35);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  border-color: rgba(111, 53, 198, .26);
  background: #f0e9fb;
  color: #6f35c6;
}

.schedule-match-label {
  display: flex;
  gap: 7px;
  color: var(--sch-cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  grid-column: 1 / -1;
  grid-row: 1;
}

.schedule-team {
  display: grid;
  align-items: center;
  color: var(--sch-text);
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 13px;
}

.schedule-team:last-child {
  text-align: right;
  grid-template-columns: minmax(0, 1fr) 50px;
}

@media (max-width: 780px) {
  .schedule-next-match {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .schedule-next-title h2 {
    max-width: none;
  }

  .schedule-match-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 540px) {
  .schedule-next-teams {
    grid-template-columns: 1fr 64px 1fr;
  }

  .schedule-next-teams > a,
  .schedule-next-teams > a:last-child {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .schedule-next-teams > a:last-child img {
    grid-column: 1;
  }

  .schedule-next-teams img {
    width: 66px;
    height: 66px;
  }

  .schedule-next-teams strong {
    font-size: 12px;
  }

  .schedule-match-card {
    grid-template-columns: 1fr;
  }
}


/* Featured match and fixture-row components */
/* Schedule feature and fixture rows â€” isolated release asset */
.schedule-next-match {
  display: grid;
  gap: 28px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  margin: 82px auto 0;
  color: var(--sch-text);
  border-color: rgba(255, 204, 18, .32);
  position: relative;
  isolation: isolate;
  grid-template-columns: 220px minmax(0, 1fr) 176px;
  min-height: 286px;
  margin-top: 64px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 203, 5, .45);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 12%, rgba(116, 52, 191, .46), transparent 33%),
    radial-gradient(circle at 94% 90%, rgba(255, 203, 5, .13), transparent 29%),
    linear-gradient(135deg, #0d0929 0%, #070c1e 48%, #081627 100%);
  box-shadow: 0 24px 58px rgba(5, 8, 24, .24);
}

.schedule-next-match::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 46%, rgba(255, 255, 255, .035) 46% 46.7%, transparent 46.7%),
    repeating-linear-gradient(135deg, transparent 0 38px, rgba(255, 255, 255, .018) 39px 40px);
  content: "";
}

.schedule-next-title {
  align-self: center;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.schedule-next-title > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #ffcb05;
  letter-spacing: .12em;
}

.schedule-next-title > p::before {
  display: inline-block;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffcb05;
  box-shadow: 0 0 0 5px rgba(255, 203, 5, .12);
  content: "";
}

.schedule-next-title h2 {
  margin: 0;
  max-width: 190px;
  color: #fff;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: .98;
  letter-spacing: -.035em;
}

.schedule-next-teams {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
  gap: 16px;
  align-self: stretch;
}

.schedule-next-teams > a,
.schedule-next-teams > a:last-child {
  grid-template-columns: 92px minmax(0, 1fr);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-align: center;
}

.schedule-next-teams > a:hover {
  border-color: rgba(255, 203, 5, .45);
  background: rgba(255, 255, 255, .075);
}

.schedule-next-teams > a:last-child img {
  grid-column: auto;
  grid-row: auto;
}

.schedule-next-teams img {
  object-fit: contain;
  width: 104px;
  height: 104px;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .28));
}

.schedule-next-teams strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
}

.schedule-next-teams > div {
  justify-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.schedule-next-teams > div b {
  margin-bottom: 5px;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 203, 5, .55);
  background: linear-gradient(145deg, #7a35c4, #35176d);
  color: #fff;
  box-shadow: 0 12px 28px rgba(61, 25, 120, .36);
  font-size: 20px;
}

.schedule-next-teams time {
  color: #ffcb05;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-next-teams > div > span {
  max-width: 110px;
  color: #b9c3d7;
  font-size: 11px;
  line-height: 1.35;
}

.schedule-next-match > nav {
  display: grid;
  align-self: center;
  gap: 9px;
}

.schedule-next-match > nav a {
  padding: 8px 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  font-size: 11px;
  letter-spacing: .04em;
}

.schedule-next-match > nav a:hover {
  border-color: rgba(255, 203, 5, .5);
}

.schedule-next-match > nav .is-primary {
  border-color: #ffcb05;
  background: #ffcb05;
  color: #090d20;
  box-shadow: 0 10px 24px rgba(255, 203, 5, .18);
}

.schedule-finder {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 34px;
  margin-top: 28px;
}

.schedule-match-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.schedule-match-card {
  display: grid;
  border-color: #d9deea;
  position: relative;
  grid-template-columns: 248px minmax(0, 1fr) 158px;
  min-height: 122px;
  overflow: hidden;
  border: 1px solid #d9deea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 22, 48, .06);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.schedule-match-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ffcb05 0 45%, #7434bf 45% 100%);
  content: "";
}

.schedule-match-card:hover {
  border-color: #9a70c9;
  box-shadow:
    0 16px 36px rgba(54, 29, 99, .14),
    0 0 0 1px rgba(255, 203, 5, .12);
  transform: translateY(-2px);
}

.schedule-match-details {
  border-color: #dfe3eb;
  align-items: center;
  align-content: center;
  display: grid;
  border-right-color: #dfe3eb;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  gap: 5px 12px;
  padding: 18px 20px 17px 22px;
  border-right: 1px solid #e0e4ee;
  background: linear-gradient(135deg, #f8f5fc 0%, #f5f7fb 72%);
}

.schedule-match-label span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #eee6f8;
  color: #6430a2;
  font-size: 10px;
}

.schedule-match-label strong {
  align-self: center;
  color: #778196;
  font-size: 10px;
}

.schedule-match-details time {
  grid-column: 1;
  grid-row: 2;
  line-height: 1.1;
  color: #11182e;
  font-size: 19px;
  font-weight: 900;
}

.schedule-match-details > p {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  text-align: right;
  color: #505a70;
  font-size: 12px;
}

.schedule-match-details > p strong {
  color: #6430a2;
  font-size: 13px;
}

.schedule-match-details > p:last-child {
  display: block;
  grid-column: 1 / -1;
  grid-row: 3;
  text-align: left;
  color: #6f788c;
  font-size: 11px;
}

.schedule-match-details > p:last-child a {
  color: #263149;
  font-weight: 900;
}

.schedule-match-teams {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 28px;
  background: linear-gradient(90deg, #ffffff, #fbf9fe 50%, #ffffff);
}

.schedule-team {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  color: #151c31;
  text-align: left;
}

.schedule-team:last-child {
  grid-template-columns: minmax(0, 1fr) 58px;
  text-align: right;
}

.schedule-team:last-child img {
  grid-column: 2;
  grid-row: 1;
}

.schedule-team img {
  object-fit: contain;
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 7px 10px rgba(18, 22, 42, .12));
}

.schedule-team strong {
  color: #151c31;
  font-size: 15px;
  line-height: 1.2;
}

.schedule-match-card .schedule-versus {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  border-radius: 50%;
  font-weight: 900;
  text-transform: uppercase;
  border-color: rgba(111, 53, 198, .3);
  width: 40px;
  height: 40px;
  border: 2px solid #ffcb05;
  background: linear-gradient(145deg, #7a39bd, #482071);
  color: #fff;
  font-size: 0;
  box-shadow:
    0 7px 16px rgba(72, 32, 113, .22),
    0 0 0 4px rgba(255, 203, 5, .08);
}

.schedule-match-card .schedule-versus::after {
  display: block;
  color: #fff;
  content: "VS";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
}

.schedule-match-centre-cta {
  display: grid;
  place-content: center;
  font-weight: 900;
  text-align: center;
  border-color: #dfe3eb;
  border-left-color: #dfe3eb;
  gap: 9px;
  margin: 10px 10px 10px;
  padding: 18px;
  border-left: 1px solid #252e4a;
  background: linear-gradient(145deg, #111a36, #0b1127);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  transition:
    background .2s ease,
    color .2s ease;
}

.schedule-match-centre-cta::before {
  box-sizing: border-box;
  width: 112px;
  min-height: 24px;
  margin-inline: auto;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255, 203, 5, .14);
  color: #ffcb05;
  content: attr(data-status-label);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.schedule-next-match[data-hydration-state="pending"] > * { visibility: hidden; }
.schedule-next-match[data-hydration-state="pending"]::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 12%, rgba(116, 52, 191, .46), transparent 33%),
    linear-gradient(135deg, #0d0929 0%, #070c1e 48%, #081627 100%);
  color: #b9c3d7;
  content: "Loading current match…";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.schedule-match-centre-cta {
  grid-template-rows: 24px 14px minmax(34px, auto) 20px;
  min-width: 142px;
}

.schedule-match-centre-cta:not([data-status-label]) {
  color: transparent;
}
.schedule-match-centre-cta:not([data-status-label])::before {
  color: #b8c1d4;
  content: "CHECKING";
}
.schedule-match-centre-cta:not([data-status-label]) span,
.schedule-match-centre-cta:not([data-status-label]) b { color: transparent; }

.schedule-match-card[data-match-state="complete"] .schedule-match-centre-cta::before {
  background: rgba(83, 214, 255, .15);
  color: #53d6ff;
}

.schedule-match-card[data-match-state="live"] .schedule-match-centre-cta::before {
  background: rgba(185, 255, 43, .15);
  color: #b9ff2b;
}

.schedule-match-centre-cta span {
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #b8c1d4;
}

.schedule-match-centre-cta b {
  color: #ffcb05;
  font-size: 19px;
}

.schedule-match-centre-cta:hover {
  background: #ffcb05;
  color: #11182e;
}

.schedule-match-centre-cta:hover::before {
  background: #6430a2;
  color: #ffffff;
}

.schedule-match-centre-cta:hover span {
  color: #594f19;
}

.schedule-match-centre-cta:hover b {
  color: #6430a2;
}

@media (max-width: 1050px) {
  .schedule-next-match {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .schedule-next-match > nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .schedule-match-card {
    grid-template-columns: 220px minmax(0, 1fr) 130px;
  }

  .schedule-match-teams {
    gap: 10px;
    padding-inline: 16px;
  }
}

@media (max-width: 780px) {
  .schedule-next-match {
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding: 24px;
  }

  .schedule-next-title {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .schedule-next-title h2 {
    max-width: none;
  }

  .schedule-next-match > nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-match-card {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .schedule-match-centre-cta {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
    min-height: 54px;
    border-top: 1px solid #27304b;
    border-left: 0;
  }
}

@media (max-width: 540px) {
  .schedule-next-match {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .schedule-next-teams {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
    gap: 7px;
  }

  .schedule-next-teams > a,
  .schedule-next-teams > a:last-child {
    padding: 14px 8px;
  }

  .schedule-next-teams img {
    width: 70px;
    height: 70px;
  }

  .schedule-next-teams strong {
    font-size: 12px;
  }

  .schedule-next-teams > div b {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .schedule-next-teams time {
    font-size: 10px;
  }

  .schedule-next-teams > div > span {
    font-size: 9px;
  }

  .schedule-next-match > nav {
    grid-template-columns: 1fr;
  }

  .schedule-match-card {
    grid-template-columns: 1fr;
  }

  .schedule-match-details {
    border-right: 0;
    border-bottom: 1px solid #e1e5ef;
  }

  .schedule-match-teams {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    gap: 8px;
    padding: 18px 12px;
  }

  .schedule-team,
  .schedule-team:last-child {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    text-align: center;
  }

  .schedule-team img,
  .schedule-team:last-child img {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 52px;
  }

  .schedule-team strong {
    font-size: 11px;
  }
}
