.mp-live-shell {
  margin-bottom: 16px;
}

.match-product-page .mp-match-meta .mp-kicker {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.match-product-page .mp-kicker-status,
.match-product-page .mp-match-identity-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid #dfe6f1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #526582;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.match-product-page .mp-kicker-status > i,
.match-product-page .mp-match-identity-status > i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #93a1b5;
}

.match-product-page [data-match-status-badge][data-match-state="live"] {
  border-color: rgba(239, 51, 78, .25);
  background: rgba(239, 51, 78, .08);
  color: #d92340;
}

.match-product-page [data-match-status-badge][data-match-state="live"] > i {
  background: #ef334e;
  box-shadow: 0 0 0 3px rgba(239, 51, 78, .12);
}

.match-product-page [data-match-status-badge][data-match-state="finished"] {
  border-color: rgba(20, 98, 243, .2);
  background: rgba(20, 98, 243, .07);
  color: #1854b9;
}

.match-product-page [data-match-status-badge][data-match-state="finished"] > i {
  background: #1462f3;
}

.match-product-page .mp-match-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 920px;
  margin: -6px auto 16px;
  color: #536584;
  font-size: .69rem;
  line-height: 1.25;
}

.match-product-page .mp-match-identity-teams {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #233c68;
}

.match-product-page .mp-match-identity-teams strong {
  font-size: .73rem;
  font-weight: 850;
}

.match-product-page .mp-match-identity-teams i {
  color: #91a0b7;
  font-style: normal;
}

.match-product-page .mp-match-identity-chip b {
  color: #7b8aa2;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.mp-live-zone,
.mp-live-module,
.mp-live-pre-cta {
  --mp-live-home: var(--mp-red, #ef334e);
  --mp-live-draw: #9ca8ba;
  --mp-live-away: var(--mp-blue, #1462f3);
  --mp-live-accent: var(--mp-blue, #1462f3);
  width: 100%;
  margin-top: 16px;
  color: #102a55;
}

.mp-live-zone {
  width: 100%;
}

.mp-live-pre-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 15px;
  border: 1px solid #e2e8f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 58, 109, .04);
}

.mp-live-pre-copy {
  display: grid;
  gap: 3px;
}

.mp-live-pre-copy strong {
  color: #102a55;
  font-size: .82rem;
  font-weight: 900;
}

.mp-live-pre-copy small,
.mp-live-loading small {
  color: #71809b;
  font-size: .69rem;
}

.mp-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mp-live-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 0 16px;
  border: 1px solid #cbd6e7;
  border-radius: 9px;
  background: transparent;
  color: #26466f;
  font: inherit;
  font-size: .74rem;
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.mp-live-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mp-live-button:hover {
  transform: translateY(-1px);
}

.mp-live-button:disabled {
  cursor: not-allowed;
  opacity: .56;
  transform: none;
}

.mp-live-button--primary {
  border-color: var(--mp-live-accent);
  background: linear-gradient(135deg, #2878ff 0%, var(--mp-live-accent) 100%);
  box-shadow: 0 9px 21px rgba(20, 98, 243, .24);
  color: #fff;
}

.mp-live-button--quiet {
  background: #f8fafe;
}

.mp-live-button--quiet:hover {
  border-color: #aebed6;
  background: #f1f5fb;
}

.mp-live-module {
  position: relative;
  overflow: hidden;
  padding: 24px 26px 25px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% -80px, rgba(20, 98, 243, .08), transparent 270px),
    linear-gradient(145deg, #fff 0%, #fbfcff 100%);
  box-shadow: var(--mp-shadow-soft, 0 14px 36px rgba(23, 51, 93, .08));
}

.mp-live-module--live::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent 4%, var(--mp-live-home) 22%, var(--mp-live-home) 78%, transparent 96%);
  opacity: .58;
  content: "";
}

.mp-live-module--live {
  border-color: #d5e0ef;
}

.mp-live-stage {
  display: grid;
  grid-template-columns: 1fr minmax(340px, auto) 1fr;
  align-items: center;
  min-height: 88px;
  padding: 0 4px 23px;
}

.mp-live-stage-meta {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.mp-live-status {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  gap: 7px;
  padding: 0 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f24b60 0%, var(--mp-live-home) 100%);
  box-shadow: 0 5px 13px rgba(220, 66, 84, .19);
  color: #fff;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .055em;
}

.mp-live-status > i,
.mp-live-freshness > i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .14);
}

.mp-live-module--stale .mp-live-freshness > i {
  background: #e6a31a;
  box-shadow: 0 0 0 3px rgba(230, 163, 26, .12);
}

