.live-score-page {
  --ls-night: #07091f;
  --ls-night-2: #0e1437;
  --ls-ink: #13182a;
  --ls-muted: #647087;
  --ls-gold: #ffcf22;
  --ls-gold-2: #f0bd12;
  --ls-cyan: #53d6ff;
  --ls-green: #b8ff1f;
  --ls-red: #ff6677;
  --ls-line: #dfe3eb;
  --ls-width: 1240px;
  background: #f3f4f7;
}

.live-score-control { min-height: 100vh; background: #f3f4f7; }

.live-score-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 20px;
  background:
    linear-gradient(100deg, rgba(3, 5, 20, .99) 0 48%, rgba(7, 11, 41, .94) 68%, rgba(4, 18, 28, .86)),
    url("/static/img/official/matches-top-pattern.webp") center / cover;
}
.live-score-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 35%, rgba(83, 214, 255, .18), transparent 23rem),
    linear-gradient(118deg, transparent 0 70%, rgba(255, 204, 0, .12) 70% 70.35%, transparent 70.35%),
    linear-gradient(148deg, transparent 0 78%, rgba(184, 255, 31, .06) 78% 78.5%, transparent 78.5%);
  content: "";
}
.live-score-hero::after {
  position: absolute;
  top: 0;
  right: 7%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 207, 34, .4), transparent);
  content: "";
  transform: rotate(19deg);
  transform-origin: top;
}
.live-score-hero-shell {
  position: relative;
  width: min(var(--ls-width), 100%);
  margin: 0 auto;
}
.live-score-breadcrumbs {
  width: fit-content;
  margin: 0;
  padding: 22px 0 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.live-score-breadcrumbs::after { display: none; }
.live-score-breadcrumbs ol { gap: 10px; color: #7f8ca8; }
.live-score-breadcrumbs li { font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.live-score-breadcrumbs a { color: #aeb9cf; }
.live-score-breadcrumbs a:hover { color: white; }
.live-score-breadcrumbs li:first-child a::before {
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border: 0;
  border-radius: 50%;
  background: var(--ls-gold);
  box-shadow: 0 0 0 4px rgba(255, 207, 34, .11);
}
.live-score-breadcrumbs li + li::before {
  width: 17px;
  height: 1px;
  margin-right: 10px;
  border: 0;
  background: rgba(255, 255, 255, .2);
  transform: none;
}
.live-score-breadcrumbs [aria-current="page"] {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ls-gold);
}
.live-score-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 72px;
  align-items: center;
  min-height: 510px;
}
.live-score-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 48px 0 72px;
}
.live-score-overline {
  margin: 0 0 14px;
  color: var(--ls-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.live-score-hero h1 {
  display: grid;
  max-width: 700px;
  font-size: clamp(58px, 6.7vw, 88px);
  line-height: .88;
  letter-spacing: -.045em;
}
.live-score-hero h1 span { color: white; }
.live-score-hero h1 strong { color: var(--ls-gold); font-size: inherit; }
.live-score-hero-lede {
  max-width: 710px;
  margin: 25px 0 0;
  color: #dce3f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}
.live-score-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.live-score-hero-actions a,
.live-score-match-state > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  color: white;
  font-size: 13px;
  font-weight: 900;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.live-score-hero-actions .is-primary,
.live-score-match-state > a {
  border-color: var(--ls-gold);
  background: var(--ls-gold);
  color: #171100;
}
.live-score-hero-actions a:hover,
.live-score-match-state > a:hover { transform: translateY(-2px); }
.live-score-hero-mark {
  position: relative;
  display: grid;
  justify-items: end;
  padding: 42px 0 54px;
  color: white;
  text-align: right;
}
.live-score-hero-mark::before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(83, 214, 255, .16);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  box-shadow:
    0 0 0 42px rgba(83, 214, 255, .025),
    0 0 0 84px rgba(255, 207, 34, .018);
}
.live-score-hero-mark > * { position: relative; z-index: 1; }
.live-score-hero-mark span {
  margin: 0 7px -4px 0;
  color: var(--ls-gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .38em;
}
.live-score-hero-mark strong,
.live-score-hero-mark b {
  font-family: "Aptos Display", "Trebuchet MS", sans-serif;
  font-size: clamp(84px, 9vw, 132px);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .72;
}
.live-score-hero-mark strong {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .46);
}
.live-score-hero-mark b { color: white; }
.live-score-hero-mark small {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 2px solid var(--ls-gold);
  color: #aab6cb;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.live-score-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 13%, transparent);
}

.live-score-body {
  display: grid;
  gap: 74px;
  padding: 74px 20px 84px;
  background:
    radial-gradient(circle at 92% 9%, rgba(83, 214, 255, .06), transparent 24rem),
    #f3f4f7;
}
.live-score-current,
.live-score-fixtures,
.live-score-results,
.live-score-information,
.live-score-faq {
  width: min(var(--ls-width), 100%);
  margin: 0 auto;
}
.live-score-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}
.live-score-section-heading p,
.live-score-information > div > p:first-child {
  margin: 0 0 5px;
  color: #644bb0;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.live-score-section-heading h2,
.live-score-information h2 {
  max-width: 820px;
  color: var(--ls-ink);
  font-size: clamp(31px, 4vw, 46px);
  letter-spacing: -.025em;
}
.live-score-section-heading > a {
  color: #232b3f;
  font-size: 13px;
  font-weight: 900;
}
.live-score-section-heading > a:hover { color: #644bb0; }
.live-score-section-heading > span { color: #778196; font-size: 11px; font-weight: 800; }
.live-score-status span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 204, 0, .34);
  border-radius: 999px;
  background: #fff8d8;
  color: #886700;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.live-score-status span.is-live { border-color: #99ddbe; background: #e8fff3; color: #087849; }
.live-score-status span.is-complete { border-color: #a6dff0; background: #eafaff; color: #116783; }

.live-score-match-card {
  overflow: hidden;
  border: 1px solid rgba(83, 214, 255, .28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(55, 24, 117, .72), rgba(7, 11, 38, .95) 46%, rgba(19, 34, 30, .95)),
    url("/static/img/official/matches-top-pattern.webp") center / cover;
  box-shadow: 0 28px 64px rgba(26, 30, 46, .22);
}
.live-score-match-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 52px;
  padding: 11px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(5, 8, 25, .42);
  color: #b6c1d5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.live-score-match-meta time { color: white; text-align: center; }
.live-score-match-meta a { justify-self: end; color: var(--ls-gold); }
.live-score-match-meta a:hover { text-decoration: underline; }
.live-score-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
  min-height: 300px;
}
.live-score-team {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, .72fr);
  align-items: center;
  gap: 21px;
  padding: 30px;
}
.live-score-team-home { border-right: 1px solid rgba(255, 255, 255, .1); }
.live-score-team-away {
  border-left: 1px solid rgba(255, 255, 255, .1);
  text-align: right;
}
.live-score-team > a { display: grid; justify-items: start; gap: 5px; }
.live-score-team-away > a { justify-items: end; order: 2; }
.live-score-team img {
  width: 112px;
  height: 112px;
  margin-bottom: 8px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .45));
}
.live-score-team small {
  color: var(--ls-cyan);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.live-score-team > a strong {
  max-width: 195px;
  color: white;
  font-size: 20px;
  line-height: 1.12;
}
.live-score-team > a:hover strong { color: var(--ls-gold); }
.live-score-innings {
  display: grid;
  justify-items: start;
  gap: 6px;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}
.live-score-team-away .live-score-innings {
  justify-items: end;
  padding-right: 20px;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-left: 0;
}
.live-score-innings strong {
  color: white;
  font-size: clamp(48px, 5vw, 68px);
  line-height: .9;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
}
.live-score-innings span {
  color: #a8b4c9;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.live-score-centre {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  padding: 20px 8px;
}
.live-score-centre > span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 4px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: linear-gradient(145deg, #7040bd, #2f1d72);
  color: white;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .05);
  font-size: 17px;
  font-weight: 950;
}
.live-score-centre > div { display: grid; gap: 3px; text-align: center; }
.live-score-centre strong { color: white; font-size: 17px; font-variant-numeric: tabular-nums; }
.live-score-centre small {
  color: #8f9db7;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.live-score-match-state {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 21px 23px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: rgba(5, 8, 25, .5);
}
.live-score-match-state > div { display: grid; gap: 3px; }
.live-score-match-state > div span {
  color: var(--ls-cyan);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}
.live-score-match-state strong { color: white; font-size: 18px; }
.live-score-match-state p { margin: 0; color: #a7b3c7; font-size: 12px; }

.live-score-match-details {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.live-score-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.live-score-metrics article,
.live-score-detail-grid > article,
.live-score-lineups {
  border: 1px solid var(--ls-line);
  border-radius: 10px;
  background: white;
}
.live-score-metrics article {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 17px;
}
.live-score-metrics span,
.live-score-detail-grid header span,
.live-score-lineups > header span {
  color: #7b8497;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.live-score-metrics strong { color: var(--ls-ink); font-size: 17px; }
.live-score-detail-grid {
  display: grid;
  grid-template-columns: 1fr .8fr 1.1fr;
  gap: 12px;
}
.live-score-detail-grid > article { min-height: 165px; padding: 18px; }
.live-score-detail-grid header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ls-line);
}
.live-score-detail-grid header strong { color: var(--ls-ink); font-size: 14px; }
.live-score-empty { margin: 18px 0 0; color: #7c879b; font-size: 12px; }
.live-player-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, auto);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--ls-line);
}
.live-player-row:last-child { border-bottom: 0; }
.live-player-row strong { color: var(--ls-ink); font-size: 13px; }
.live-player-row span { color: #5b3ba6; font-size: 13px; font-weight: 900; }
.live-player-row small { color: #7f899c; font-size: 10px; }
.live-ball-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.live-ball-list span {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 7px;
  border: 1px solid #b4eaf7;
  border-radius: 50%;
  background: #effbfe;
  color: #154d61;
  font-size: 11px;
  font-weight: 900;
}
.live-score-lineups { padding: 19px; }
.live-score-lineups > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ls-line);
}
.live-score-lineups > header div { display: grid; gap: 3px; }
.live-score-lineups > header strong { color: var(--ls-ink); font-size: 18px; }
.live-score-lineups > header small { color: #778196; font-size: 11px; }
.live-score-lineups > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 12px;
}
.live-score-lineups article {
  min-height: 90px;
  padding: 15px;
  border: 1px solid var(--ls-line);
  border-radius: 7px;
  background: #f8f9fb;
}
.live-score-lineups h3 { color: var(--ls-ink); font-size: 14px; }
.live-lineup-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 14px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}
.live-lineup-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #4f596d;
  font-size: 11px;
}
.live-lineup-list b { color: #5b3ba6; font-size: 9px; }

.live-score-fixture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.live-score-fixture-card {
  position: relative;
  display: grid;
  min-height: 360px;
  padding: 0 22px 20px;
  overflow: hidden;
  border: 1px solid #d7dce6;
  border-radius: 12px;
  background: white;
  box-shadow: 0 14px 34px rgba(31, 38, 56, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.live-score-fixture-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(var(--ls-gold), #5d3da8 70%);
  content: "";
}
.live-score-fixture-card:hover {
  transform: translateY(-5px);
  border-color: #c9b86f;
  box-shadow: 0 22px 45px rgba(31, 38, 56, .13);
}
.live-score-fixture-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 56px;
  border-bottom: 1px solid var(--ls-line);
  color: #7a8497;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.live-score-fixture-top span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #40306f;
}
.live-score-fixture-top b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid #ddc75a;
  border-radius: 50%;
  background: #fffbed;
  color: #554000;
  font-size: 9px;
}
.live-score-fixture-top time { color: #59657c; }
.live-score-fixture-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 190px;
  padding: 24px 0 19px;
}
.live-score-fixture-teams > a {
  display: grid;
  justify-items: center;
  min-width: 0;
  color: var(--ls-ink);
  text-align: center;
}
.live-score-fixture-teams > a:hover strong { color: #5d3da8; }
.live-score-fixture-crest {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 12px;
  border: 1px solid #e1e5ec;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, white, #f2f4f8);
  box-shadow: inset 0 0 0 5px white, 0 8px 19px rgba(28, 36, 55, .09);
}
.live-score-fixture-crest img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 5px 5px rgba(23, 29, 42, .14));
}
.live-score-fixture-teams strong {
  color: var(--ls-ink);
  font-size: 18px;
  line-height: 1.1;
  transition: color .16s ease;
}
.live-score-fixture-teams small {
  display: -webkit-box;
  min-height: 28px;
  margin-top: 5px;
  overflow: hidden;
  color: #69758a;
  font-size: 10px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.live-score-fixture-vs {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d8dce5;
  border-radius: 50%;
  background: #f7f8fa;
  color: #6b7487;
  font-size: 9px;
  font-weight: 950;
}
.live-score-fixture-details {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  margin-top: auto;
  border-block: 1px solid var(--ls-line);
}
.live-score-fixture-details p {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin: 0;
  padding: 13px 12px 13px 0;
}
.live-score-fixture-details p + p {
  padding-right: 0;
  padding-left: 15px;
  border-left: 1px solid var(--ls-line);
}
.live-score-fixture-details span {
  color: #8a93a4;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.live-score-fixture-details time,
.live-score-fixture-details strong {
  overflow: hidden;
  color: #30384b;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-score-fixture-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin-top: 13px;
  padding: 0 4px 0 0;
  color: #332265;
  font-size: 12px;
  font-weight: 950;
}
.live-score-fixture-action i {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--ls-gold);
  color: #171100;
  font-style: normal;
  transition: transform .16s ease;
}
.live-score-fixture-action:hover { color: #9a7300; }
.live-score-fixture-action:hover i { transform: translateX(3px); }
.live-score-fixture-card[hidden] { display: none; }

.live-score-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.live-score-no-results {
  grid-column: 1 / -1;
  min-height: 180px;
  padding: 32px;
  border: 1px dashed #cdd2dc;
  border-radius: 10px;
  background: white;
}
.live-score-no-results span,
.live-result-card > span {
  color: #5d3da8;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}
.live-score-no-results strong {
  display: block;
  margin-top: 15px;
  color: var(--ls-ink);
  font-size: clamp(24px, 3vw, 34px);
}
.live-score-no-results p { max-width: 650px; margin: 9px 0 0; color: var(--ls-muted); }
.live-result-card {
  display: grid;
  min-height: 210px;
  padding: 20px;
  border: 1px solid #d9dee7;
  border-radius: 10px;
  background: white;
}
.live-result-card h3 { margin: 14px 0; color: var(--ls-ink); font-size: 17px; }
.live-result-team {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--ls-line);
}
.live-result-team strong { color: var(--ls-ink); font-size: 13px; }
.live-result-team b { color: #5d3da8; font-size: 17px; }
.live-result-card a { margin-top: auto; color: #5d3da8; font-size: 12px; font-weight: 900; }

.live-score-information {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px 48px;
  padding: 38px;
  border: 1px solid rgba(255, 204, 0, .28);
  border-radius: 14px;
  background:
    linear-gradient(130deg, rgba(56, 31, 114, .55), rgba(7, 11, 35, .96) 48%, rgba(8, 31, 34, .94)),
    #07091f;
  box-shadow: 0 22px 52px rgba(25, 29, 44, .15);
}
.live-score-information > div > p:first-child { color: var(--ls-gold); }
.live-score-information h2 { color: white; }
.live-score-information > div > p:last-child {
  margin: 17px 0 0;
  color: #aeb9cd;
  line-height: 1.65;
}
.live-score-information ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.live-score-information li {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}
.live-score-information li span { color: var(--ls-green); font-size: 10px; font-weight: 950; }
.live-score-information li strong { display: block; margin-top: 13px; color: white; font-size: 14px; }
.live-score-information li p { margin: 7px 0 0; color: #9aa7be; font-size: 11px; line-height: 1.55; }
.live-score-information > small {
  grid-column: 1 / -1;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8290aa;
  font-size: 10px;
}

.live-score-faq > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.live-score-faq details {
  padding: 0 19px;
  border: 1px solid #d9dee7;
  border-left: 4px solid #5d3da8;
  border-radius: 8px;
  background: white;
}
.live-score-faq details:nth-child(even) { border-left-color: var(--ls-gold-2); }
.live-score-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  color: var(--ls-ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.live-score-faq summary::-webkit-details-marker { display: none; }
.live-score-faq summary span {
  color: #5d3da8;
  font-size: 21px;
  transition: transform .16s ease;
}
.live-score-faq details[open] summary span { transform: rotate(45deg); }
.live-score-faq details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--ls-muted);
  font-size: 13px;
  line-height: 1.65;
}

@keyframes score-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .live-score-hero-layout { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 38px; }
  .live-score-hero-mark strong,
  .live-score-hero-mark b { font-size: clamp(74px, 9vw, 104px); }
  .live-score-scoreboard { grid-template-columns: minmax(0, 1fr) 105px minmax(0, 1fr); }
  .live-score-team { grid-template-columns: 1fr; }
  .live-score-team-away > a { order: initial; }
  .live-score-innings,
  .live-score-team-away .live-score-innings {
    justify-items: start;
    padding: 14px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }
  .live-score-team-away .live-score-innings { justify-items: end; }
  .live-score-information { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .live-score-hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .live-score-hero-copy { max-width: 700px; padding: 45px 0 64px; }
  .live-score-hero-mark { display: none; }
  .live-score-body { padding-top: 64px; }
  .live-score-section-heading { align-items: flex-start; flex-direction: column; }
  .live-score-match-meta { grid-template-columns: 1fr; gap: 4px; }
  .live-score-match-meta time { text-align: left; }
  .live-score-match-meta a { justify-self: start; }
  .live-score-scoreboard { grid-template-columns: 1fr; }
  .live-score-team {
    grid-template-columns: minmax(0, 1fr) minmax(110px, .55fr);
    min-height: 190px;
  }
  .live-score-team-home { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .live-score-team-away { border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
  .live-score-team-away > a { justify-items: start; text-align: left; }
  .live-score-team-away .live-score-innings {
    justify-items: end;
    padding: 0 0 0 18px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .11);
  }
  .live-score-centre {
    grid-template-columns: auto 1fr;
    min-height: 96px;
    border-block: 1px solid rgba(255, 255, 255, .1);
  }
  .live-score-match-state { grid-template-columns: 1fr; }
  .live-score-match-state > a { width: fit-content; }
  .live-score-metrics { grid-template-columns: 1fr 1fr; }
  .live-score-lineups > div,
  .live-score-detail-grid,
  .live-score-result-grid,
  .live-score-information ol,
  .live-score-faq > div { grid-template-columns: 1fr; }
  .live-score-fixture-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .live-score-hero { padding: 0 14px; }
  .live-score-breadcrumbs { padding-top: 17px; }
  .live-score-breadcrumbs li { font-size: 9px; }
  .live-score-hero-copy { padding: 38px 0 52px; }
  .live-score-hero h1 { font-size: clamp(47px, 14vw, 62px); }
  .live-score-hero-lede { font-size: 15px; }
  .live-score-hero-actions { display: grid; }
  .live-score-hero-actions a { width: 100%; }
  .live-score-body { gap: 55px; padding: 58px 12px 62px; }
  .live-score-section-heading h2,
  .live-score-information h2 { font-size: 31px; }
  .live-score-team { grid-template-columns: 1fr 1fr; padding: 20px 15px; }
  .live-score-team img { width: 76px; height: 76px; }
  .live-score-team > a strong { font-size: 16px; }
  .live-score-innings strong { font-size: 43px; }
  .live-score-match-state { padding: 18px 15px; }
  .live-score-match-state > a { width: 100%; }
  .live-score-metrics article { padding: 13px; }
  .live-score-lineups { padding: 15px; }
  .live-score-lineups > header { align-items: flex-start; flex-direction: column; }
  .live-lineup-list { grid-template-columns: 1fr; }
  .live-score-fixture-grid { grid-template-columns: 1fr; }
  .live-score-fixture-card { min-height: 350px; padding-inline: 18px; }
  .live-score-fixture-teams { min-height: 180px; gap: 8px; }
  .live-score-fixture-crest { width: 74px; height: 74px; }
  .live-score-fixture-crest img { width: 56px; height: 56px; }
  .live-score-fixture-teams strong { font-size: 16px; }
  .live-score-information { padding: 26px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .live-score-page *,
  .live-score-page *::before,
  .live-score-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
