.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-blue: #167ea4;
  --ls-blue-dark: #123a71;
  --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: 100%;
  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-commentary,
.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: #126a88;
  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: #126a88; }
.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(15, 69, 98, .76), rgba(7, 11, 38, .96) 46%, rgba(14, 48, 54, .94)),
    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, var(--ls-blue), var(--ls-blue-dark));
  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: #126a88; 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: #126a88; font-size: 9px; }

.live-score-commentary-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #69758a !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.live-score-commentary-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #98a1b1;
  box-shadow: 0 0 0 5px rgba(152, 161, 177, .13);
}
.live-score-commentary-status.is-live { color: #087849 !important; }
.live-score-commentary-status.is-live i {
  background: #16a564;
  animation: live-commentary-pulse 1.8s ease-out infinite;
}
.live-score-commentary-status.is-complete { color: #116783 !important; }
.live-score-commentary-status.is-complete i {
  background: #26a9cf;
  box-shadow: 0 0 0 5px rgba(38, 169, 207, .13);
}
.live-score-commentary-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(83, 214, 255, .28);
  border-radius: 16px;
  background: var(--ls-night);
  box-shadow: 0 25px 58px rgba(25, 30, 46, .17);
}
.live-score-commentary-lead {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(145deg, rgba(13, 65, 91, .94), rgba(7, 11, 34, .98) 58%, rgba(8, 35, 40, .93)),
    url("/static/img/official/matches-top-pattern.webp") center / cover;
}
.live-score-commentary-lead::before {
  position: absolute;
  top: -90px;
  right: -110px;
  z-index: -1;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 207, 34, .19);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(83, 214, 255, .025), 0 0 0 90px rgba(255, 207, 34, .018);
  content: "";
}
.live-score-commentary-lead::after {
  position: absolute;
  top: 0;
  left: 34px;
  width: 54px;
  height: 5px;
  background: linear-gradient(90deg, var(--ls-gold) 0 70%, var(--ls-green) 70%);
  content: "";
}
.live-score-commentary-lead > span {
  color: var(--ls-cyan);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.live-score-commentary-lead h3 {
  max-width: 390px;
  margin-top: 10px;
  color: white;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -.025em;
}
.live-score-commentary-lead p {
  max-width: 430px;
  margin: 15px 0 0;
  color: #abb8cd;
  font-size: 13px;
  line-height: 1.65;
}
.live-score-commentary-lead a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: fit-content;
  min-width: 190px;
  margin-top: 25px;
  padding: 13px 15px;
  border-radius: 6px;
  background: var(--ls-gold);
  color: #171100;
  font-size: 12px;
  font-weight: 950;
}
.live-score-commentary-lead a:hover { background: #ffe15d; }
.live-score-commentary-feed {
  max-height: 480px;
  overflow-y: auto;
  background:
    linear-gradient(rgba(255, 255, 255, .016) 1px, transparent 1px) 0 0 / 100% 55px,
    #0b102b;
  scrollbar-color: rgba(255, 207, 34, .45) transparent;
}
.live-score-commentary-empty {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 44px;
}
.live-score-commentary-empty span {
  color: var(--ls-gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.live-score-commentary-empty strong {
  margin-top: 10px;
  color: white;
  font-size: clamp(22px, 3vw, 32px);
}
.live-score-commentary-empty p {
  max-width: 520px;
  margin: 11px 0 0;
  color: #9eabc2;
  font-size: 13px;
  line-height: 1.65;
}
.live-score-commentary-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.live-score-commentary-item.is-latest {
  background: linear-gradient(90deg, rgba(255, 207, 34, .1), rgba(83, 214, 255, .035));
  box-shadow: inset 4px 0 var(--ls-gold);
}
.live-score-commentary-delivery {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}
.live-score-commentary-delivery span {
  color: #8e9bb3;
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.live-score-commentary-delivery b {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid rgba(83, 214, 255, .35);
  border-radius: 50%;
  background: rgba(83, 214, 255, .08);
  color: black;
  font-size: 12px;
}
.live-score-commentary-item.is-latest .live-score-commentary-delivery b {
  border-color: var(--ls-gold);
  background: var(--ls-gold);
  color: #171100;
}
.live-score-commentary-item small {
  color: var(--ls-night);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.live-score-commentary-item p {
  margin: 7px 0 0;
  color: #d8deea;
  font-size: 13px;
  line-height: 1.55;
}
.live-score-over-summary { margin: 14px 16px; overflow: hidden; border: 1px solid #dce2ea; border-radius: 10px; background: #fafbfd; color: #172033; }
.live-score-over-summary > div { display: grid; grid-template-columns: auto auto minmax(0,1fr); gap: 12px; align-items: center; padding: 12px 14px; border-bottom: 1px dashed #d6dde7; }
.live-score-over-summary > div strong { padding-right: 12px; border-right: 1px solid #d6dde7; }
.live-score-over-summary > div span { color: #596477; text-align: right; }
.live-score-over-summary > p { margin: 0; padding: 11px 14px; color: #596477; font-size: 12px; }
.live-score-commentary-note { margin: 0; padding: 12px 18px; border-bottom: 1px solid #e7e9ec; color: #172033; font-weight: 850; }
.live-score-commentary-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
}
.live-score-commentary-more span { color: #9eabc2; font-size: 11px; font-weight: 800; }
.live-score-commentary-more button {
  padding: 11px 18px;
  border: 0;
  border-radius: 7px;
  background: var(--ls-gold);
  color: #171100;
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}
.live-score-commentary-more button:hover { background: #ffe15d; }

.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), var(--ls-cyan) 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: #19314f;
}
.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: #126a88; }
.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: #19314f;
  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: #126a88;
  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: #126a88; font-size: 17px; }
.live-result-card a { margin-top: auto; color: #126a88; font-size: 12px; font-weight: 900; }
.live-result-card-featured { grid-column: 1 / -1; min-height: 0; }
.live-result-card-featured > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.live-result-card-featured > header span { color: #126a88; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.live-result-card-featured > header small { color: var(--ls-muted); text-align: right; }
.live-result-team-complete { align-items: center; padding: 13px 0; }
.live-result-team-complete > span { display: flex; align-items: center; gap: 12px; }
.live-result-team-complete img { width: 42px; height: 42px; object-fit: contain; }
.live-result-team-complete b { font-size: clamp(18px, 2.4vw, 26px); }
.live-result-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0; }
.live-result-details p { display: grid; gap: 5px; margin: 0; padding: 12px; border: 1px solid var(--ls-line); border-radius: 8px; color: var(--ls-muted); font-size: 12px; }
.live-result-details strong { color: var(--ls-ink); font-size: 10px; text-transform: uppercase; }

.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 var(--ls-blue);
  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: #126a88;
  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); } }
@keyframes live-commentary-pulse {
  0% { box-shadow: 0 0 0 0 rgba(22, 165, 100, .35); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(22, 165, 100, 0); }
}

@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; }
  .live-score-commentary-layout { grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); }
}

@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-result-details { grid-template-columns: 1fr; }
  .live-score-fixture-grid { grid-template-columns: 1fr 1fr; }
  .live-score-commentary-layout { grid-template-columns: 1fr; }
  .live-score-commentary-lead {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .live-score-commentary-feed { max-height: 430px; }
  .live-score-commentary-empty { min-height: 240px; }
}

@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; }
  .live-score-commentary-lead { min-height: 270px; padding: 28px 22px; }
  .live-score-commentary-lead::after { left: 22px; }
  .live-score-commentary-lead a { width: 100%; }
  .live-score-commentary-item { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; padding: 18px 16px; }
  .live-score-commentary-more { align-items: stretch; flex-direction: column; padding: 16px; }
  .live-score-commentary-delivery { padding-right: 14px; }
  .live-score-commentary-empty { padding: 28px 22px; }
}

/* Match-centre layout: keep the live game and its controls above the fold. */
.live-score-hero-layout { grid-template-columns: 1fr; min-height: 0; }
.live-score-hero-copy { max-width: 1040px; padding: 26px 0 34px; }
.live-score-hero h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .18em;
  max-width: none;
  font-size: clamp(44px, 5vw, 62px);
  line-height: .95;
}
.live-score-hero-lede { max-width: 900px; margin-top: 13px; font-size: 14px; line-height: 1.5; }
.live-score-hero-actions { margin-top: 17px; }

.live-score-body { gap: 54px; padding-top: 30px; }
.live-score-current > .live-score-section-heading { margin-bottom: 14px; }
.live-score-current > .live-score-section-heading h2 { font-size: clamp(29px, 3vw, 39px); }
.live-score-workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(285px, .4fr);
  gap: 0;
  align-items: start;
  margin-top: 18px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(83, 214, 255, .18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 2% 0, rgba(83, 214, 255, .09), transparent 26%),
    linear-gradient(145deg, #111937, #080d25 72%);
  box-shadow: 0 24px 62px rgba(11, 18, 43, .2);
}
.live-score-workspace::before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 116px;
  height: 3px;
  background: linear-gradient(90deg, var(--ls-gold) 0 72%, var(--ls-cyan) 72% 88%, var(--ls-lime) 88%);
  content: "";
}
.live-score-workspace-main { display: grid; min-width: 0; gap: 10px; }
.live-score-workspace-main .live-score-tabs { order: 1; }
.live-score-workspace-main .live-score-match-details { order: 2; }
.live-score-workspace-main .live-score-commentary { order: 3; }
.live-score-tabs {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  scrollbar-width: thin;
}
.live-score-tabs a {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 15px 14px;
  color: #aab6cc;
  text-align: center;
  white-space: nowrap;
}
.live-score-tabs a > span {
  color: #53d6ff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .09em;
}
.live-score-tabs a > strong { font-size: 11px; font-weight: 900; }
.live-score-tabs a::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: transparent;
  content: "";
}
.live-score-tabs a:hover,
.live-score-tabs a[aria-current="page"] { color: white; }
.live-score-tabs a[aria-current="page"]::after { background: var(--ls-gold); }
.live-score-tabs a[aria-current="page"] > span { color: var(--ls-gold); }