.mp-live-freshness {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #71809b;
  font-size: .66rem;
  font-weight: 700;
}

.mp-live-freshness > i {
  width: 6px;
  height: 6px;
  flex-basis: 6px;
  background: #36dc87;
  box-shadow: 0 0 0 3px rgba(54, 220, 135, .1);
}

.mp-live-score {
  display: grid;
  grid-template-columns: minmax(95px, 1fr) auto minmax(95px, 1fr);
  align-items: center;
  justify-self: center;
  gap: 16px;
  text-align: center;
}

.mp-live-score span {
  max-width: 126px;
  color: #253f69;
  font-size: .74rem;
  font-weight: 850;
  line-height: 1.25;
}

.mp-live-score strong {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #071a43;
  font-size: 2.68rem;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
}

.mp-live-score strong b {
  font-weight: inherit;
}

.mp-live-score strong i {
  color: #a0acc0;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 700;
}

.mp-live-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  width: min(100%, 380px);
  margin: -3px auto 0;
  padding: 3px;
  border: 1px solid #e0e7f1;
  border-radius: 10px;
  background: rgba(240, 245, 252, .76);
  box-shadow: inset 0 1px 2px rgba(26, 52, 91, .035);
}

.mp-live-tabs button {
  position: relative;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #687893;
  font-family: inherit;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease, color .18s ease;
}

.mp-page .mp-live-tabs button {
  font-size: .78rem !important;
}

.mp-live-tabs button span {
  white-space: nowrap;
}

.mp-live-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 4px 13px rgba(27, 55, 96, .11);
  color: var(--mp-live-accent);
}

.mp-live-tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 24%;
  bottom: 0;
  left: 24%;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--mp-live-accent);
  content: "";
}

.mp-live-tabs button:focus-visible {
  outline: 2px solid var(--mp-live-accent);
  outline-offset: 1px;
}

.mp-live-view[hidden] {
  display: none;
}

.mp-live-grid-layout {
  display: grid;
  grid-template-columns: minmax(285px, .82fr) minmax(440px, 1.18fr);
  gap: 0;
  margin-top: 17px;
  padding-top: 23px;
  border-top: 1px solid #e7ecf4;
}

.mp-live-view--stats {
  min-height: 392px;
  margin-top: 17px;
  padding-top: 23px;
  border-top: 1px solid #e7ecf4;
}

.mp-live-stats-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(430px, 1.18fr);
  gap: 28px;
}

.mp-live-stat-list {
  display: grid;
  gap: 17px;
}

.mp-live-stat > div {
  display: grid;
  grid-template-columns: 50px minmax(100px, 1fr) 50px;
  align-items: end;
  gap: 8px;
  margin-bottom: 7px;
}

.mp-live-stat > div strong {
  color: #102a55;
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}

.mp-live-stat > div strong:last-child {
  text-align: right;
}

.mp-live-stat > div span {
  color: #71809b;
  font-size: .66rem;
  font-weight: 750;
  text-align: center;
}

.mp-live-stat > i {
  display: flex;
  gap: 3px;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
}

.mp-live-stat > i b,
.mp-live-stat > i em {
  display: block;
  height: 100%;
}

.mp-live-stat > i b {
  background: var(--mp-live-home);
}

.mp-live-stat > i em {
  background: var(--mp-live-away);
}

.mp-live-stats-table-wrap {
  max-height: 355px;
  overflow: auto;
  border: 1px solid #e2e8f2;
  border-radius: 11px;
  scrollbar-width: thin;
}

.mp-live-stats-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: .68rem;
}

.mp-live-stats-table th,
.mp-live-stats-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #e9edf4;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.mp-live-stats-table th:first-child {
  width: 46%;
  color: #5f6f89;
  font-weight: 750;
  text-align: left;
}

.mp-live-stats-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f7f9fd;
  color: #71809b;
  font-size: .62rem;
}

.mp-live-stats-empty {
  display: grid;
  min-height: 315px;
  place-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.mp-live-stats-empty > span,
.mp-live-stats-empty > svg {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #dce7f7;
  background: linear-gradient(145deg, #f4f8ff, #e9f1fd);
  color: var(--mp-live-accent);
  font-size: 1rem;
}

.mp-live-stats-empty > svg {
  padding: 10px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.mp-live-stats-empty strong {
  color: #102a55;
  font-size: .78rem;
}

.mp-live-stats-empty p {
  max-width: 430px;
  margin: 0;
  color: #71809b;
  font-size: .68rem;
  line-height: 1.5;
}

.mp-live-primary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-right: 27px;
}

.mp-live-history {
  min-width: 0;
}

.mp-live-grid-layout > .mp-live-history {
  padding-left: 28px;
  border-left: 1px solid #e7ecf4;
}

.mp-live-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.mp-live-section-head h2,
.mp-live-events h3,
.mp-live-recap-head h2 {
  margin: 0;
  color: #102a55;
  font-size: .87rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

.mp-live-section-head h2 em {
  color: #75839b;
  font-size: .68rem;
  font-style: normal;
  font-weight: 750;
}

.mp-live-section-head small {
  color: #8a97ac;
  font-size: .63rem;
  font-weight: 700;
}

.mp-live-segment-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 11px;
  margin-bottom: 9px;
}

.mp-live-segment-labels span {
  display: grid;
  min-width: 0;
  gap: 3px;
  color: #50617f;
  font-size: .66rem;
  font-weight: 750;
  line-height: 1.18;
}

.mp-live-segment-labels span:nth-child(2) {
  text-align: center;
}

.mp-live-segment-labels span:nth-child(3) {
  text-align: right;
}

.mp-live-segment-labels b {
  color: #102a55;
  font-size: .94rem;
  font-weight: 900;
}

.mp-live-prob-track {
  display: flex;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7ecf4;
  box-shadow: inset 0 1px 2px rgba(16, 42, 85, .12), 0 4px 11px rgba(31, 71, 126, .06);
}

.mp-live-prob-track i {
  min-width: 2px;
  border-right: 2px solid #fff;
}

.mp-live-prob-track i:last-child {
  border-right: 0;
}

.mp-live-prob-track i:nth-child(1) { background: var(--mp-live-home); }
.mp-live-prob-track i:nth-child(2) { background: var(--mp-live-draw); }
.mp-live-prob-track i:nth-child(3) { background: var(--mp-live-away); }

.mp-live-primary .mp-live-actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 26px;
}

.mp-live-primary .mp-live-button {
  width: 100%;
}

.mp-page button.mp-live-button {
  font-size: .84rem !important;
  line-height: 1;
}

.mp-live-chart-wrap {
  padding: 12px 13px 5px;
  border: 1px solid rgba(94, 117, 152, .1);
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafe 0%, #f4f7fc 100%);
}

.mp-live-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  margin: 0 7px 2px;
  color: #71809a;
  font-size: .61rem;
  font-weight: 750;
}

.mp-live-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mp-live-chart-legend i {
  width: 14px;
  height: 2px;
  border-radius: 99px;
  background: var(--mp-live-home);
}

.mp-live-chart-legend .mp-live-line--draw { background: var(--mp-live-draw); }
.mp-live-chart-legend .mp-live-line--away { background: var(--mp-live-away); }

.mp-live-chart {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 330;
}

.mp-live-grid line {
  stroke: #d9e2ef;
  stroke-width: 1;
}

.mp-live-grid .mp-live-grid-minor {
  stroke-opacity: .5;
}

.mp-live-line {
  stroke: var(--mp-live-home);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.mp-live-line--draw { stroke: var(--mp-live-draw); }
.mp-live-line--away { stroke: var(--mp-live-away); }

.mp-live-series-end {
  fill: var(--mp-live-home);
  stroke: #fff;
  stroke-width: 2;
}

.mp-live-series-end.mp-live-line--draw { fill: var(--mp-live-draw); }
.mp-live-series-end.mp-live-line--away { fill: var(--mp-live-away); }

.mp-live-axis text {
  fill: #8996aa;
  font-size: 14px;
  font-weight: 650;
}

.mp-live-goal-marker line {
  stroke: #7689a7;
  stroke-dasharray: 2 5;
  stroke-opacity: .5;
  stroke-width: 1;
}

.mp-live-goal-halo {
  fill: #fff;
  stroke: #263f69;
  stroke-width: 2.4;
}

.mp-live-goal-core {
  fill: #263f69;
  stroke: none;
}

.mp-live-events {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #e7ecf4;
}

.mp-live-events-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.mp-live-events-head small {
  color: #8a97ac;
  font-size: .61rem;
}

.mp-live-events ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-live-events li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1px 7px;
  min-width: 138px;
  flex: 1 1 138px;
  padding: 7px 9px;
  border-radius: 9px;
  border: 1px solid #e8edf5;
  background: linear-gradient(180deg, #f6f8fc 0%, #f1f5fa 100%);
  color: #263f69;
  font-size: .65rem;
  line-height: 1.25;
}

.mp-live-events time {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--mp-live-accent);
  font-size: .72rem;
  font-weight: 900;
}