.live-score-workspace .live-score-commentary,
.live-score-workspace .live-score-match-details { width: 100%; margin: 0; }
.live-score-workspace .live-score-commentary { padding: 14px; border: 0; background: transparent; }
.live-score-workspace .live-score-commentary > .live-score-section-heading { margin-bottom: 13px; }
.live-score-workspace .live-score-commentary .live-score-section-heading h2 { font-size: clamp(25px, 2.5vw, 34px); }
.live-score-workspace .live-score-commentary .live-score-section-heading h2 { color: white; }
.live-score-workspace .live-score-commentary .live-score-section-heading p { color: var(--ls-cyan); }
.live-score-workspace .live-score-commentary-status { color: #aab6cc !important; }
.live-score-workspace .live-score-commentary-layout {
  grid-template-columns: minmax(225px, .58fr) minmax(0, 1.42fr);
  min-height: 285px;
  border-radius: 11px;
  box-shadow: none;
}
.live-score-workspace .live-score-commentary-lead { min-height: 285px; padding: 26px 24px; }
.live-score-workspace .live-score-commentary-feed { max-height: 390px; }
.live-score-workspace .live-score-commentary-empty::before {
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border: 1px solid rgba(83, 214, 255, .35);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--ls-gold) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 48%, rgba(83, 214, 255, .36) 49% 51%, transparent 52%),
    linear-gradient(transparent 48%, rgba(83, 214, 255, .36) 49% 51%, transparent 52%);
  content: "";
}
.live-score-workspace .live-score-match-details { padding: 0 14px 14px; border: 0; background: transparent; }
.live-score-telemetry-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 2px 10px;
}
.live-score-telemetry-heading > div { display: grid; gap: 2px; }
.live-score-telemetry-heading span {
  color: var(--ls-cyan);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.live-score-telemetry-heading strong { color: white; font-size: 18px; }
.live-score-telemetry-heading small { color: #8693aa; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.live-score-workspace .live-score-metrics {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
}
.live-score-workspace .live-score-metrics article {
  min-height: 82px;
  padding: 15px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  background: rgba(255, 255, 255, .04);
}
.live-score-workspace .live-score-metrics article:last-child { border-right: 0; }
.live-score-workspace .live-score-metrics span { color: #8f9bb2; }
.live-score-workspace .live-score-metrics strong { color: white; }
.live-score-workspace .live-score-detail-grid { gap: 8px; margin-top: 8px; }
.live-score-workspace .live-score-detail-grid > article,
.live-score-workspace .live-score-lineups {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
}
.live-score-workspace .live-score-detail-grid header { border-color: rgba(255, 255, 255, .1); }
.live-score-workspace .live-score-detail-grid header span,
.live-score-workspace .live-score-lineups > header span { color: var(--ls-cyan); }
.live-score-workspace .live-score-detail-grid header strong,
.live-score-workspace .live-score-lineups > header strong { color: white; }
.live-score-workspace .live-score-empty,
.live-score-workspace .live-score-lineups > header small { color: #98a5ba; }
.live-score-workspace .live-player-row { border-color: rgba(255, 255, 255, .1); }
.live-score-workspace .live-player-row strong { color: white; }
.live-score-workspace .live-score-lineups { margin-top: 8px; }
.live-score-workspace .live-score-lineups > header { border-color: rgba(255, 255, 255, .1); }
.live-score-workspace .live-score-lineups article {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(5, 9, 26, .42);
}
.live-score-workspace .live-score-lineups h3 { color: white; }
.live-score-workspace .live-lineup-list li { color: #b2bdd0; }

.live-score-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, .1);
}
.live-score-side-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .045);
  box-shadow: none;
}
.live-score-side-panel > header { padding: 17px 17px 13px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.live-score-side-panel > header span,
.live-score-side-panel > header div > span {
  display: block;
  margin-bottom: 3px;
  color: var(--ls-cyan);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.live-score-side-panel h2 { color: white; font-size: 20px; letter-spacing: -.025em; }
.live-score-other-matches > header { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.live-score-other-matches > header a { color: #aab6cc; font-size: 10px; font-weight: 900; }
.live-score-other-matches > div { display: grid; }
.live-score-other-matches > div > a {
  display: grid;
  gap: 5px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: white;
}
.live-score-other-matches > div > a:last-child { border-bottom: 0; }
.live-score-other-matches > div > a:hover { background: rgba(83, 214, 255, .07); }
.live-score-other-matches > div span { color: #8f9bb2; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.live-score-other-matches > div strong { font-size: 14px; }
.live-score-other-matches > div i { color: var(--ls-cyan); font-size: 10px; font-style: normal; text-transform: uppercase; }
.live-score-other-matches > div small { color: #98a5ba; font-size: 10px; }
.live-score-match-info dl { margin: 0; padding: 5px 18px 12px; }
.live-score-match-info dl > div { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.live-score-match-info dl > div:last-child { border-bottom: 0; }
.live-score-match-info dt { color: #8491a8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-score-match-info dd { margin: 0; color: white; font-size: 11px; font-weight: 800; line-height: 1.4; }
.live-score-match-info dd a { color: var(--ls-cyan); }
.live-score-watch-panel { padding-bottom: 18px; border-color: rgba(255, 205, 26, .32); background: linear-gradient(145deg, rgba(255, 205, 26, .1), rgba(255, 255, 255, .035)); }
.live-score-watch-panel > header { border-color: rgba(255, 255, 255, .1); }
.live-score-watch-panel > header span { color: var(--ls-gold); }
.live-score-watch-panel h2 { color: white; }
.live-score-watch-panel p { margin: 16px 18px; color: #b8c4d9; font-size: 11px; line-height: 1.55; }
.live-score-watch-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 18px;
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--ls-gold);
  color: #171100;
  font-size: 11px;
  font-weight: 950;
}

@media (min-width: 821px) {
  .live-score-scoreboard { min-height: 238px; }
  .live-score-team { padding: 23px 26px; }
  .live-score-team img { width: 92px; height: 92px; margin-bottom: 5px; }
  .live-score-innings strong { font-size: clamp(46px, 4.4vw, 60px); }
  .live-score-centre { gap: 16px; }
  .live-score-centre > span { width: 60px; height: 60px; }
}

@media (max-width: 1080px) {
  .live-score-workspace { grid-template-columns: 1fr; }
  .live-score-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding: 0 14px 14px;
    border-left: 0;
  }
  .live-score-other-matches { display: none; }
}

@media (max-width: 820px) {
  .live-score-hero-layout { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .live-score-hero-copy { padding: 31px 0 22px; }
  .live-score-body { padding-top: 28px; }
  .live-score-sidebar { grid-template-columns: 1fr; }
  .live-score-workspace .live-score-commentary-layout { grid-template-columns: 1fr; }
  .live-score-workspace .live-score-commentary-feed { min-height: 220px; }
  .live-score-workspace .live-score-metrics article:nth-child(2) { border-right: 0; }
  .live-score-workspace .live-score-metrics article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .1); }
}

@media (max-width: 560px) {
  .live-score-hero-copy { padding: 24px 0 28px; }
  .live-score-hero h1 { font-size: clamp(42px, 12vw, 54px); }
  .live-score-hero-lede { font-size: 14px; }
  .live-score-body { gap: 48px; padding-top: 24px; }
  .live-score-workspace { padding: 7px; border-radius: 12px; }
  .live-score-tabs a { flex: 0 0 auto; padding: 14px 15px; }
  .live-score-tabs a > strong { font-size: 10px; }
  .live-score-workspace .live-score-commentary { padding: 10px; }
  .live-score-workspace .live-score-commentary-lead { min-height: 250px; }
  .live-score-workspace .live-score-match-details { padding: 0 10px 10px; }
  .live-score-telemetry-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .live-score-workspace .live-score-metrics article { padding: 13px; }
  .live-score-sidebar { padding: 0 10px 10px; }

  /* Keep the match hero readable above the fold on narrow phones. */
  .live-score-match-meta { padding: 12px 14px; }
  .live-score-scoreboard {
    grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
    align-items: stretch;
  }
  .live-score-team {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    min-width: 0;
    min-height: 250px;
    padding: 18px 12px;
  }
  .live-score-team-home {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
  }
  .live-score-team-away {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .1);
  }
  .live-score-team > a,
  .live-score-team-away > a {
    justify-items: center;
    text-align: center;
  }
  .live-score-team img { width: 66px; height: 66px; }
  .live-score-team > a strong { font-size: 14px; line-height: 1.25; }
  .live-score-innings,
  .live-score-team-away .live-score-innings {
    justify-items: center;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }
  .live-score-innings strong { font-size: 30px; }
  .live-score-innings span { font-size: 9px; text-align: center; }
  .live-score-centre {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    min-height: 250px;
    padding: 12px 4px;
    border-block: 0;
  }
  .live-score-centre > span { width: 54px; height: 54px; }
  .live-score-centre strong { font-size: 14px; }
  .live-score-centre small { font-size: 8px; }
  .live-score-match-state { gap: 16px; }
}

@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;
  }
}
@media (max-width: 700px) {
}