.mp-live-events span {
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-live-events strong {
  overflow: hidden;
  color: #7c899e;
  font-size: .58rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-live-loading {
  display: grid;
  min-height: 140px;
  place-items: center;
  gap: 4px;
}

.mp-live-module--finished {
  background: #fff;
}

.mp-live-recap-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7ecf4;
}

.mp-live-recap-head > div:first-child {
  display: grid;
  gap: 5px;
}

.mp-live-recap-eyebrow {
  color: #5f7394;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.mp-live-recap-head h2 {
  font-size: 1.04rem;
}

.mp-live-recap-head p {
  max-width: 540px;
  margin: 0;
  color: #71809b;
  font-size: .7rem;
  line-height: 1.45;
}

.mp-live-score--finished {
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
}

.mp-live-score--finished strong {
  font-size: 2rem;
}

.mp-live-recap-grid {
  display: grid;
  grid-template-columns: minmax(460px, 1.35fr) minmax(260px, .65fr);
  gap: 25px;
  padding-top: 20px;
}

.mp-live-recap-aside {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.mp-live-final-probs {
  margin-bottom: 18px;
}

.mp-live-final-label {
  display: block;
  margin-bottom: 13px;
  color: #71809b;
  font-size: .65rem;
  font-weight: 800;
}

.mp-live-recap-aside .mp-live-events {
  margin-top: 0;
}

.mp-live-recap-aside .mp-live-events ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-live-recap-aside .mp-live-events li {
  min-width: 0;
}

html[data-theme="dark"] .mp-live-module,
html[data-theme="dark"] .mp-live-pre-cta {
  border-color: #2b405f;
  background:
    radial-gradient(circle at 50% -120px, rgba(31, 113, 255, .12), transparent 330px),
    linear-gradient(145deg, #111d32 0%, #0f1a2e 100%);
  color: #e7edf8;
}

html[data-theme="dark"] .match-product-page .mp-kicker-status,
html[data-theme="dark"] .match-product-page .mp-match-identity-chip {
  border-color: rgba(148, 170, 205, .22);
  background: rgba(16, 39, 73, .72);
  color: #bdc9dc;
}

html[data-theme="dark"] .match-product-page .mp-match-identity-teams {
  color: #e7edf8;
}

html[data-theme="dark"] .match-product-page .mp-match-identity-chip b {
  color: #8fa1bd;
}

html[data-theme="dark"] .mp-live-module--live {
  border-color: #304867;
  box-shadow: 0 16px 38px rgba(0, 8, 22, .22);
}

html[data-theme="dark"] .mp-live-pre-copy strong,
html[data-theme="dark"] .mp-live-score strong,
html[data-theme="dark"] .mp-live-score span,
html[data-theme="dark"] .mp-live-section-head h2,
html[data-theme="dark"] .mp-live-events h3,
html[data-theme="dark"] .mp-live-recap-head h2,
html[data-theme="dark"] .mp-live-segment-labels b {
  color: #f1f5fb;
}

html[data-theme="dark"] .mp-live-grid-layout,
html[data-theme="dark"] .mp-live-recap-head,
html[data-theme="dark"] .mp-live-grid-layout > .mp-live-history,
html[data-theme="dark"] .mp-live-events,
html[data-theme="dark"] .mp-live-view--stats {
  border-color: #2a3b58;
}

html[data-theme="dark"] .mp-live-tabs {
  border-color: #2b405f;
  background: rgba(19, 33, 55, .88);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .14);
}

html[data-theme="dark"] .mp-live-tabs button[aria-selected="true"] {
  background: linear-gradient(180deg, #243c5f 0%, #1d3250 100%);
  box-shadow: 0 4px 13px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .04);
  color: #91b7ff;
}

html[data-theme="dark"] .mp-live-stat > div strong,
html[data-theme="dark"] .mp-live-stats-empty strong {
  color: #f1f5fb;
}

html[data-theme="dark"] .mp-live-stats-table-wrap {
  border-color: #2a3b58;
}

html[data-theme="dark"] .mp-live-stats-table th,
html[data-theme="dark"] .mp-live-stats-table td {
  border-color: #263954;
}

html[data-theme="dark"] .mp-live-stats-table thead th {
  background: #192842;
}

html[data-theme="dark"] .mp-live-stats-empty > span,
html[data-theme="dark"] .mp-live-stats-empty > svg {
  border-color: #2f4b71;
  background: linear-gradient(145deg, #203858, #192e4b);
}

html[data-theme="dark"] .mp-live-chart-wrap,
html[data-theme="dark"] .mp-live-events li,
html[data-theme="dark"] .mp-live-button--quiet {
  background: linear-gradient(180deg, #192b47 0%, #172740 100%);
  color: #e7edf8;
}

html[data-theme="dark"] .mp-live-events li {
  border-color: #263a57;
}

html[data-theme="dark"] .mp-live-chart-wrap {
  border-color: rgba(96, 138, 198, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

html[data-theme="dark"] .mp-live-grid line {
  stroke: #3b506d;
}

html[data-theme="dark"] .mp-live-goal-halo {
  fill: #192842;
  stroke: #e4ebf8;
}

html[data-theme="dark"] .mp-live-goal-core {
  fill: #e4ebf8;
}

@media (max-width: 900px) {
  .mp-live-stage {
    grid-template-columns: auto 1fr;
  }

  .mp-live-stage > .mp-live-score {
    grid-column: 2;
  }

  .mp-live-grid-layout,
  .mp-live-recap-grid,
  .mp-live-stats-layout {
    grid-template-columns: 1fr;
  }

  .mp-live-primary {
    padding-right: 0;
  }

  .mp-live-grid-layout > .mp-live-history {
    padding-left: 0;
    border-left: 0;
  }

  .mp-live-primary .mp-live-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 21px;
  }

  .mp-live-recap-aside .mp-live-events ol {
    display: flex;
  }
}

@media (max-width: 760px) {
  .match-product-page .mp-match-identity {
    gap: 5px;
    margin: -3px auto 13px;
  }

  .match-product-page .mp-match-identity-teams {
    width: 100%;
    justify-content: center;
    margin-bottom: 1px;
  }

  .match-product-page .mp-kicker-status,
  .match-product-page .mp-match-identity-chip {
    min-height: 22px;
    padding: 3px 7px;
    font-size: .62rem;
  }

  .match-product-page .mp-match-identity-chip b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .mp-live-module {
    padding: 18px 15px 19px;
    border-radius: 14px;
  }

  .mp-live-stage {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-bottom: 16px;
  }

  .mp-live-tabs {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-live-tabs button {
    min-height: 33px;
    padding: 0 15px;
    font-size: .62rem;
  }

  .mp-page .mp-live-tabs button {
    font-size: .72rem !important;
  }

  .mp-live-stage-meta {
    display: contents;
  }

  .mp-live-status { order: 1; }
  .mp-live-score { order: 2; }
  .mp-live-freshness { order: 3; }

  .mp-live-score {
    grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
    width: 100%;
    gap: 9px;
  }

  .mp-live-score strong {
    gap: 8px;
    font-size: 2.2rem;
  }

  .mp-live-score strong i {
    font-size: 1.05rem;
  }

  .mp-live-score span {
    max-width: none;
    font-size: .67rem;
  }

  .mp-live-grid-layout {
    gap: 25px;
    padding-top: 20px;
  }

  .mp-live-section-head {
    margin-bottom: 13px;
  }

  .mp-live-primary .mp-live-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 18px;
  }

  .mp-live-button {
    min-height: 36px;
  }

  .mp-live-chart-wrap {
    margin: 0 -3px;
    padding: 10px 4px 3px;
  }

  .mp-live-chart-legend {
    justify-content: center;
    margin-bottom: 2px;
  }

  .mp-live-events ol,
  .mp-live-recap-aside .mp-live-events ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-live-events li {
    min-width: 0;
    padding: 7px 8px;
  }

  .mp-live-events {
    margin-top: 14px;
    padding-top: 12px;
  }

  .mp-live-recap-head {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mp-live-score--finished {
    grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
  }

  .mp-live-recap-grid {
    gap: 21px;
  }

  .mp-live-view--stats {
    min-height: 290px;
    padding-top: 20px;
  }

  .mp-live-stats-layout {
    gap: 24px;
  }

  .mp-live-stats-table-wrap {
    max-height: 315px;
  }

  .mp-live-stats-empty {
    min-height: 250px;
  }
}

@media (max-width: 470px) {
  .mp-live-pre-cta {
    gap: 12px;
    padding: 11px 12px;
  }

  .mp-live-pre-cta .mp-live-button--quiet {
    display: none;
  }

  .mp-live-pre-copy small,
  .mp-live-section-head small,
  .mp-live-events-head small {
    display: none;
  }

  .mp-live-pre-cta .mp-live-button {
    min-height: 36px;
    padding: 0 12px;
  }

  .mp-live-segment-labels {
    gap: 7px;
  }

  .mp-live-segment-labels span {
    font-size: .61rem;
  }

  .mp-live-events ol,
  .mp-live-recap-aside .mp-live-events ol {
    grid-template-columns: 1fr;
  }
}
