/*
 * Generated from assets/css/main.css for the archive context.
 * Run `npm run build:css:split` after editing main.css.
 */
@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-Thin.woff2") format("woff2"),
       url("../../fonts/ZonaPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-Light.woff2") format("woff2"),
       url("../../fonts/ZonaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro.woff2") format("woff2"),
       url("../../fonts/ZonaPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-RegularItalic.woff2") format("woff2"),
       url("../../fonts/ZonaPro-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-SemiBold.woff2") format("woff2"),
       url("../../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-Bold.woff2") format("woff2"),
       url("../../fonts/ZonaPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-ExtraBold.woff2") format("woff2"),
       url("../../fonts/ZonaPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../../fonts/ZonaPro-Black.woff2") format("woff2"),
       url("../../fonts/ZonaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --max: 1380px;
  --gutter: 24px;
  --navy: #1e284a;
  --navy-dark: #111936;
  --orange: #ff6418;
  --orange-soft: #fff0e8;
  --ink: #080b10;
  --text: #151922;
  --muted: #667085;
  --paper: #f3f5f9;
  --line: #e2e7ef;
  --white: #ffffff;
  --green: #16845d;
  --shadow: 0 18px 50px rgba(10, 16, 26, 0.12);
  --radius: 8px;
  --font-ui: "Zona Pro", "Segoe UI", Roboto, Arial, sans-serif;
  --font-reading: "Zona Pro", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-width: auto;
  scrollbar-gutter: stable;
  scrollbar-color: #23314f #eef2f7;
}

@media (max-width: 760px) {
.author-profile-hero {
		grid-template-columns: minmax(0, 1fr);
		padding: 20px;
	}

.author-hero__profile {
		align-items: flex-start;
	}

.author-hero__avatar {
		width: 76px;
		height: 76px;
		flex-basis: 76px;
		box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .06), 0 12px 24px rgba(14, 32, 58, 0.18);
	}

.author-profile-hero h1 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1;
	}

.author-profile-hero p {
		font-size: 15px;
	}
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-ui);
  font-synthesis: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #eef2f7;
  border-left: 1px solid #d8e0ec;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  min-height: 72px;
  border: 3px solid #eef2f7;
  border-radius: 999px;
  background-color: #23314f;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: var(--orange);
}

a {
  color: inherit;
  text-decoration: none;
}

/* WordPress global styles inject `a:where(:not(.wp-element-button)) { text-decoration: underline }

`
   which loads after our stylesheet. Since :where() has zero specificity,
a single class
   selector beats it without needing !important. */
a:not(.wp-element-button) {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  font-family: var(--font-ui);
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  z-index: 9999;
  overflow: visible;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid #1e284a;
  box-shadow: 0 8px 24px rgba(10, 16, 26, 0.06);
  backdrop-filter: blur(14px);
}

.header-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(210px, 286px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 1.15vw, 24px);
}

.site-header.has-live-matches .header-row {
  grid-template-columns: minmax(190px, 248px) minmax(0, 1fr) auto;
}

.brand {
  display: flex;
  align-items: center;
  width: fit-content;
}

.brand__logo-mark {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 0;
}

.brand img {
  width: min(286px, 100%);
  height: auto;
}

.site-header.has-live-matches .brand img {
  width: min(248px, 100%);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.2vw, 3px);
  min-width: 0;
  justify-content: center;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 clamp(4px, 0.48vw, 10px);
  color: #213047;
  font-size: clamp(10px, 0.68vw, 13px);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 6px;
}

.primary-nav a:hover {
  color: var(--orange);
  background: var(--orange-soft);
}

.primary-nav a.active {
  color: var(--orange);
  background: transparent;
  box-shadow: inset 0 -3px 0 var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.header-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.header-button.icon {
  width: 42px;
  padding: 0;
  font-size: 20px;
}

.header-button.app {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  min-width: 132px;
}

.header-button.app.is-live {
  min-width: 150px;
  gap: 7px;
  border-color: #e43228;
  background: linear-gradient(135deg, #ff4c22 0%, #d71920 100%);
  box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
}

.header-button__label {
  line-height: 1;
}

.header-button__live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52);
  animation: grandsport-live-button-pulse 1.2s ease-out infinite;
}

.header-button__count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  color: currentColor;
  font-size: 11px;
  line-height: 1;
}

.header-live-pill {
  display: none;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ff4c22 0%, #d71920 100%);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(215, 25, 32, 0.2);
}

@keyframes grandsport-live-button-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.menu-toggle {
  display: none;
}

.menu-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.menu-toggle-bars span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-matchcenter-link {
  display: none;
}

@media (min-width: 1181px) {
.mobile-matchcenter-link {
    display: none !important;
  }
}

.breaking {
  background: var(--orange);
  color: var(--white);
}

.breaking .container {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.breaking strong {
  background: var(--ink);
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.breaking-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 850;
}

.breaking-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ad {
  border: 1px dashed rgba(102, 112, 133, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 100, 24, 0.08), rgba(38, 58, 87, 0.06)),
    #fbfcfe;
  color: #7b8494;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  gap: 5px;
  padding: 14px;
}

.ad b {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.1;
}

.ad span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.gs-ad-placeholder {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 72px;
  border: 1px dashed rgba(102, 112, 133, 0.5);
  border-radius: var(--radius);
  background: #fbfcfe;
  color: var(--muted);
  text-align: center;
  padding: 12px;
}

.gs-ad-placeholder strong {
  color: var(--navy);
  font-size: 13px;
}

.gs-ad-placeholder span {
  font-size: 12px;
}

.ad.billboard {
  min-height: 96px;
  margin: 18px auto 22px;
}

.ad.sidebar {
  min-height: 300px;
}

.ad.medium {
  min-height: 250px;
}

.ad.inline {
  min-height: 120px;
  margin: 26px 0;
}

@media (max-width: 760px) {
.ad.billboard,
.ad.inline {
    min-height: 250px;
  }
}

.page-shell {
  padding-bottom: 54px;
}

.home-hero-ad .ad.inline {
  min-height: 92px;
  margin: 0;
}

.home-hero-secondary-ad .ad.inline {
  min-height: 112px;
  margin: 0;
}

.lead-story {
  grid-area: lead;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--navy-dark);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.lead-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.04), rgba(8, 11, 16, 0.88)),
    linear-gradient(120deg, rgba(30, 40, 74, 0.88), rgba(30, 40, 74, 0.18) 56%, transparent);
  z-index: 1;
  pointer-events: none;
}

.lead-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 40, 74, 0.9), rgba(30, 40, 74, 0.22) 58%, transparent);
  z-index: 1;
  pointer-events: none;
}

.lead-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(26px, 4vw, 46px);
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  padding: 7px 10px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.lead-copy h1 {
  margin: 0;
  font-size: clamp(30px, 3.25vw, 52px);
  line-height: 1.04;
  font-weight: 950;
}

.lead-copy p {
  width: min(630px, 100%);
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.5;
}

.meta {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.top-stack {
  grid-area: stack;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.compact-story {
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  padding: 18px;
  background: var(--navy-dark);
  background-size: cover;
  background-position: center;
}

.compact-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.9));
  z-index: 1;
  pointer-events: none;
}

.compact-story > div {
  position: relative;
  z-index: 2;
}

.compact-story h2 {
  margin: 12px 0 0;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.1;
  font-weight: 950;
}

.live-column {
  grid-area: live;
  display: grid;
  gap: 16px;
  align-self: start;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.panel-head span,
.section-head span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.panel-head h2,
.section-head h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
}

.panel-head a,
.section-head a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.latest-list {
  display: grid;
}

.latest-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.latest-item:last-child {
  border-bottom: 0;
}

.time {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
}

.latest-item h3 {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 900;
}

.latest-item small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
}

.newsroom-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  margin: 24px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(30, 40, 74, 0.12);
  border-top: 4px solid var(--navy);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(30, 40, 74, 0.08);
}

.newsroom-hero span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.newsroom-hero h1 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 950;
}

.newsroom-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.58;
}

.newsroom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.newsroom-feed,
.newsroom-sidebar {
  display: grid;
  gap: 16px;
}

.newsroom-item {
  display: grid;
  grid-template-columns: 70px 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.newsroom-item:hover {
  border-color: rgba(255, 100, 24, 0.42);
  box-shadow: 0 14px 34px rgba(30, 40, 74, 0.09);
  transform: translateY(-1px);
}

.newsroom-item--popular {
  border-color: rgba(30, 40, 74, 0.34);
  border-left: 4px solid var(--orange);
  background: var(--navy);
  color: var(--white);
}

.newsroom-item--popular:hover {
  border-color: var(--orange);
  box-shadow: 0 18px 42px rgba(30, 40, 74, 0.18);
}

.newsroom-time {
  color: var(--orange);
  font-size: 15px;
  font-weight: 950;
}

.newsroom-item--popular .newsroom-time {
  color: var(--orange);
}

.newsroom-thumb {
  aspect-ratio: 3 / 2;
  min-height: 0;
  border-radius: 6px;
  background: var(--navy-dark);
}

.newsroom-item:nth-child(2n) .newsroom-thumb {
  background: var(--navy-dark);
}

.newsroom-copy {
  min-width: 0;
}

.newsroom-copy small {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.newsroom-item--popular .newsroom-copy small {
  color: #ffcab8;
}

.newsroom-copy strong {
  display: block;
  color: var(--navy-dark);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.12;
  font-weight: 950;
}

.newsroom-item--popular .newsroom-copy strong {
  color: var(--white);
}

.newsroom-copy em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.newsroom-item--popular .newsroom-copy em {
  color: rgba(255, 255, 255, 0.74);
}

.newsroom-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.newsroom-load-more {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 10px 24px rgba(16, 28, 52, 0.12);
}

.newsroom-load-more:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.newsroom-load-more:disabled {
  cursor: wait;
  opacity: 0.72;
}

.match-strip {
  margin-top: 22px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  padding: 18px;
}

.match-strip h2 {
  margin: 6px 0 8px;
  font-size: 27px;
  line-height: 1.05;
}

.match-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.fixtures {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.fixture {
  min-height: 126px;
  border-radius: 6px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  align-content: space-between;
}

.fixture small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.fixture b {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.25;
}

.fixture span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
}

.section {
  margin-top: 36px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--ink);
}

.section-head h2 {
  font-size: clamp(26px, 2.5vw, 38px);
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 26px;
  align-items: start;
}

.sidebar {
  display: grid;
  gap: 18px;
  position: static;
  top: auto;
}

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

.story-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.story-image {
  aspect-ratio: 3 / 2;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: var(--navy-dark);
  display: flex;
  align-items: flex-end;
  padding: 14px;
}

.story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.65));
  z-index: 1;
  pointer-events: none;
}

.story-image img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.story-image .pill {
  position: relative;
  z-index: 2;
}

.story-card:nth-child(2n) .story-image {
  /* No Unsplash placeholder needed — real image is always set */
  background: var(--navy-dark);
}

.story-body {
  padding: 17px;
  display: flex;
  flex-direction: column;
}

.story-body h3 a,
.lead-copy h1 a {
  color: inherit;
  text-decoration: none;
}

.category-feature-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.story-body h3 a:hover,
.lead-copy h1 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.category-feature-copy h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.story-body h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 950;
}

.story-body p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.story-body .byline {
  margin-top: auto;
}

.home-main-news .match-card-overlay {
  display: none;
}

.byline {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
}

.widget {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.widget.dark {
  background: var(--navy);
  color: var(--white);
  border-color: transparent;
}

.widget h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 950;
}

.ranked {
  counter-reset: ranked;
  display: grid;
  gap: 13px;
}

.ranked a {
  counter-increment: ranked;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 900;
}

.ranked a::before {
  content: counter(ranked, decimal-leading-zero);
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
}

.top-news-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(12, 20, 45, 0.16);
}

.top-news-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.top-news-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: top-news;
}

.top-news-list li {
  counter-increment: top-news;
}

.top-news-list a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 900;
}

.top-news-list a::before {
  content: counter(top-news, decimal-leading-zero);
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
}

.top-news-list a:hover,
.top-news-list a:focus {
  color: var(--white);
  opacity: .86;
}

.feed-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feed-card {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 18px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  min-height: 150px;
}

.feed-card:last-child {
  border-bottom: 0;
}

.thumb {
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: 6px;
  background: var(--navy-dark);
}

.feed-card:nth-child(2n) .thumb {
  background: var(--navy-dark);
}

.feed-card h3 {
  margin: 0 0 9px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
}

.feed-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.video-band {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  padding: 26px;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  min-height: 250px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 18px;
  background: var(--navy-dark);
  background-size: cover;
  background-position: center;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.92));
  z-index: 0;
  pointer-events: none;
}

.video-card:first-child {
  min-height: 340px;
}

.play {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 950;
}

.video-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 950;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.category-tile {
  min-height: 118px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 14px;
  display: grid;
  align-content: space-between;
}

.category-tile h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 950;
}

.category-tile span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.page-title {
  padding: 34px 0 20px;
}

.breadcrumbs,
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumb a:hover {
  color: var(--orange);
}

.breadcrumbs span,
.breadcrumb span {
  color: #98a2b3;
}

.page-title h1 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.96;
  font-weight: 950;
}

.page-title p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.filters a {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.filters a.active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.category-feature {
  margin-bottom: 22px;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
}

.category-feature-media {
  aspect-ratio: 3 / 2;
  min-height: 0;
  background: var(--navy-dark);
  background-size: cover;
  background-position: center;
}

.category-feature-copy {
  padding: 34px;
  align-self: center;
}

.category-feature-copy h2 {
  margin: 14px 0 14px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1;
  font-weight: 950;
}

.category-feature-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.55;
}

.pagination {
  margin-top: 22px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  padding: 0 6px;
}

.pagination .page-numbers.current {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.pagination a.page-numbers:hover {
  background: var(--paper);
  border-color: var(--navy);
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  font-weight: 700;
  font-size: 13px;
  padding: 0 12px;
}

.pagination .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  font-weight: 400;
  color: var(--muted);
}

.pagination a.active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.article-sidebar .ad.medium,
.article-layout article > .ad.inline,
.article-content .ad.inline {
  min-height: 250px;
}

.article-layout article > .ad.inline,
.article-content .ad.inline {
  margin: 30px 0;
}

.author-hero__profile {
	display: flex;
	align-items: center;
	gap: 18px;
}

.author-profile-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: stretch;
	margin: 18px 0 24px;
	padding: 30px;
	border-radius: 10px;
	background: linear-gradient(135deg, #1f2a4d 0%, #111722 100%);
	color: #fff;
	box-shadow: 0 20px 42px rgba(12, 19, 37, .16);
}

.author-hero__avatar {
	display: grid;
	width: 112px;
	height: 112px;
	flex: 0 0 112px;
	place-items: center;
	border-radius: 50%;
	background: var(--navy) url("../../icons/gs-author-mark.svg") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .06), 0 14px 28px rgba(14, 32, 58, 0.18);
	overflow: hidden;
}

.author-hero__avatar-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-profile-hero .author-hero__profile > div {
	min-width: 0;
}

.author-profile-hero .author-hero__profile > div > span {
	display: block;
	margin-bottom: 8px;
	color: var(--orange);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.author-profile-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4.6vw, 58px);
	line-height: .96;
	font-weight: 950;
	letter-spacing: 0;
}

.author-profile-hero p {
	max-width: 780px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.55;
}

.author-hero__count {
	display: inline-flex;
	margin-top: 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 90, 31, .16);
	color: var(--orange);
	font-size: 12px;
	font-weight: 950;
}

.author-hero__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.author-hero__socials a {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 8px 18px rgba(14, 32, 58, 0.14);
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.author-hero__socials a:hover,
.author-hero__socials a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 90, 31, 0.45);
	outline: 0;
}

.referee-profile-page .breadcrumbs {
  margin-top: 10px;
}

.referee-hero {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 18px 0 24px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 12px;
  background: linear-gradient(135deg, #1f2a4d 0%, #111722 100%);
  color: #fff;
  box-shadow: 0 20px 42px rgba(12, 19, 37, .16);
}

.referee-hero__media {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  overflow: hidden;
}

.referee-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referee-hero__fallback {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--orange);
  position: relative;
}

.referee-hero__fallback::before,
.referee-hero__fallback::after {
  content: "";
  position: absolute;
  background: #fff;
}

.referee-hero__fallback::before {
  width: 32px;
  height: 32px;
  left: 30px;
  top: 18px;
  border-radius: 50%;
}

.referee-hero__fallback::after {
  width: 48px;
  height: 22px;
  left: 22px;
  bottom: 18px;
  border-radius: 999px 999px 8px 8px;
}

.referee-hero__content > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.referee-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .95;
  font-weight: 950;
}

.referee-hero p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  font-weight: 650;
}

.referee-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.referee-facts div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.referee-facts small,
.referee-match-card__meta small {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.referee-facts strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.referee-match-list {
  display: grid;
  gap: 10px;
}

.referee-match-card {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr) minmax(150px, .7fr) 82px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  text-decoration: none;
}

.referee-match-card:hover,
.referee-match-card:focus-visible {
  border-color: rgba(255, 90, 31, .45);
  box-shadow: 0 12px 28px rgba(14, 32, 58, .08);
  outline: 0;
}

.referee-match-card__date {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.referee-match-card__teams strong,
.referee-match-card__teams em {
  display: block;
  overflow: hidden;
  font-style: normal;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.referee-match-card__teams em {
  margin-top: 4px;
}

.referee-match-card__meta small {
  color: var(--muted);
}

.referee-match-card__score {
  display: inline-flex;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 950;
}

.author-hero__socials img {
	width: 28px;
	height: 28px;
	display: block;
}

.newsroom-empty {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	color: var(--navy-dark);
}

.caption {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.simple-page-shell {
  padding-top: 30px;
}

.simple-page-layout {
  align-items: start;
}

.standings-index-layout {
  align-items: start;
}

.simple-page-main {
  min-width: 0;
}

.standings-index-main {
  min-width: 0;
}

.simple-page {
  width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(14, 32, 58, 0.07);
}

.simple-page__breadcrumbs {
  margin-bottom: 20px;
}

.simple-page__header {
  padding-bottom: 22px;
  border-bottom: 4px solid var(--navy-dark);
  margin-bottom: 28px;
}

.simple-page__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.simple-page__header h1 {
  max-width: 860px;
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  font-weight: 950;
}

.simple-page__content {
  color: #252b37;
  font-size: 18px;
  line-height: 1.78;
}

.simple-page__content > *:first-child {
  margin-top: 0;
}

.simple-page__content > *:last-child {
  margin-bottom: 0;
}

.simple-page__content p,
.simple-page__content li {
  color: #252b37;
  font-size: 18px;
  line-height: 1.78;
}

.simple-page__content p {
  margin: 0 0 20px;
}

.simple-page__content h2,
.simple-page__content h3 {
  margin: 32px 0 12px;
  color: var(--navy-dark);
  line-height: 1.12;
  font-weight: 950;
}

.simple-page__content h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.simple-page__content h3 {
  font-size: 24px;
}

.simple-page__content a {
  color: var(--orange);
  font-weight: 850;
}

.simple-page__content ul,
.simple-page__content ol {
  padding-left: 1.35em;
}

.simple-page__content table {
  width: 100%;
  border-collapse: collapse;
}

.simple-page__content th,
.simple-page__content td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.simple-page__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
  font-weight: 900;
}

.simple-page__pagination a,
.simple-page__pagination .post-page-numbers {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  text-decoration: none;
}

.simple-page__pagination .current {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.share-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.share-row a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 6px;
  background: var(--navy-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.gallery-lightbox[hidden] {
  display: none;
}

body.is-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: rgba(4, 8, 17, 0.92);
  backdrop-filter: blur(8px);
}

.gallery-lightbox figure {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.gallery-lightbox figure > img {
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border-radius: 8px;
  background: #070b14;
}

.gallery-lightbox figcaption {
  min-height: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.gallery-lightbox figcaption[hidden] {
  display: none;
}

.gallery-lightbox aside {
  display: grid;
  gap: 12px;
  align-content: start;
}

.gallery-controls {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  padding: 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
}

.gallery-count {
  padding: 11px 12px;
  border-radius: 7px;
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.gallery-ad {
  min-height: 250px;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.gallery-ad b {
  color: var(--white);
}

.gallery-ad.is-refreshing {
  outline: 2px solid rgba(255, 100, 24, 0.65);
}

.gallery-filmstrip {
  display: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 16px) / 3);
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.gallery-filmstrip:empty {
  display: none;
}

.gallery-filmstrip__item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
  cursor: pointer;
  scroll-snap-align: center;
}

.gallery-filmstrip__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-filmstrip__item.active,
.gallery-filmstrip__item:focus-visible {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px rgba(255, 100, 24, 0.26);
}

.gallery-brand {
  position: fixed;
  top: 18px;
  left: 24px;
  z-index: 20001;
  display: none;
  align-items: center;
  width: min(230px, calc(100vw - 92px));
}

.gallery-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
}

.gallery-close,
.gallery-nav {
  position: fixed;
  z-index: 20001;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font: inherit;
  font-size: 24px;
  font-weight: 950;
  cursor: pointer;
}

.gallery-close {
  top: 18px;
  right: 18px;
  background: rgba(255, 100, 24, 0.96);
  border-color: rgba(255, 255, 255, 0.34);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-controls .gallery-nav {
  position: static;
  width: 42px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 100, 24, 0.96);
  box-shadow: none;
  font-size: 26px;
  line-height: 1;
  transform: none;
}

.gallery-controls .gallery-nav:hover,
.gallery-controls .gallery-nav:focus-visible {
  background: var(--orange);
}

.gallery-nav {
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 100, 24, 0.96);
  color: #fff;
  box-shadow: 0 10px 28px rgba(4, 8, 17, 0.34);
}

.gallery-nav.prev {
  left: 18px;
}

.gallery-nav.next {
  right: 362px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-card {
  grid-template-rows: auto auto;
}

.related-card .story-image {
  padding: 0;
}

.related-card .story-image::after {
  background: linear-gradient(180deg, transparent 45%, rgba(8, 11, 16, 0.28));
}

.related-card .story-body {
  padding: 14px;
}

.related-card .story-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
}

.site-footer {
  margin-top: 46px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 100, 24, 0.14), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: var(--white);
  padding: 54px 0 0;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(280px, 380px);
  gap: 34px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand__logo {
  display: inline-flex;
  width: min(245px, 100%);
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand__logo img {
  width: 100%;
  height: auto;
}

.footer-brand p {
  margin: 0;
  max-width: 280px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.48;
}

.footer-section-title {
  margin-bottom: 16px;
}

.footer-section-title span {
  display: block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-section-title h2 {
  margin: 3px 0 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

.footer-club-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 16px;
}

.footer-club {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 42px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 880;
}

.footer-club__logo {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}

.footer-club__logo img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-club strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-side {
  display: grid;
  gap: 14px;
}

.footer-social-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
}

.footer-social-box > strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding: 7px;
  border-radius: 10px;
  background: rgba(8, 11, 16, .28);
}

.footer-social-links a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.footer-social-links img {
  width: 28px;
  height: 28px;
}

.footer-cert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.footer-cert img {
  width: 42px;
  height: 42px;
}

.footer-cert span {
  display: block;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 900;
}

.footer-cert strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.footer-bottom {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer-legal a {
  color: #fff;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 760;
}

@media (max-width: 1180px) {
.footer-main {
    grid-template-columns: 1fr;
  }

.footer-brand p {
    max-width: 640px;
  }

.footer-side {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: stretch;
  }
}

@media (max-width: 760px) {
.site-footer {
    padding-top: 34px;
  }

.footer-club-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.footer-side,
.footer-bottom__inner {
    grid-template-columns: 1fr;
  }

.footer-side {
    display: grid;
  }

.footer-social-box {
    align-items: flex-start;
    flex-direction: column;
  }

.footer-social-links {
    justify-content: flex-start;
  }

.footer-bottom__inner {
    padding: 16px 0;
  }

.footer-copy {
    justify-content: flex-start;
  }
}

.anwp-shell {
  border: 1px solid rgba(30, 40, 74, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(30, 40, 74, 0.07);
}

.anwp-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.anwp-label b {
  color: var(--orange);
}

.anwp-b-wrap a {
  text-decoration: none;
}

.season-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.season-switch a {
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid rgba(30, 40, 74, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.season-switch a.active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.push-subscribe-wrap--compact {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.push-subscribe-wrap--compact .push-subscribe-btn {
  width: 100%;
  justify-content: center;
}

.push-subscribe-wrap--compact .push-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.push-subscribe-wrap--compact .push-options label {
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 900px) {
.data-grid {
    grid-template-columns: 1fr;
  }

.league-news-grid {
    grid-template-columns: 1fr;
  }

.page-shell .sidebar {
    width: 100%;
  }
}

@media (max-width: 640px) {
.league-tabs {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scrollbar-width: none;
  }

.season-switch {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scrollbar-width: none;
  }

.league-tabs::-webkit-scrollbar {
    display: none;
  }

.season-switch::-webkit-scrollbar {
    display: none;
  }

.push-subscribe-wrap--compact .push-options {
    grid-template-columns: 1fr;
  }
}

.gs-article-lineups > .lineup-grid,
.gs-article-lineups .anwp-shell .lineup-grid {
  padding: 14px 18px 18px !important;
}

.anwp-shell .anwp-b-wrap {
  padding: 14px;
  overflow-x: auto;
  color: var(--ink);
  font-family: inherit;
}

.anwp-shell .anwp-b-wrap *,
.widget .anwp-b-wrap * {
  font-family: inherit;
}

.anwp-shell .anwp-b-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0 6px;
  background: var(--white);
  font-size: 13px;
}

.anwp-shell .anwp-b-wrap h2,
.anwp-shell .anwp-b-wrap h3,
.anwp-shell .anwp-b-wrap h4 {
  margin: 4px 0 12px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 1000;
}

.anwp-shell .anwp-b-wrap th,
.anwp-shell .anwp-b-wrap thead td {
  padding: 10px 8px;
  border: 0;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.anwp-shell .anwp-b-wrap thead th:first-child,
.anwp-shell .anwp-b-wrap thead td:first-child {
  border-radius: 7px 0 0 7px;
}

.anwp-shell .anwp-b-wrap thead th:last-child,
.anwp-shell .anwp-b-wrap thead td:last-child {
  border-radius: 0 7px 7px 0;
}

.anwp-shell .anwp-b-wrap td {
  padding: 9px 8px;
  border: 0;
  border-top: 1px solid rgba(30, 40, 74, 0.08);
  border-bottom: 1px solid rgba(30, 40, 74, 0.08);
  background: #fff;
  color: var(--ink);
  vertical-align: middle;
}

.anwp-shell .anwp-b-wrap tbody td:first-child {
  border-left: 1px solid rgba(30, 40, 74, 0.08);
  border-radius: 7px 0 0 7px;
}

.anwp-shell .anwp-b-wrap tbody td:last-child {
  border-right: 1px solid rgba(30, 40, 74, 0.08);
  border-radius: 0 7px 7px 0;
}

.anwp-shell .anwp-b-wrap tbody td:nth-child(1) {
  width: 34px;
  color: var(--navy);
  font-weight: 950;
  text-align: center;
}

.anwp-shell .anwp-b-wrap tbody td:nth-child(2) {
  color: var(--navy);
  font-weight: 950;
}

.anwp-shell .anwp-b-wrap tbody td:last-child {
  color: var(--navy);
  font-weight: 1000;
}

.anwp-shell .anwp-b-wrap tbody tr:hover td {
  background: #fbfcfe;
}

.anwp-shell .anwp-b-wrap img,
.widget .anwp-b-wrap img {
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  vertical-align: middle;
}

.anwp-shell .anwp-b-wrap .btn,
.anwp-shell .anwp-b-wrap button,
.anwp-shell .anwp-b-wrap .nav-link,
.anwp-shell .anwp-b-wrap > a {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 7px 11px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}

.anwp-shell .anwp-b-wrap .active,
.anwp-shell .anwp-b-wrap .btn.active,
.anwp-shell .anwp-b-wrap .nav-link.active,
.anwp-shell .anwp-b-wrap > a.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.anwp-shell .anwp-b-wrap span[class*="form"],
.anwp-shell .anwp-b-wrap span[class*="outcome"],
.anwp-shell .anwp-b-wrap .badge {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.widget .anwp-b-wrap {
  color: var(--ink);
  font-size: 13px;
}

.widget .anwp-b-wrap table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
}

.widget .anwp-b-wrap th {
  padding: 8px 6px;
  background: var(--navy);
  color: var(--white);
  font-size: 10px;
  text-transform: uppercase;
}

.widget .anwp-b-wrap td {
  padding: 10px 6px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

#scorers.widget {
  overflow: hidden;
}

#scorers .anwp-b-wrap {
  padding-top: 4px;
}

#scorers .anwp-b-wrap table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

#scorers .anwp-b-wrap thead {
  display: none;
}

#scorers .anwp-b-wrap tr {
  border-radius: 8px;
}

#scorers .anwp-b-wrap td {
  border: 0;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
}

#scorers .anwp-b-wrap tbody td:first-child {
  width: 30px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 1000;
  text-align: center;
}

#scorers .anwp-b-wrap tbody td:nth-child(2) {
  color: var(--navy);
  font-weight: 950;
  line-height: 1.2;
}

#scorers .anwp-b-wrap tbody td:last-child {
  color: var(--navy);
  font-size: 15px;
  font-weight: 1000;
  text-align: right;
}

#scorers .anwp-b-wrap img,
#scorers .anwp-b-wrap svg {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 999px;
  background: #eef2f7;
  object-fit: contain;
  vertical-align: middle;
}

#scorers .anwp-b-wrap small,
#scorers .anwp-b-wrap .text-muted {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

#standings .anwp-shell {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(30, 40, 74, .08);
}

#standings .anwp-label {
  min-height: 48px;
  padding: 14px 16px;
}

#standings .anwp-label b {
  color: #fff;
  font-size: 13px;
  letter-spacing: .02em;
}

#standings .anwp-b-wrap {
  padding: 16px !important;
  overflow-x: auto !important;
  background: #fff !important;
}

#standings .anwp-b-wrap table {
  width: 100% !important;
  min-width: 820px !important;
  border-collapse: separate !important;
  border-spacing: 0 7px !important;
  background: transparent !important;
}

#standings .anwp-b-wrap thead th,
#standings .anwp-b-wrap thead td {
  height: 34px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  background: var(--navy) !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

#standings .anwp-b-wrap thead th:first-child,
#standings .anwp-b-wrap thead td:first-child {
  border-radius: 8px 0 0 8px !important;
}

#standings .anwp-b-wrap thead th:last-child,
#standings .anwp-b-wrap thead td:last-child {
  border-radius: 0 8px 8px 0 !important;
}

#standings .anwp-b-wrap tbody tr {
  filter: drop-shadow(0 6px 14px rgba(30, 40, 74, .035));
}

#standings .anwp-b-wrap tbody td {
  height: 42px !important;
  padding: 8px 10px !important;
  border-top: 1px solid rgba(30, 40, 74, .08) !important;
  border-bottom: 1px solid rgba(30, 40, 74, .08) !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

#standings .anwp-b-wrap tbody td:first-child {
  border-left: 1px solid rgba(30, 40, 74, .08) !important;
  border-radius: 8px 0 0 8px !important;
  color: var(--navy) !important;
  font-size: 13px !important;
  font-weight: 1000 !important;
  text-align: center !important;
}

#standings .anwp-b-wrap tbody td:nth-child(2) {
  color: var(--navy) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

#standings .anwp-b-wrap tbody td:last-child {
  border-right: 1px solid rgba(30, 40, 74, .08) !important;
  border-radius: 0 8px 8px 0 !important;
  background: #f7f9fd !important;
  color: var(--navy) !important;
  font-size: 14px !important;
  font-weight: 1000 !important;
}

#standings .anwp-b-wrap tbody tr:hover td {
  background: #f9fbff !important;
}

#standings .anwp-b-wrap img {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  margin-right: 8px !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

#standings .anwp-b-wrap a {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}

#standings .anwp-b-wrap a:hover {
  color: var(--orange) !important;
}

#standings .anwp-b-wrap .btn,
#standings .anwp-b-wrap button,
#standings .anwp-b-wrap .nav-link,
#standings .anwp-b-wrap > a {
  min-height: 32px !important;
  margin: 0 5px 12px 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  padding: 7px 13px !important;
  color: var(--navy) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

#standings .anwp-b-wrap .active,
#standings .anwp-b-wrap .btn.active,
#standings .anwp-b-wrap .nav-link.active,
#standings .anwp-b-wrap > a.active {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: #fff !important;
}

#standings .anwp-b-wrap span[class*="form"],
#standings .anwp-b-wrap span[class*="outcome"],
#standings .anwp-b-wrap .badge {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
  padding: 0 4px !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
}

#scorers.widget {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(30, 40, 74, .07);
}

#scorers.widget h3 {
  margin-bottom: 14px;
}

#scorers .anwp-b-wrap {
  padding: 0 !important;
  overflow: visible !important;
}

#scorers .anwp-b-wrap table,
#scorers .anwp-b-wrap tbody {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#scorers .anwp-b-wrap thead {
  display: none !important;
}

#scorers .anwp-b-wrap tbody tr {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) 36px !important;
  gap: 8px !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: transparent !important;
}

#scorers .anwp-b-wrap tbody tr:last-child {
  border-bottom: 0 !important;
}

#scorers .anwp-b-wrap tbody td {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  line-height: 1.15 !important;
}

#scorers .anwp-b-wrap tbody td:first-child {
  color: var(--orange) !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  text-align: center !important;
}

#scorers .anwp-b-wrap tbody td:nth-child(2) {
  color: var(--navy) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  overflow: hidden !important;
}

#scorers .anwp-b-wrap tbody td:last-child {
  color: var(--navy) !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
  text-align: right !important;
}

#scorers .anwp-b-wrap tbody td:nth-child(2) a,
#scorers .anwp-b-wrap tbody td:nth-child(2) span,
#scorers .anwp-b-wrap tbody td:nth-child(2) strong {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#scorers .anwp-b-wrap img,
#scorers .anwp-b-wrap svg {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  margin-right: 8px !important;
  border-radius: 999px !important;
  background: #eef2f7 !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

#scorers .anwp-b-wrap small,
#scorers .anwp-b-wrap .text-muted {
  display: block !important;
  margin-top: 3px !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.wide-scoreboard {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  overflow-x: auto;
}

.score-tile {
  min-width: 185px;
  border: 1px solid rgba(30, 40, 74, 0.16);
  border-left: 3px solid var(--orange);
  border-radius: 7px;
  padding: 12px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(30, 40, 74, 0.06);
}

.score-tile small {
  display: block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.score-tile strong {
  display: grid;
  gap: 5px;
  margin: 10px 0;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
}

.score-tile span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.league-tabs[hidden] {
  display: none !important;
}

.league-tabs a {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 10px 13px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.league-tabs a.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.league-section-stack {
  display: grid;
  gap: 22px;
}

.league-hub-page #clubs,
.league-hub-page #news,
.league-hub-page #standings,
.league-hub-page #player-stats,
.league-hub-page #scorers,
.league-hub-page #history,
.league-hub-page #fixtures,
.league-hub-page #bracket {
  scroll-margin-top: 96px;
}

.league-news-grid {
  margin-top: 0;
}

.league-clubs {
  margin: 0;
}

.gs-standings-table {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  background: #fff;
}

.gs-standings-splits {
  display: grid;
  gap: 10px;
}

.gs-standings-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 2px;
}

.gs-standings-switch button {
  min-height: 34px;
  border: 1px solid rgba(30, 40, 74, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  padding: 7px 12px;
}

.gs-standings-switch button.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.gs-standings-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.gs-standings-table th {
  padding: 10px 8px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.gs-standings-table th:first-child {
  border-top-left-radius: 8px;
}

.gs-standings-table th:last-child {
  border-top-right-radius: 8px;
}

.gs-standings-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(30, 40, 74, 0.08);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

.gs-standings-table tbody tr:hover td {
  background: rgba(255, 86, 21, 0.045);
}

.gs-standings-table .is-rank {
  width: 42px;
  background: rgba(96, 186, 120, 0.24);
  font-weight: 950;
}

.gs-standings-table tbody tr.rule-champion .is-rank {
  background: rgba(255, 86, 21, 0.22);
}

.gs-standings-table tbody tr.rule-promotion .is-rank {
  background: rgba(82, 142, 255, 0.2);
}

.gs-standings-table tbody tr.rule-playoff .is-rank {
  background: rgba(240, 200, 91, 0.26);
}

.gs-standings-table tbody tr[class*="rule-playoff-"] .is-rank {
  background: rgba(42, 178, 155, 0.2);
}

.gs-standings-table tbody tr.rule-playout .is-rank {
  background: rgba(255, 86, 21, 0.14);
}

.gs-standings-table tbody tr.rule-relegation .is-rank {
  background: rgba(239, 92, 111, 0.24);
}

.gs-standings-table tbody tr.is-focused td {
  background: rgba(255, 86, 21, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 86, 21, 0.14),
    inset 0 -1px 0 rgba(255, 86, 21, 0.14);
}

.gs-standings-table tbody tr.is-focused .is-rank {
  background: var(--orange);
  color: #fff;
}

.gs-standings-table tbody tr.is-focused .is-team strong {
  color: var(--orange);
}

.gs-standings-table .is-team {
  min-width: 230px;
  text-align: left;
}

.gs-standings-table .is-team a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  text-decoration: none;
}

.gs-standings-table .is-team strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gs-standings-team-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.gs-standings-table .is-team .gs-standings-team-main {
  flex: 1 1 auto;
  min-width: 0;
}

.gs-standings-table .is-team .gs-standings-live-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  min-width: 11px;
  margin-right: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ff2f1f;
  box-shadow: 0 0 0 3px rgba(255, 47, 31, 0.18), 0 0 12px rgba(255, 47, 31, 0.55);
}

.gs-team-logo {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #f4f6fb;
  box-shadow: inset 0 0 0 1px rgba(30, 40, 74, 0.09);
}

.gs-team-logo img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.gs-form {
  display: flex;
  gap: 3px;
  margin-top: 4px;
}

.gs-form i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.gs-form i[title] {
  cursor: help;
}

.gs-form .is-w {
  background: #67b679;
}

.gs-form .is-d {
  background: #f0c85b;
}

.gs-form .is-l {
  background: #ed6f7d;
}

.gs-standings-table .is-points {
  color: var(--orange);
  font-size: 15px;
  font-weight: 950;
}

.gs-standings-played-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 24px;
  border: 1px solid rgba(27, 38, 74, 0.14);
  border-radius: 8px;
  background: #f7f9fd;
  color: var(--navy);
  font-weight: 950;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(255, 91, 31, 0.72);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gs-standings-played-link:hover,
.gs-standings-played-link:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--orange), 0 8px 18px rgba(27, 38, 74, 0.16);
}

.gs-standing-note {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gs-standings-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 11px 12px 0;
}

.gs-standings-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.gs-standings-legend span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(30, 40, 74, 0.18);
}

.gs-standings-legend .rule-champion::before {
  background: var(--orange);
}

.gs-standings-legend .rule-promotion::before {
  background: #528eff;
}

.gs-standings-legend .rule-playoff::before {
  background: #f0c85b;
}

.gs-standings-legend [class*="rule-playoff-"]::before {
  background: #2ab29b;
}

.gs-standings-legend .rule-playout::before {
  background: rgba(255, 86, 21, 0.62);
}

.gs-standings-legend .rule-relegation::before {
  background: #ef5c6f;
}

.gs-standings-table--compact table {
  min-width: 560px;
}

.gs-standings-table--compact th:nth-child(4),
.gs-standings-table--compact th:nth-child(5),
.gs-standings-table--compact th:nth-child(6),
.gs-standings-table--compact th:nth-child(7),
.gs-standings-table--compact th:nth-child(8),
.gs-standings-table--compact th:nth-child(9),
.gs-standings-table--compact td:nth-child(4),
.gs-standings-table--compact td:nth-child(5),
.gs-standings-table--compact td:nth-child(6),
.gs-standings-table--compact td:nth-child(7),
.gs-standings-table--compact td:nth-child(8),
.gs-standings-table--compact td:nth-child(9) {
  display: none;
}

.gs-scorers-head,
.gs-scorers-list li {
  display: grid;
  grid-template-columns: 26px 34px minmax(0, 1fr) minmax(218px, 260px);
  align-items: center;
  gap: 10px;
}

.gs-scorers-head {
  margin: 0 10px 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gs-scorers-head__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(62px, 1fr));
  gap: 6px;
  min-width: 218px;
}

.gs-scorer-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(62px, 1fr));
  gap: 6px;
  min-width: 218px;
}

.gs-scorers-head__stats {
  text-align: center;
}

.gs-scorers-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-scorers-list li {
  padding: 10px;
  border: 1px solid rgba(30, 40, 74, 0.1);
  border-radius: 8px;
  background: #fff;
}

.gs-scorer-rank {
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.gs-scorer-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f3f5fa;
  box-shadow: inset 0 0 0 1px rgba(30, 40, 74, 0.08);
}

.gs-scorer-avatar::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy), var(--orange));
}

.gs-scorer-avatar.has-logo::before {
  display: none;
}

.gs-scorer-avatar img {
  max-width: 25px;
  max-height: 25px;
  object-fit: contain;
}

.gs-scorer-name {
  min-width: 0;
}

.gs-scorer-name strong {
  display: block;
  overflow: hidden;
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gs-scorer-name a,
.scorer-name a,
.player-link {
  color: inherit;
  text-decoration: none;
}

.gs-player-stats-table a {
  color: inherit;
  text-decoration: none;
}

.gs-scorer-name a:hover,
.scorer-name a:hover,
.player-link:hover {
  color: var(--orange);
  text-decoration: underline;
}

.gs-player-stats-table a:hover {
  color: var(--orange);
  text-decoration: underline;
}

.gs-scorer-name small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gs-scorer-stats {
  justify-self: end;
}

.gs-scorer-stat {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  min-width: 62px;
  min-height: 38px;
  padding: 5px 8px;
  border-radius: 8px;
  background: #f3f5fa;
  color: var(--navy);
  line-height: 1;
}

.gs-scorer-stat small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gs-scorer-stat b {
  display: block;
  min-width: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.gs-scorer-stat--goals {
  min-width: 76px;
  background: var(--navy);
  color: #fff;
}

.gs-scorer-stat--goals small {
  color: rgba(255, 255, 255, 0.72);
}

.gs-scorer-stat--penalties {
  background: rgba(255, 90, 31, 0.1);
  color: var(--orange);
}

.gs-shortcode-panel {
  margin: 18px 0;
}

.gs-shortcode-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.gs-shortcode-panel__head b {
  color: inherit;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.gs-player-stats-table {
  overflow-x: auto;
  padding: 14px;
}

.gs-player-stats-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.gs-player-stats-table th {
  padding: 10px 9px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.gs-player-stats-table th button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.gs-player-stats-table th button::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, .55);
}

.gs-player-stats-table th button[data-sort-direction="asc"]::after {
  border-top: 0;
  border-bottom: 5px solid #fff;
}

.gs-player-stats-table th button[data-sort-direction="desc"]::after {
  border-top-color: #fff;
}

.gs-player-stats-table td {
  padding: 10px 9px;
  border-bottom: 1px solid rgba(30, 40, 74, 0.08);
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.gs-player-stats-table td:first-child,
.gs-player-stats-table th:first-child {
  text-align: left;
}

.data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.sidebar .match-list {
  gap: 10px;
}

.sidebar .match-row {
  grid-template-columns: minmax(58px, auto) minmax(0, 1fr) 54px;
  grid-template-rows: auto auto auto;
  gap: 3px 8px;
  padding: 12px;
  overflow: hidden;
}

.sidebar .match-row time {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--orange);
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.sidebar .match-row strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar .match-row strong:first-of-type {
  grid-column: 2;
  grid-row: 1;
}

.sidebar .match-row strong:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}

.sidebar .match-row .score {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  min-width: 48px;
  padding: 7px 8px;
}

.sidebar .match-row small {
  grid-column: 1 / -1;
  grid-row: 3;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standings {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.standings th,
.standings td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.standings th {
  color: var(--muted);
  background: #fbfcfe;
  font-size: 12px;
  text-transform: uppercase;
}

.standings td {
  font-weight: 830;
}

.standings td:last-child,
.standings th:last-child {
  text-align: right;
}

.mini-list {
  display: grid;
  gap: 10px;
}

.mini-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.mini-list span {
  color: var(--orange);
  font-weight: 950;
}

.gs-hashtags {
  width: 100%;
}

.gs-hashtags--global {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(30, 40, 74, .10);
  background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(246, 248, 252, .98));
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(30, 40, 74, .06);
  overflow: hidden;
}

.gs-hashtags--global {
  min-height: 48px;
  padding: 8px var(--gutter);
}

.gs-hashtags__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.gs-hashtags__title {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gs-hashtags__title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 90, 31, .12);
}

.gs-hashtags__list {
  display: flex;
  flex: 1;
  gap: 9px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gs-hashtags__list::-webkit-scrollbar {
  display: none;
}

.gs-hashtags a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1px;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(30, 40, 74, .14);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(30, 40, 74, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gs-hashtags__hash {
  color: var(--orange);
}

.gs-hashtags__text {
  color: var(--navy);
}

.gs-hashtags a:hover,
.gs-hashtags a:focus-visible {
  border-color: rgba(255, 90, 31, .45);
  box-shadow: 0 10px 24px rgba(255, 90, 31, .12);
  outline: 0;
  transform: translateY(-1px);
}

.gs-hashtags--article {
  margin: 18px 0 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.gs-hashtags--article .gs-hashtags__inner {
  display: block;
  width: 100%;
}

.gs-hashtags--article .gs-hashtags__title {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
}

.gs-hashtags--article .gs-hashtags__list {
  flex-wrap: wrap;
  overflow: visible;
}

.match-page-hero {
  margin: 24px 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 40, 74, 0.98), rgba(8, 11, 16, 0.95));
  color: var(--white);
}

.team-logo {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.10);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
}

.team-logo img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.team-initials {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  opacity: .85;
}

.team-crest {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 25px;
  font-weight: 950;
  overflow: hidden;
}

.team-crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.score-box {
  min-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-value {
  display: block;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -.02em;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--orange, #f97316);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 5px 11px;
  margin-bottom: 10px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  animation: live-blink 1.1s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes live-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .25; }
}

.live-minute {
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid rgba(255,255,255,.45);
}

.score-context {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.team-name {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 38px);
  line-height: 1.1;
  text-align: center;
}

.scorers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 200px;
}

.scorers-list--away {
  /* align to the right on the away side */
  text-align: right;
}

.scorer-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  line-height: 1.3;
}

.scorers-list--away .scorer-item {
  flex-direction: row-reverse;
}

.scorer-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.scorer-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.scorer-name {
  flex: 1;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.scorer-name em {
  font-style: normal;
  font-weight: 400;
  opacity: .7;
  font-size: 11px;
}

.scorer-min {
  font-size: 11px;
  font-weight: 600;
  opacity: .6;
  white-space: nowrap;
}

.scorer-item--og .scorer-icon {
  color: rgba(255,255,255,.4);
}

.scorers-band-spacer {
  /* intentionally empty */
}

.scorers-band-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.scorers-band-col--away {
  align-items: center;
}

.scorers-band-col .scorers-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 220px;
  width: 100%;
  text-align: left;
}

.scorers-band-col--away .scorers-list {
  text-align: right;
}

.match-powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.powered-by-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange, #f97316);
  white-space: nowrap;
}

.powered-by-content img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.15);
}

.match-powered-by--empty {
  gap: 8px;
}

.powered-by-hint {
  font-size: 11px;
  color: rgba(255,255,255,.35);
}

.powered-by-hint b {
  color: rgba(255,255,255,.55);
}

.match-meta-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 820;
}

.match-officials-card {
  margin: 0 clamp(18px, 3vw, 42px) 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.match-officials-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.match-officials-card__head span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.match-officials-card__head strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.match-officials-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.match-official {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.match-official:hover,
.match-official:focus-visible {
  border-color: rgba(255, 90, 31, 0.45);
  outline: 0;
}

.match-official__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--orange);
  position: relative;
  box-shadow: 0 8px 20px rgba(255, 90, 31, .24);
}

.match-official__icon::before,
.match-official__icon::after {
  content: "";
  position: absolute;
  background: #fff;
}

.match-official__icon::before {
  width: 14px;
  height: 14px;
  left: 10px;
  top: 7px;
  border-radius: 50%;
}

.match-official__icon::after {
  width: 18px;
  height: 8px;
  left: 8px;
  bottom: 7px;
  border-radius: 999px 999px 4px 4px;
}

.match-official small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.match-official strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.event__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.ev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}

.ev-icon--sm {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
}

.event__players {
  font-size: .9em;
  color: var(--text);
  text-transform: none;
  font-weight: 700;
  letter-spacing: .02em;
}

.event__comment {
  font-size: .85em;
  color: var(--text);
  font-style: italic;
}

.event__comment p {
  margin: 0 0 8px;
}

.event__comment p:last-child {
  margin-bottom: 0;
}

.event__commentary-text {
  margin: 0;
  font-size: .9em;
  color: var(--text);
  font-style: italic;
  line-height: 1.45;
  align-self: center;
}

.event__commentary-text p {
  margin: 0 0 10px;
}

.event__commentary-text p:last-child {
  margin-bottom: 0;
}

.event__commentary-text img,
.event__commentary-text video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.event__commentary-text .gs-event-lightbox,
.event__comment .gs-event-lightbox {
  position: relative;
  display: block;
  width: min(100%, 760px);
  aspect-ratio: 3 / 2;
  margin-top: 10px;
  border: 1px solid rgba(30, 40, 74, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #f5f7fb;
  line-height: 0;
}

.event__commentary-text .gs-event-lightbox img,
.event__comment .gs-event-lightbox img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.event__commentary-text iframe,
.event__comment iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 6px;
}

.stat-bars {
  display: grid;
  gap: 14px;
}

.stat-row {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
}

.bar {
  height: 8px;
  border-radius: 999px;
  background: #edf1f6;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  background: var(--orange);
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lineup-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup-grid li {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.lineup-club-name {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 950;
  display: flex;
  align-items: center;
  gap: 9px;
}

.lineup-club-name img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.lineup-subs-label {
  margin: 16px 0 8px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy-60, rgba(30,40,74,.55));
  letter-spacing: .04em;
}

.lineup-list--starters li {
  background: linear-gradient(90deg, rgba(30, 40, 74, .045), transparent 74%);
  padding-left: 8px;
}

.lineup-list--subs li {
  color: rgba(30, 40, 74, .76);
  font-size: 13px;
}

.sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 5px;
  vertical-align: middle;
}

.sub-min {
  font-size: 10px;
  font-weight: 600;
  opacity: .75;
  line-height: 1;
}

.stat-item {
  display: grid;
  gap: 6px;
}

.stat-name {
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy-60, rgba(30,40,74,.55));
  letter-spacing: .04em;
}

.stat-row span:first-child { text-align: right; }

.stat-row span:last-child { text-align: left; }

.design-index {
  display: none;
  margin: 24px auto;
}

.design-index {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
}

.design-index a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--white);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.design-index a.active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.push-subscribe-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 4px;
}

.push-subscribe-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  backdrop-filter: blur(6px);
}

.push-subscribe-btn:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.5);
}

.push-subscribe-btn--active {
  background: var(--orange, #f97316);
  border-color: var(--orange, #f97316);
  color: #fff;
}

.push-subscribe-btn--active:hover {
  background: #e06510;
  border-color: #e06510;
}

.push-subscribe-btn:disabled {
  opacity: .6;
  cursor: wait;
}

.push-bell {
  flex-shrink: 0;
}

.push-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  max-width: min(100%, 520px);
  margin-top: 9px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 700;
}

.push-options label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  cursor: pointer;
}

.push-options input {
  width: 14px;
  height: 14px;
  accent-color: var(--orange, #f97316);
}

.push-subscribe-wrap[data-push-info="1"] .push-options {
  display: none;
}

.push-options label:has(input:disabled) {
  opacity: .65;
  cursor: default;
}

.match-list {
  display: grid;
  gap: 8px;
}

.match-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto minmax(0, 1fr) 130px;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.match-row:hover {
  border-color: rgba(30, 40, 74, .45);
}

.match-row time {
  color: var(--orange);
  font-weight: 1000;
}

.match-row .score {
  min-width: 46px;
  padding: 5px 8px;
  border-radius: 5px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-weight: 1000;
}

.match-row small {
  color: var(--muted);
  font-weight: 800;
  text-align: right;
}

.match-row.is-live {
  border-color: rgba(255, 90, 31, .5);
  box-shadow: 0 10px 30px rgba(255, 90, 31, .08);
}

.preview-hub {
  max-width: 1180px;
}

.preview-brand {
  display: inline-block;
  margin-bottom: 24px;
}

.preview-brand img {
  width: min(340px, 70vw);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.preview-grid a {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.preview-grid b {
  color: var(--navy);
  font-size: 20px;
}

.preview-grid span {
  color: var(--muted);
}

@media (max-width: 1220px) {
:root {
    --max: 1120px;
  }

.header-row {
    grid-template-columns: 230px minmax(0, 1fr) auto;
  }

.site-header.has-live-matches .header-row {
    grid-template-columns: 210px minmax(0, 1fr) auto;
  }

.brand img {
    width: 226px;
  }

.site-header.has-live-matches .brand img {
    width: 206px;
  }

.primary-nav a {
    padding-inline: 4px;
    font-size: 10px;
  }

.live-column {
    grid-area: live;
  }

.fixtures {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.data-grid {
    grid-template-columns: 1fr;
  }

.league-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

.league-tabs::-webkit-scrollbar {
    display: none;
  }

.league-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
.container {
    width: min(100% - 32px, var(--max));
  }

.header-row {
    grid-template-columns: 1fr auto;
  }

.header-button.app {
    display: none;
  }

.header-row {
    position: relative;
  }

.primary-nav {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(30, 40, 74, 0.13);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: var(--white);
    box-shadow: 0 20px 44px rgba(10, 16, 26, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

.is-menu-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

.primary-nav a {
    min-height: 44px;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 6px;
  }

.primary-nav a.active {
    background: rgba(255, 100, 24, 0.1);
    box-shadow: inset 3px 0 0 var(--orange);
  }

.mobile-matchcenter-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center !important;
    min-height: 48px !important;
    margin-top: 8px;
    color: var(--white) !important;
    background: var(--orange);
    box-shadow: 0 12px 24px rgba(255, 100, 24, 0.22) !important;
  }

.mobile-matchcenter-link.is-live {
    background: linear-gradient(135deg, #ff4c22 0%, #d71920 100%);
    box-shadow: 0 14px 28px rgba(215, 25, 32, 0.25) !important;
  }

.menu-toggle {
    display: inline-flex;
    gap: 0;
    color: var(--white);
    background: var(--navy);
    border-color: var(--navy);
  }

.live-column,
.match-strip,
.layout {
    grid-template-columns: 1fr;
  }

.newsroom-hero,
.newsroom-layout,
.category-feature {
    grid-template-columns: 1fr;
  }

.top-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

.category-feature-media {
    min-height: 0;
  }

.video-grid {
    grid-template-columns: 1fr;
  }

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

.wide-scoreboard {
    grid-template-columns: repeat(3, minmax(185px, 1fr));
  }

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

.gallery-lightbox {
    grid-template-columns: 1fr;
    align-content: center;
  }

.gallery-lightbox aside {
    grid-template-columns: 1fr;
  }

.gallery-ad {
    min-height: 120px;
  }

.gallery-nav.next {
    right: 18px;
  }
}

@media (max-width: 720px) {
.container {
    width: min(100% - 24px, var(--max));
  }

.header-row {
    min-height: 64px;
  }

.brand img {
    width: min(238px, calc(100vw - 92px));
  }

.breaking .container {
    grid-template-columns: auto 1fr;
  }

.breaking-title {
    display: block;
  }

.ad.billboard {
    min-height: 250px;
    margin-top: 12px;
  }

.lead-story {
    min-height: 0;
  }

.lead-copy {
    padding: 22px;
  }

.lead-copy h1 {
    font-size: clamp(36px, 12vw, 50px);
  }

.lead-copy p {
    font-size: 17px;
  }

.page-title p {
    font-size: 17px;
  }

.compact-story {
    min-height: 0;
  }

.fixtures,
.top-stack,
.story-grid,
.sidebar,
.feed-card,
.related-grid {
    grid-template-columns: 1fr;
  }

.category-grid {
    grid-template-columns: 1fr;
  }

.section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

.feed-card {
    gap: 12px;
  }

.newsroom-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

.newsroom-thumb {
    display: none;
  }

.thumb {
    width: 100%;
  }

.category-feature-copy {
    padding: 24px;
  }

.page-title h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

.gallery-lightbox {
    align-content: start;
    grid-template-rows: auto auto;
    gap: 12px;
    min-height: 100vh;
    height: 100dvh;
    padding: 66px 10px 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

.gallery-lightbox figure {
    gap: 0;
  }

.gallery-lightbox figure > img {
    max-height: min(54dvh, 430px);
    border-radius: 7px;
  }

.gallery-lightbox aside {
    gap: 10px;
  }

.gallery-count {
    padding: 10px 12px;
  }

.gallery-ad {
    min-height: 104px;
  }

.gallery-ad:empty {
    display: none;
  }

.gallery-filmstrip {
    display: grid;
  }

.gallery-close {
    top: 22px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

.gallery-brand {
    display: inline-flex;
    top: 25px;
    left: 50%;
    width: min(196px, calc(100vw - 116px));
    transform: translateX(-50%);
  }

.gallery-nav {
    top: calc(66px + 33vw);
    width: 46px;
    height: 46px;
    font-size: 30px;
    box-shadow: 0 8px 24px rgba(4, 8, 17, 0.46);
  }

.gallery-nav.prev {
    left: 24px;
  }

.gallery-nav.next {
    right: 24px;
  }

.wide-scoreboard {
    grid-template-columns: 1fr;
  }

.lineup-grid,
.preview-grid {
    grid-template-columns: 1fr;
  }

.match-row {
    grid-template-columns: 48px 1fr auto;
  }

.match-row strong:nth-of-type(2),
.match-row small {
    grid-column: 2 / -1;
  }

.scorers-band-spacer {
    display: none;
  }

.scorers-band-col .scorers-list {
    max-width: none;
  }

.team-logo {
    width: 72px;
    height: 72px;
  }

.team-logo img {
    width: 58px;
    height: 58px;
  }

.team-name {
    font-size: 15px;
  }

.score-value {
    font-size: clamp(44px, 14vw, 64px);
  }

.league-tabs {
    flex-wrap: nowrap;
    margin-right: -12px;
    margin-left: -12px;
    padding: 0 12px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

.league-tabs::-webkit-scrollbar {
    display: none;
  }

.league-tabs a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 12px;
    white-space: nowrap;
  }

.league-section-stack {
    gap: 16px;
  }

.gs-standings-splits {
    gap: 8px;
  }

.gs-standings-switch {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

.gs-standings-switch::-webkit-scrollbar {
    display: none;
  }

.gs-standings-switch button {
    flex: 0 0 auto;
  }

.gs-standings-table table {
    min-width: 640px;
  }

.gs-standings-table--compact table {
    min-width: 420px;
  }

.gs-standings-table td,
.gs-standings-table th {
    padding: 9px 7px;
  }

.gs-standings-table .is-team {
    min-width: 180px;
  }

.gs-standings-table .is-team strong {
    font-size: 12px;
  }
}

.lead-story,
.compact-story,
.story-image,
.thumb,
.video-card,
.feed-card .thumb {
  position: relative;
  overflow: hidden;
}

.newsroom-thumb,
.category-feature-media {
  position: relative;
  overflow: hidden;
}

.lead-story img,
.compact-story img,
.story-image img,
.thumb img,
.video-card img,
.feed-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.newsroom-thumb img,
.category-feature-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.standings-index-page .page-title {
  max-width: none;
}

.standings-hero {
  position: relative;
  overflow: hidden;
  margin: 18px 0 22px;
  padding: 22px;
  border: 1px solid rgba(30, 40, 74, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 94, 31, 0.24), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #101a34 0%, #1c294d 54%, #101a34 100%);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(8, 17, 39, 0.08);
}

.standings-hero .breadcrumbs {
  margin-bottom: 18px;
}

.standings-hero .breadcrumbs a,
.standings-hero .breadcrumbs span {
  color: rgba(255, 255, 255, 0.78);
}

.standings-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: end;
}

.standings-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.standings-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 0.96;
}

.standings-hero p {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

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

.standings-hero__metrics span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.standings-hero__metrics strong {
  display: block;
  color: var(--white);
  font-size: 26px;
  line-height: 1;
}

.standings-hero__metrics .is-live {
  border-color: rgba(255, 94, 31, 0.65);
  background: rgba(255, 94, 31, 0.16);
}

.standings-quicknav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.standings-quicknav a {
  position: relative;
  min-width: 0;
  padding: 13px 44px 13px 14px;
  border: 1px solid rgba(30, 40, 74, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(7, 16, 39, 0.08);
}

.standings-quicknav strong,
.standings-quicknav span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standings-quicknav strong {
  font-size: 15px;
  font-weight: 950;
}

.standings-quicknav span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.standings-quicknav em {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 6px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.standings-index-layout {
  grid-template-columns: minmax(0, 1fr) 336px;
  align-items: start;
}

.standings-index-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.standings-index-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.standings-index-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.standings-index-card__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.standings-live-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 94, 31, 0.12);
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
}

.standings-index-card__head span {
  display: block;
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.standings-index-card__head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.15;
}

.standings-index-card__link {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(30, 40, 74, 0.14);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
}

.standings-index-card__link:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.standings-index-card__table {
  padding: 4px 14px 14px;
  overflow-x: auto;
}

.standings-index-card__table table {
  width: 100%;
  min-width: 520px;
}

.standings-index-card__table .anwp-b-wrap,
.standings-index-card__table .anwp-b-table {
  margin: 0;
}

.standings-between-ad {
  margin: 0;
}

.gs-standings-phase-shell {
  display: grid;
  gap: 12px;
}

.gs-standings-phase-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: thin;
}

.gs-standings-phase-tabs button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(30, 40, 74, 0.12);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
}

.gs-standings-phase-tabs button.active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.gs-standings-phase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.gs-standings-phase-meta span,
.gs-standings-phase-meta strong {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f3f6fb;
}

.gs-standings-table tbody tr.is-live-projected td {
  background: #fff4ef;
}

.gs-standings-table td.gs-live-changed,
.gs-standings-table .is-points.gs-live-changed {
  color: #e02414;
  font-weight: 1000;
}

.gs-standings-table tbody tr.is-live-projected .is-team strong {
  color: var(--navy);
}

@media (max-width: 860px) {
.standings-hero {
    padding: 18px;
    background: linear-gradient(145deg, #101a34 0%, #1c294d 100%);
  }

.standings-hero__grid {
    grid-template-columns: 1fr;
  }

.standings-hero__metrics,
.standings-quicknav {
    grid-template-columns: 1fr;
  }

.standings-index-layout {
    grid-template-columns: 1fr;
  }

.standings-index-grid {
    grid-template-columns: 1fr;
  }

.standings-index-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

.standings-index-card__actions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 980px) {
.page-shell {
    overflow-x: clip;
  }

.data-grid {
    grid-template-columns: 1fr;
  }

.league-news-grid {
    grid-template-columns: 1fr;
  }

.newsroom-layout {
    grid-template-columns: 1fr;
  }

.page-shell .sidebar {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
    width: 100%;
  }

.newsroom-sidebar {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
    width: 100%;
  }

.league-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

.season-switch {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

.league-tabs::-webkit-scrollbar {
    display: none;
  }

.season-switch::-webkit-scrollbar {
    display: none;
  }

.league-tabs a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }

.season-switch a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
.page-shell .container {
    width: min(100% - 24px, var(--max));
  }

.page-shell .sidebar {
    grid-template-columns: 1fr;
  }

.newsroom-sidebar {
    grid-template-columns: 1fr;
  }

.league-tabs {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px 8px;
  }

.season-switch {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px 8px;
  }

.gs-scorers-head {
    display: none;
  }

.gs-scorers-list li {
    grid-template-columns: 24px 30px minmax(0, 1fr);
    padding: 9px;
  }

.gs-scorer-name strong,
.gs-scorer-name small {
    white-space: normal;
  }

.gs-scorer-stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

.gs-scorer-stat,
.gs-scorer-stat--goals {
    min-width: 0;
  }

.gs-player-stats-table,
.gs-standings-table {
    border-radius: 0;
    margin-inline: -12px;
    width: calc(100% + 24px);
  }

.standings-index-grid {
    grid-template-columns: 1fr;
  }

.push-subscribe-wrap--compact .push-options {
    grid-template-columns: 1fr;
  }
}

.page-shell,
.page-shell .container,
.data-grid,
.data-grid > *,
.page-shell .sidebar,
.page-shell .sidebar > *,
.anwp-shell,
.widget {
  min-width: 0;
}

.league-section-stack,
.league-news-grid,
.league-news-grid > * {
  min-width: 0;
}

.gs-standings-table,
.gs-player-stats-table,
.standings-index-card__table,
.wide-scoreboard,
.league-tabs,
.gs-standings-switch {
  -webkit-overflow-scrolling: touch;
}

.season-switch {
  -webkit-overflow-scrolling: touch;
}

.gs-standings-table table,
.gs-player-stats-table table {
  white-space: nowrap;
}

.gs-standings-table .is-team,
.gs-player-stats-table td:first-child,
.gs-player-stats-table th:first-child {
  white-space: normal;
}

@media (max-width: 720px) {
.page-shell {
    overflow-x: hidden;
  }

.league-news-grid .feed-list {
    display: grid;
    gap: 12px;
  }

.gs-standings-table,
.gs-player-stats-table {
    box-shadow: inset -18px 0 20px -24px rgba(30, 40, 74, 0.55);
  }

.gs-standings-table table {
    min-width: 600px;
  }

.gs-player-stats-table table {
    min-width: 520px;
  }

.score-tile {
    min-width: 0;
  }
}

@media (max-width: 520px) {
.gs-scorer-name strong,
.gs-scorer-name small {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

.gs-standings-table table {
    min-width: 560px;
  }

.gs-player-stats-table table {
    min-width: 500px;
  }
}

.club-hub-page .feed-list > .ad.inline {
  margin: 0;
  min-height: 74px;
}

.sidebar .gs-standings-table--compact {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.sidebar .gs-standings-table--compact table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.sidebar .gs-standings-table--compact th,
.sidebar .gs-standings-table--compact td {
  padding: 9px 6px;
  font-size: 11px;
}

.sidebar .gs-standings-table--compact th:first-child,
.sidebar .gs-standings-table--compact td:first-child {
  width: 34px;
}

.sidebar .gs-standings-table--compact th:nth-child(2),
.sidebar .gs-standings-table--compact td:nth-child(2) {
  width: auto;
}

.sidebar .gs-standings-table--compact th:nth-child(3),
.sidebar .gs-standings-table--compact td:nth-child(3),
.sidebar .gs-standings-table--compact th:nth-child(10),
.sidebar .gs-standings-table--compact td:nth-child(10) {
  width: 42px;
  text-align: center;
}

.sidebar .gs-standings-table--compact .is-team {
  min-width: 0;
}

.sidebar .gs-standings-table--compact .is-team a,
.sidebar .gs-standings-table--compact .is-team strong {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar .gs-standings-table--compact .gs-form,
.sidebar .gs-standings-table--compact .gs-standing-note {
  display: none;
}

@media (max-width: 720px) {
.related-grid .related-card:nth-child(n+4) {
    display: none;
  }
}

.sidebar .gs-standings-table--compact,
.sidebar .gs-standings-table--compact table {
  max-width: 100%;
}

.sidebar .gs-standings-table--compact .team-cell {
  min-width: 0;
}

.sidebar .gs-standings-table--compact .team-logo {
  width: 24px;
  height: 24px;
}

.league-hub-page {
  overflow-x: hidden;
}

.league-hub-page .container,
.league-hub-page .league-tabs,
.league-hub-page .league-section-stack,
.league-hub-page .league-section-stack > *,
.league-hub-page .league-inline-after-clubs,
.league-hub-page .league-layout-grid,
.league-hub-page .league-layout-grid > *,
.league-hub-page .league-main-stack,
.league-hub-page .league-main-stack > *,
.league-hub-page .feed-list,
.league-hub-page .feed-card,
.league-hub-page .sidebar,
.league-hub-page .sidebar > *,
.league-hub-page .anwp-shell,
.league-hub-page .widget,
.league-hub-page #standings {
  min-width: 0;
  max-width: 100%;
}

.league-hub-page .page-title {
  min-width: 0;
  max-width: 100%;
}

.league-hub-page .league-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 22px;
  align-items: start;
}

.league-hub-page .league-main-column,
.league-hub-page .league-main-stack {
  min-width: 0;
}

.league-hub-page .league-main-stack,
.league-hub-page .league-sidebar {
  display: grid;
  gap: 22px;
}

.league-hub-page .league-sidebar {
  align-self: start;
}

.league-hub-page .league-news-panel,
.league-hub-page .league-standings-panel,
.league-hub-page .league-round-panel,
.league-hub-page .league-player-stats-panel {
  min-width: 0;
  margin: 0;
}

.league-hub-page .anwp-shell,
.league-hub-page .widget {
  overflow: hidden;
}

.league-hub-page .club-grid {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
}

.league-hub-page .club-tile {
  min-width: 0;
}

.league-hub-page .club-tile strong,
.league-hub-page .gs-scorer-name,
.league-hub-page .gs-scorer-name strong,
.league-hub-page .gs-scorer-name small,
.league-hub-page .match-row strong {
  min-width: 0;
}

.league-hub-page #standings .gs-standings-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 980px) {
.league-hub-page .league-layout-grid {
    grid-template-columns: 1fr;
  }

.league-hub-page .sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
  }

.league-hub-page .league-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

.league-hub-page .league-tabs::-webkit-scrollbar {
    display: none;
  }

.league-hub-page .league-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
.league-hub-page .container {
    width: min(100% - 20px, var(--max));
  }

.league-hub-page .page-title {
    margin-bottom: 12px;
  }

.league-hub-page .page-title h1 {
    overflow-wrap: anywhere;
  }

.league-hub-page .league-tabs {
    margin: 10px -10px 18px;
    padding: 0 10px 8px;
  }

.league-hub-page .league-tabs a {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 12px;
  }

.league-hub-page .league-section-stack {
    gap: 16px;
  }

.league-hub-page .anwp-label {
    padding: 11px 12px;
  }

.league-hub-page .club-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }

.league-hub-page .club-tile {
    flex-direction: column;
    justify-content: center;
    min-height: 92px;
    padding: 9px 7px;
    text-align: center;
  }

.league-hub-page .club-logo {
    width: 36px;
    height: 36px;
  }

.league-hub-page .club-logo img {
    max-width: 29px;
    max-height: 29px;
  }

.league-hub-page .club-tile strong {
    display: block;
    overflow: visible;
    font-size: 11px;
    line-height: 1.12;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

.league-hub-page .feed-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    min-height: 118px;
    padding: 12px;
  }

.league-hub-page .feed-card .thumb {
    min-height: 78px;
  }

.league-hub-page .feed-card h3 {
    font-size: 17px;
    line-height: 1.15;
  }

.league-hub-page .feed-card p {
    display: none;
  }

.league-hub-page .sidebar {
    grid-template-columns: 1fr;
  }

.league-hub-page .sidebar .match-row {
    grid-template-columns: minmax(0, 1fr) 54px;
    grid-template-rows: auto auto auto auto;
    gap: 4px 9px;
    padding: 11px;
  }

.league-hub-page .sidebar .match-row time {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    font-size: 11px;
  }

.league-hub-page .sidebar .match-row strong:first-of-type {
    grid-column: 1;
    grid-row: 2;
  }

.league-hub-page .sidebar .match-row strong:nth-of-type(2) {
    grid-column: 1;
    grid-row: 3;
  }

.league-hub-page .sidebar .match-row strong {
    overflow: visible;
    font-size: 12px;
    line-height: 1.12;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

.league-hub-page .sidebar .match-row .score {
    grid-column: 2;
    grid-row: 1 / 4;
    min-width: 48px;
    align-self: center;
  }

.league-hub-page .sidebar .match-row small {
    grid-column: 1 / -1;
    grid-row: 4;
  }

.league-hub-page #standings .gs-standings-table {
    margin-inline: 0;
    border-radius: 8px;
  }

.league-hub-page #standings .gs-standings-table table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

.league-hub-page #standings .gs-standings-table th,
.league-hub-page #standings .gs-standings-table td {
    padding: 8px 5px;
    font-size: 11px;
  }

.league-hub-page #standings .gs-standings-table th:first-child,
.league-hub-page #standings .gs-standings-table td:first-child {
    width: 32px;
  }

.league-hub-page #standings .gs-standings-table th:nth-child(2),
.league-hub-page #standings .gs-standings-table td:nth-child(2) {
    width: auto;
  }

.league-hub-page #standings .gs-standings-table th:nth-child(3),
.league-hub-page #standings .gs-standings-table td:nth-child(3),
.league-hub-page #standings .gs-standings-table th:last-child,
.league-hub-page #standings .gs-standings-table td:last-child {
    width: 38px;
  }

.league-hub-page #standings .gs-standings-table th:nth-child(4),
.league-hub-page #standings .gs-standings-table th:nth-child(5),
.league-hub-page #standings .gs-standings-table th:nth-child(6),
.league-hub-page #standings .gs-standings-table th:nth-child(7),
.league-hub-page #standings .gs-standings-table th:nth-child(8),
.league-hub-page #standings .gs-standings-table th:nth-child(9),
.league-hub-page #standings .gs-standings-table td:nth-child(4),
.league-hub-page #standings .gs-standings-table td:nth-child(5),
.league-hub-page #standings .gs-standings-table td:nth-child(6),
.league-hub-page #standings .gs-standings-table td:nth-child(7),
.league-hub-page #standings .gs-standings-table td:nth-child(8),
.league-hub-page #standings .gs-standings-table td:nth-child(9) {
    display: none;
  }

.league-hub-page #standings .gs-standings-table .is-team {
    min-width: 0;
  }

.league-hub-page #standings .gs-standings-table .is-team a {
    gap: 7px;
  }

.league-hub-page #standings .gs-standings-table .is-team strong {
    font-size: 11px;
    line-height: 1.1;
  }

.league-hub-page #standings .gs-team-logo {
    width: 26px;
    height: 26px;
  }

.league-hub-page #standings .gs-team-logo img {
    max-width: 21px;
    max-height: 21px;
  }

.league-hub-page .gs-scorers-list li {
    gap: 8px;
    padding: 9px;
  }
}

@media (max-width: 420px) {
.league-hub-page .feed-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}

.article-card__media,
.story-image,
.feed-card .thumb,
.lead-story,
.compact-story {
  position: relative;
  overflow: hidden;
}

.newsroom-thumb {
  position: relative;
  overflow: hidden;
}

.match-card-overlay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  display: grid;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.88), rgba(9, 14, 28, 0.72));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  color: #fff;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.match-card-overlay__competition,
.match-card-overlay__status {
  color: var(--orange);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.match-card-overlay__status {
  color: rgba(255, 255, 255, 0.84);
}

.match-card-overlay__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.match-card-overlay__team {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.match-card-overlay__team--away {
  justify-content: flex-end;
  text-align: right;
}

.match-card-overlay__team img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.match-card-overlay__team b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-card-overlay__score {
  min-width: 46px;
  padding: 5px 8px;
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
}

.lead-story .match-card-overlay {
  top: 16px;
  right: 16px;
  bottom: auto;
  left: 16px;
  max-width: 560px;
}

.feed-card .match-card-overlay,
.newsroom-thumb .match-card-overlay {
  right: 6px;
  bottom: 6px;
  left: 6px;
  gap: 3px;
  padding: 6px;
}

.feed-card .match-card-overlay__competition,
.feed-card .match-card-overlay__status,
.newsroom-thumb .match-card-overlay__competition,
.newsroom-thumb .match-card-overlay__status {
  display: none;
}

.feed-card .match-card-overlay__row,
.newsroom-thumb .match-card-overlay__row {
  gap: 4px;
}

.feed-card .match-card-overlay__team,
.newsroom-thumb .match-card-overlay__team {
  font-size: 9px;
}

.feed-card .match-card-overlay__team img,
.newsroom-thumb .match-card-overlay__team img {
  display: none;
}

.feed-card .match-card-overlay__score,
.newsroom-thumb .match-card-overlay__score {
  min-width: 34px;
  padding: 4px 5px;
  font-size: 13px;
}

.player-profile-page .ad {
  width: 100%;
}

.player-profile-page .gs-player-stats-table {
  max-width: 100%;
  overflow-x: auto;
}

.player-profile-page .gs-player-stats-table table {
  width: 100%;
}

@media (max-width: 640px) {
.match-card-overlay {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 7px;
  }

.match-card-overlay__competition {
    display: none;
  }

.match-card-overlay__team {
    font-size: 10px;
  }

.match-card-overlay__team img {
    width: 17px;
    height: 17px;
  }

.match-card-overlay__score {
    min-width: 38px;
    font-size: 15px;
  }

.lead-story .match-card-overlay {
    top: 10px;
    right: 10px;
    left: 10px;
  }
}

.player-profile-page .gs-player-stats-table table {
	min-width: 680px;
}

.player-section-title {
	margin: 0 0 18px;
}

.player-section-title span {
	display: block;
	color: #ff5b17;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.player-section-title h2 {
	margin: 4px 0 0;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1;
	color: var(--navy);
	letter-spacing: 0;
}

.player-profile-sidebar .ad {
	margin-bottom: 18px;
}

.news-flow-panel {
	overflow: hidden;
	border: 1px solid #dce4ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(16, 28, 52, .04);
}

.news-flow-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	border-bottom: 1px solid #e6edf6;
	background: linear-gradient(135deg, #fff 0%, #f6f9fd 100%);
}

.news-flow-head span {
	display: block;
	color: var(--orange);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.news-flow-head h2 {
	margin: 3px 0 0;
	color: var(--navy);
	font-size: 24px;
	line-height: 1;
}

.news-flow-head a,
.news-flow-more {
	color: var(--navy);
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
}

.news-flow-list {
	display: grid;
}

.news-flow-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #edf1f6;
	color: var(--navy);
	text-decoration: none;
	transition: background .16s ease;
}

.news-flow-item:hover,
.news-flow-item:focus {
	background: #f7faff;
}

.news-flow-item time {
	color: var(--orange);
	font-size: 12px;
	font-weight: 950;
}

.news-flow-item h3 {
	margin: 0;
	color: var(--navy);
	font-size: 14px;
	line-height: 1.25;
}

.news-flow-item small {
	display: block;
	margin-top: 6px;
	color: #68748a;
	font-size: 10px;
	font-weight: 950;
	text-transform: uppercase;
}

.news-flow-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 14px 14px;
	padding: 11px 14px;
	border-radius: 999px;
	background: var(--navy);
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}

.news-flow-more span:last-child {
	color: var(--orange);
	font-size: 18px;
	line-height: 1;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

img,
video,
iframe,
embed,
object {
	max-width: 100%;
}

.page-shell,
.site-main,
.container,
.content-area,
.data-grid,
.sidebar,
.anwp-shell,
.widget,
.ad,
.feed-card,
.related-card {
	min-width: 0;
	max-width: 100%;
}

.league-news-grid,
.league-section-stack,
.gs-standings-table,
.gs-player-stats-table {
	min-width: 0;
	max-width: 100%;
}

.article-card__title,
.feed-card h3,
.related-card h3,
.news-flow-item h3 {
	overflow-wrap: anywhere;
}

.gs-standings-table,
.gs-player-stats-table,
.league-tabs,
.gs-standings-switch {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.season-switch {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ad,
.ad-slot,
[class*="ad-slot"],
.grandsport-ad,
.article-content .ad.inline,
.article-layout article > .ad.inline {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	position: static !important;
	top: auto !important;
}

.sidebar,
.page-shell .sidebar {
	position: static !important;
	top: auto !important;
}

.newsroom-sidebar {
	position: static !important;
	top: auto !important;
}

.league-hub-page .sidebar {
	position: static !important;
	top: auto !important;
}

@media (max-width: 1180px) {
.layout,
.data-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.league-news-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.sidebar {
		position: static;
		width: 100%;
	}

.league-hub-page .sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 900px) {
.container,
.page-shell .container {
		width: min(100% - 28px, var(--max));
	}

.league-hub-page .container {
		width: min(100% - 28px, var(--max));
	}

.league-hub-page .sidebar {
		grid-template-columns: 1fr;
	}

.sidebar {
		grid-template-columns: 1fr;
	}

.page-title h1 {
		letter-spacing: 0;
	}

.news-flow-panel,
.widget,
.ad {
		border-radius: 8px;
	}
}

@media (max-width: 760px) {
body {
		background-clip: border-box;
	}

.site-header,
.header-row {
		max-width: 100%;
	}

.primary-nav {
		max-height: min(72vh, 560px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

.page-shell {
		padding-top: 0;
	}

.page-title {
		margin-inline: 0;
	}

.article-card,
.feed-card,
.related-card,
.anwp-shell,
.widget,
.news-flow-panel {
		border-radius: 8px;
	}

.league-hub-page .club-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

.league-tabs,
.gs-standings-switch {
		margin-inline: -12px;
		padding-inline: 12px;
		scrollbar-width: thin;
	}

.season-switch {
		margin-inline: -12px;
		padding-inline: 12px;
		scrollbar-width: thin;
	}

.match-row {
		width: 100%;
		max-width: 100%;
	}

.gs-standings-table table,
.gs-player-stats-table table {
		width: max-content;
		max-width: none;
	}
}

@media (max-width: 480px) {
.container,
.page-shell .container {
		width: min(100% - 20px, var(--max));
	}

.league-hub-page .container {
		width: min(100% - 20px, var(--max));
	}

.brand img {
		width: min(220px, calc(100vw - 104px));
	}

.header-button,
.menu-toggle {
		width: 40px;
		height: 40px;
	}

.page-title h1 {
		font-size: clamp(30px, 10vw, 42px);
	}

.league-hub-page .club-grid {
		grid-template-columns: 1fr;
	}

.related-grid {
		grid-template-columns: 1fr;
	}

.news-flow-item {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 12px;
	}
}

@media (max-width: 380px) {
.brand img {
		width: min(198px, calc(100vw - 96px));
	}

.news-flow-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 1180px) {
html,
body {
		overflow-x: hidden;
	}

.site-header {
		overflow: visible;
	}

.site-header .container {
		width: min(100% - 32px, var(--max));
	}

.header-row {
		position: relative;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 68px;
	}

.brand {
		grid-column: 1;
		grid-row: 1;
	}

.brand {
		min-width: 0;
	}

.brand img {
		width: min(246px, calc(100vw - 136px));
	}

.site-header.has-live-matches .brand img {
		width: min(230px, calc(100vw - 166px));
	}

.header-actions {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		gap: 6px;
	}

.header-live-pill {
		display: inline-flex;
		position: static;
		width: auto;
		min-width: 58px;
		min-height: 40px;
		margin: 0;
		padding: 0 10px;
		transform: none;
		z-index: 2;
		border-radius: 8px;
		letter-spacing: 0;
		box-shadow: 0 8px 18px rgba(215, 25, 32, 0.16);
	}

.header-button.app {
		display: none;
	}

.menu-toggle {
		display: inline-flex;
		gap: 0;
		color: var(--white);
		background: var(--navy);
		border-color: var(--navy);
	}

.primary-nav {
		position: absolute;
		top: calc(100% + 3px);
		right: 0;
		left: 0;
		z-index: 40;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		max-height: min(76vh, 620px);
		padding: 10px;
		overflow-y: auto;
		border: 1px solid rgba(30, 40, 74, 0.13);
		border-top: 0;
		border-radius: 0 0 8px 8px;
		background: var(--white);
		box-shadow: 0 20px 44px rgba(10, 16, 26, 0.14);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		visibility: hidden;
		-webkit-overflow-scrolling: touch;
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	}

.is-menu-open .primary-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

.primary-nav a {
		justify-content: space-between;
		min-height: 44px;
		padding: 0 12px;
		border-radius: 6px;
	}

.primary-nav a.active {
		background: rgba(255, 100, 24, 0.1);
		box-shadow: inset 3px 0 0 var(--orange);
	}

.mobile-matchcenter-link {
		display: inline-flex !important;
		justify-content: center !important;
		min-height: 48px !important;
		margin-top: 8px;
		color: var(--white) !important;
		background: var(--orange);
		box-shadow: 0 12px 24px rgba(255, 100, 24, 0.22) !important;
	}

.layout,
.data-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.newsroom-layout,
.category-feature {
		grid-template-columns: minmax(0, 1fr);
	}

.league-news-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.newsroom-layout {
		gap: 22px;
	}

.league-news-grid {
		gap: 22px;
	}

.sidebar,
.page-shell .sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

.newsroom-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

.league-hub-page .sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

.page-title,
.newsroom-hero,
.category-feature {
		max-width: 100%;
	}

.standings-index-card {
		max-width: 100%;
	}

.breadcrumb,
.breadcrumbs {
		flex-wrap: wrap;
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media (min-width: 1181px) {
.menu-toggle,
.mobile-matchcenter-link {
		display: none !important;
	}
}

@media (max-width: 900px) {
.newsroom-sidebar {
		grid-template-columns: 1fr;
	}

.league-hub-page .sidebar {
		grid-template-columns: 1fr;
	}

.page-shell .sidebar {
		grid-template-columns: 1fr;
	}

.category-feature-copy {
		padding: 24px;
	}

.feed-card {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 14px;
		min-height: 0;
	}

.newsroom-hero {
		padding: 24px;
	}
}

@media (max-width: 760px) {
.site-header .container {
		width: min(100% - 24px, var(--max));
	}

.header-row {
		min-height: 64px;
	}

.brand img {
		width: min(222px, calc(100vw - 110px));
	}

.page-title,
.newsroom-hero {
		padding-top: 22px;
	}

.page-title h1,
.newsroom-hero h1 {
		font-size: clamp(30px, 10vw, 44px);
		line-height: 1.02;
	}

.page-title p,
.newsroom-hero p {
		font-size: 16px;
		line-height: 1.55;
	}

.filters,
.season-switch {
		max-width: calc(100vw - 24px);
	}

.league-tabs,
.gs-standings-switch {
		max-width: calc(100vw - 24px);
	}

.feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		padding: 12px;
	}

.league-hub-page .feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		padding: 12px;
	}

.feed-card h3 {
		font-size: 17px;
		line-height: 1.18;
	}

.league-hub-page .feed-card h3 {
		font-size: 17px;
		line-height: 1.18;
	}

.feed-card p {
		display: none;
	}

.simple-page-shell {
		padding-top: 18px;
	}

.simple-page {
		padding: 20px;
		border-radius: 8px;
	}

.simple-page__header {
		margin-bottom: 22px;
		padding-bottom: 18px;
	}

.simple-page__header h1 {
		font-size: clamp(30px, 10vw, 44px);
		line-height: 1.02;
	}

.simple-page__content,
.simple-page__content p,
.simple-page__content li {
		font-size: 17px;
		line-height: 1.72;
	}
}

@media (max-width: 520px) {
.brand img {
		width: min(206px, calc(100vw - 104px));
	}

.site-header.has-live-matches .brand img {
		width: min(192px, calc(100vw - 166px));
	}

.header-live-pill {
		justify-content: center;
		min-width: 48px;
		padding: 0 7px;
		font-size: 11px;
	}

.header-live-pill .header-button__count {
		display: none;
	}

.league-hub-page .league-sidebar {
		grid-template-columns: 1fr;
	}

.header-button.icon,
.menu-toggle {
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 0;
	}

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

.league-hub-page .feed-card {
		grid-template-columns: 1fr;
	}

.newsroom-item {
		grid-template-columns: 1fr;
	}

.newsroom-thumb {
		display: none;
	}

.feed-card .thumb {
		display: none;
	}

.anwp-shell,
.widget,
.news-flow-panel {
		padding-right: 14px;
		padding-left: 14px;
	}

.standings-index-card {
		padding-right: 14px;
		padding-left: 14px;
	}
}

.news-flow-panel,
.live-column .news-flow-panel {
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: var(--navy);
	box-shadow: 0 14px 32px rgba(16, 28, 52, 0.14);
	color: #fff;
}

.news-flow-head {
	display: block;
	padding: 13px 14px 10px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
}

.news-flow-head h2 {
	margin: 0;
	color: #fff;
	font-size: 23px;
	line-height: 1.02;
	font-weight: 1000;
	letter-spacing: 0;
}

.news-flow-list {
	display: grid;
	padding: 0 10px;
}

.news-flow-item {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 49px;
	padding: 8px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
	transition: background 0.16s ease;
}

.news-flow-item:last-child {
	border-bottom: 0;
}

.news-flow-item:hover,
.news-flow-item:focus {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	outline: 0;
}

.news-flow-item time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 6px;
	border-radius: 5px;
	background: rgba(255, 90, 31, 0.14);
	color: var(--orange);
	font-size: 11px;
	font-weight: 1000;
	line-height: 1;
}

.news-flow-item h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.16;
	font-weight: 900;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: anywhere;
}

.news-flow-item small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9px;
	font-weight: 1000;
	letter-spacing: 0;
	text-transform: uppercase;
}

.news-flow-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	margin: 8px 10px 10px;
	padding: 9px 12px;
	border: 0;
	border-radius: 7px;
	background: var(--orange);
	color: #fff;
	font-size: 11px;
	font-weight: 1000;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.news-flow-more:hover,
.news-flow-more:focus {
	background: #ff6b35;
	color: #fff;
}

.news-flow-more span:last-child {
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

@media (max-width: 520px) {
.news-flow-head {
		padding: 12px 12px 9px;
	}

.news-flow-head h2 {
		font-size: 21px;
	}

.news-flow-list {
		padding-right: 8px;
		padding-left: 8px;
	}

.news-flow-item {
		grid-template-columns: 47px minmax(0, 1fr);
		gap: 8px;
		min-height: 47px;
		padding: 8px 3px;
	}

.news-flow-item h3 {
		font-size: 12px;
	}

.news-flow-more {
		min-height: 34px;
		margin: 7px 8px 8px;
	}
}

.site-header {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	z-index: 1000;
}

@media (max-width: 1180px) {
html,
body {
		overflow-x: visible;
	}

.page-shell,
.gs-hashtags--global,
.site-footer {
		max-width: 100%;
		overflow-x: hidden;
	}
}

@supports (overflow: clip) {
@media (max-width: 1180px) {
.page-shell,
.gs-hashtags--global,
.site-footer {
			overflow-x: clip;
		}
}
}

.admin-bar .site-header {
	top: 32px;
}

@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
.admin-bar .site-header {
		top: 0;
	}
}

.site-search-panel[hidden] {
	display: none !important;
}

body.is-search-open {
	overflow: hidden;
}

.site-search-panel {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	place-items: start center;
	padding: clamp(76px, 11vh, 126px) 16px 24px;
}

.admin-bar .site-search-panel {
	padding-top: clamp(108px, 14vh, 154px);
}

.site-search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 12, 29, 0.66);
	backdrop-filter: blur(8px);
}

.site-search-dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: min(760px, calc(100vh - 118px));
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 28px 90px rgba(7, 14, 34, 0.34);
}

.site-search-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(30, 40, 74, 0.12);
	border-radius: 8px;
	background: #f5f7fb;
	color: var(--navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.site-search-close:hover,
.site-search-close:focus {
	color: #ffffff;
	background: var(--orange);
	border-color: var(--orange);
}

.site-search-form {
	padding: 30px 30px 16px;
	background: var(--navy);
	color: #ffffff;
}

.site-search-label {
	display: block;
	margin: 0 48px 14px 0;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.1;
}

.site-search-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 128px;
	gap: 10px;
}

.site-search-input,
.site-search-submit {
	min-height: 48px;
	border-radius: 8px;
	font-family: var(--font-ui);
	font-weight: 900;
}

.site-search-input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: #ffffff;
	color: var(--navy);
	padding: 0 14px;
	font-size: 16px;
}

.site-search-input:focus {
	outline: 3px solid rgba(255, 100, 24, 0.35);
	outline-offset: 0;
}

.site-search-submit {
	border: 0;
	background: var(--orange);
	color: #ffffff;
	padding: 0 14px;
	cursor: pointer;
}

.site-search-status {
	min-height: 23px;
	margin: 0;
	padding: 13px 30px 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

.site-search-results {
	display: grid;
	gap: 14px;
	padding: 12px 30px 30px;
}

.site-search-group {
	display: grid;
	gap: 7px;
}

.site-search-group h3 {
	margin: 0;
	color: var(--orange);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.site-search-result {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #f8fafc;
	color: var(--navy);
}

.site-search-result:hover,
.site-search-result:focus {
	border-color: rgba(255, 100, 24, 0.42);
	background: #fff7f2;
	color: var(--navy);
}

.site-search-result-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 8px;
	border-radius: 6px;
	background: rgba(255, 100, 24, 0.12);
	color: var(--orange);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.site-search-result-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.site-search-result-content strong {
	overflow: hidden;
	color: inherit;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-search-result-content small {
	overflow: hidden;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 640px) {
.site-search-panel {
		padding: 72px 10px 14px;
	}

.admin-bar .site-search-panel {
		padding-top: 72px;
	}

.site-search-dialog {
		max-height: calc(100vh - 90px);
	}

.site-search-form {
		padding: 24px 16px 14px;
	}

.site-search-label {
		margin-right: 44px;
		font-size: 21px;
	}

.site-search-field {
		grid-template-columns: 1fr;
	}

.site-search-submit {
		min-height: 42px;
	}

.site-search-status {
		padding: 12px 16px 0;
	}

.site-search-results {
		padding: 12px 16px 20px;
	}

.site-search-result {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 9px;
		padding: 9px;
	}
}

.search-hero.newsroom-hero h1 {
	font-size: clamp(38px, 5vw, 68px);
}

.search-advanced-panel {
	margin: 0 0 24px;
	padding: 18px;
	border: 1px solid rgba(30, 40, 74, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(30, 40, 74, 0.07);
}

.search-advanced-form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: end;
}

.search-advanced-form label:first-child {
	grid-column: span 2;
}

.search-advanced-form label {
	display: grid;
	gap: 6px;
	min-width: 0;
	color: var(--navy);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.search-advanced-form input[type="search"],
.search-advanced-form input[type="date"],
.search-advanced-form select {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #f8fafc;
	color: var(--navy);
	padding: 0 12px;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 850;
	text-transform: none;
}

.search-advanced-form input:focus,
.search-advanced-form select:focus {
	outline: 3px solid rgba(255, 100, 24, 0.22);
	border-color: rgba(255, 100, 24, 0.55);
}

.search-advanced-check {
	display: flex !important;
	align-items: center;
	min-height: 44px;
	gap: 8px !important;
	padding: 0 10px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #f8fafc;
}

.search-advanced-check input {
	width: 16px;
	height: 16px;
	accent-color: var(--orange);
}

.search-advanced-form button {
	align-self: end;
	min-height: 44px;
	border: 0;
	border-radius: 8px;
	background: var(--orange);
	color: #ffffff;
	padding: 0 18px;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 950;
	cursor: pointer;
}

.search-results-main {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.search-result-section {
	display: grid;
	gap: 14px;
}

.search-result-section .section-head b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--orange);
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
}

.search-card-list {
	display: grid;
	gap: 10px;
}

.search-result-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 66px;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #ffffff;
	color: var(--navy);
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.search-result-card:hover,
.search-result-card:focus {
	border-color: rgba(255, 100, 24, 0.42);
	box-shadow: 0 14px 34px rgba(30, 40, 74, 0.09);
	color: var(--navy);
	transform: translateY(-1px);
}

.search-result-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 9px;
	border-radius: 6px;
	background: rgba(255, 100, 24, 0.12);
	color: var(--orange);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.search-result-card__body {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.search-result-card__body strong {
	overflow: hidden;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-result-card__body small {
	overflow: hidden;
	color: #667085;
	font-size: 12px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-empty-state {
	padding: 18px;
	border: 1px dashed rgba(30, 40, 74, 0.24);
	border-radius: 8px;
	background: #ffffff;
	color: #667085;
	font-size: 14px;
	font-weight: 850;
}

.search-section-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding: 4px 0 0;
}

.search-section-pagination a,
.search-section-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 950;
}

.search-section-pagination a {
	min-width: 148px;
	padding: 0 14px;
	background: var(--navy);
	color: #ffffff;
}

.search-section-pagination a:hover,
.search-section-pagination a:focus {
	background: var(--orange);
	color: #ffffff;
}

.search-section-pagination span {
	min-width: 92px;
	padding: 0 12px;
	border: 1px solid var(--line);
	background: #ffffff;
	color: var(--navy);
}

@media (max-width: 1180px) {
.search-advanced-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

.search-advanced-form button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
.search-advanced-panel {
		padding: 12px;
	}

.search-advanced-form {
		grid-template-columns: 1fr;
	}

.search-advanced-form label:first-child {
		grid-column: auto;
	}

.search-result-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

.search-result-card__body strong {
		font-size: 13px;
	}
}

.sidebar .gs-shortcode-panel--scorers {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorers-head {
	display: none;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorers-list {
	gap: 7px;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorers-list li {
	grid-template-columns: 24px 32px minmax(0, 1fr) 48px;
	gap: 8px;
	min-height: 0;
	padding: 8px;
	border-color: rgba(30, 40, 74, 0.1);
	background: #fff;
	box-shadow: none;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-avatar {
	width: 32px;
	height: 32px;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-avatar img {
	max-width: 24px;
	max-height: 24px;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-name strong {
	color: var(--navy);
	font-size: 12px;
	white-space: nowrap;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-name small {
	font-size: 10px;
	white-space: nowrap;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stats {
	display: block;
	grid-column: auto;
	justify-self: end;
	min-width: 0;
	width: auto;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--apps,
.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--penalties {
	display: none;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--goals {
	min-width: 44px;
	min-height: 30px;
	padding: 4px 7px;
	border-radius: 7px;
	background: var(--navy);
	box-shadow: none;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--goals small {
	display: none;
}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--goals b {
	font-size: 14px;
}

.sidebar .gs-sidebar-scorers-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .gs-sidebar-scorers-list li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 52px;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(30, 40, 74, 0.1);
	border-radius: 8px;
	background: #fff;
}

.sidebar .gs-sidebar-leaders-list li {
	grid-template-columns: 24px 34px minmax(0, 1fr) 52px;
	padding: 8px 9px;
	background:
		linear-gradient(90deg, rgba(255, 90, 31, 0.08), transparent 34%),
		#fff;
}

.sidebar .gs-sidebar-scorers-list .gs-scorer-rank {
	font-size: 12px;
	font-weight: 950;
	text-align: center;
	color: #6b7891;
}

.sidebar .gs-sidebar-leader-logo {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(30, 40, 74, 0.12);
	border-radius: 999px;
	background: #f5f7fb;
	color: var(--navy);
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
}

.sidebar .gs-sidebar-leader-logo img {
	display: block;
	max-width: 27px;
	max-height: 27px;
	object-fit: contain;
}

.sidebar .gs-sidebar-scorers-list .gs-scorer-name {
	min-width: 0;
}

.sidebar .gs-sidebar-scorers-list .gs-scorer-name strong,
.sidebar .gs-sidebar-scorers-list .gs-scorer-name small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebar .gs-sidebar-scorers-list > li > b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 50px;
	min-height: 32px;
	padding: 4px 5px;
	border-radius: 7px;
	background: var(--navy);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	white-space: nowrap;
}

.sidebar .gs-sidebar-leaders-list--minutes > li > b {
	font-size: 11px;
}

.sidebar .gs-sidebar-stat-unit {
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

.sidebar .gs-standings-splits {
	min-width: 0;
}

.sidebar .gs-standings-switch {
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
}

.sidebar .gs-standings-switch::-webkit-scrollbar {
	display: none;
}

.sidebar .gs-shortcode-panel--matches {
	margin: 0;
	padding: 12px;
}

.sidebar .gs-shortcode-panel--matches .match-row {
	width: 100%;
	max-width: 100%;
}

.league-hub-page #standings .gs-standings-table table,
.anwp-hub-widget .gs-standings-table table {
	display: table;
	width: 100%;
	max-width: none;
}

.anwp-hub-panel {
	display: grid;
	gap: 18px;
	margin: 22px 0;
}

.anwp-hub-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(30, 40, 74, 0.1);
	border-radius: 10px;
	background: #fff;
}

.anwp-hub-card h2 {
	margin: 0 0 12px;
	color: var(--navy);
	font-size: 22px;
	font-weight: 950;
	letter-spacing: 0;
}

.anwp-hub-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.anwp-hub-widget {
	min-width: 0;
	overflow: hidden;
}

.anwp-hub-widget .gs-shortcode-panel {
	margin: 0;
}

.anwp-hub-widget .gs-shortcode-panel--standings,
.anwp-hub-widget .gs-shortcode-panel--scorers {
	padding: 12px;
}

@media (max-width: 980px) {
.anwp-hub-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1180px) {
.sidebar .gs-sidebar-leaders-list li {
		grid-template-columns: 22px 32px minmax(0, 1fr) 46px;
	}

.sidebar .gs-sidebar-leader-logo {
		width: 32px;
		height: 32px;
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorers-list li {
		grid-template-columns: 24px minmax(0, 1fr);
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-avatar {
		display: none;
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stats {
		grid-column: 2;
		justify-self: start;
		margin-top: -2px;
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stat--goals {
		min-width: 42px;
	}
}

@media (max-width: 720px) {
.event__commentary-text .gs-event-lightbox,
.event__comment .gs-event-lightbox {
		width: 100%;
	}

.event__commentary-text .gs-event-lightbox img,
.event__comment .gs-event-lightbox img {
		min-height: 170px;
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorers-list li {
		grid-template-columns: 24px minmax(0, 1fr);
	}

.sidebar .gs-shortcode-panel--scorers .gs-scorer-stats {
		grid-column: 2;
	}

.anwp-hub-card {
		padding: 12px;
	}
}

.live-column .news-flow-panel .news-flow-item h3 {
	display: -webkit-box;
	min-height: 0;
	color: #fff;
	opacity: 1;
	visibility: visible;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.live-column .news-flow-panel .news-flow-item small {
	color: rgba(255, 255, 255, 0.62);
}

.gs-standings-splits {
	gap: 12px;
}

.gs-standings-switch {
	padding: 8px 2px 0;
}

.sidebar .gs-standings-switch {
	padding-top: 8px;
}

.category-newsroom-layout .feed-list {
  display: grid;
  gap: 0;
}

@media (max-width: 980px) {
.match-officials-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.referee-hero {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
  }

.referee-hero__media {
    width: 110px;
    height: 110px;
  }

.referee-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.referee-match-card {
    grid-template-columns: 82px minmax(0, 1fr) 72px;
  }

.referee-match-card__meta {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
.gs-hashtags--global {
    min-height: 0;
    max-width: 100vw;
    padding: 8px 10px 10px;
  }

.gs-hashtags--global .gs-hashtags__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    width: 100%;
  }

.gs-hashtags--global .gs-hashtags__list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1px 2px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

.gs-hashtags__title {
    font-size: 10px;
  }

.gs-hashtags a {
    min-height: 32px;
    padding: 8px 12px;
    font-size: 11px;
    scroll-snap-align: start;
  }

.gs-hashtags--article {
    padding: 14px;
  }

.match-officials-card {
    margin: 0 14px 18px;
    padding: 14px;
  }

.match-officials-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

.match-officials-list {
    grid-template-columns: 1fr;
  }

.referee-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

.referee-hero__media {
    margin: 0 auto;
  }

.referee-facts {
    grid-template-columns: 1fr;
    text-align: left;
  }

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

.referee-match-card__date,
.referee-match-card__meta {
    grid-column: 1 / -1;
  }
}

[data-player-match-card][hidden] {
	display: none !important;
}

.match-powered-by {
	flex-wrap: wrap;
	justify-content: center;
}

.match-powered-by .powered-by-label {
	flex: 0 0 auto;
}

.match-powered-by .powered-by-content,
.match-powered-by .powered-by-content.gs-ad-slot {
	display: inline-grid;
	width: auto;
	max-width: min(340px, 72%);
	flex: 0 1 auto;
	justify-items: start;
}

.lead-copy h1 {
	line-height: 1.08;
}

.gs-cup-bracket {
	overflow: hidden;
	border: 1px solid rgba(11, 24, 54, 0.16);
	border-radius: 12px;
	background:
		radial-gradient(circle at 6% 0%, rgba(255, 91, 26, 0.12), transparent 26%),
		linear-gradient(135deg, #172349 0%, #101827 100%);
	color: #fff;
	box-shadow: 0 18px 42px rgba(15, 24, 46, 0.14);
}

.gs-cup-bracket__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gs-cup-bracket__head span,
.gs-cup-round__head span,
.gs-cup-round__head small,
.gs-cup-match__meta {
	color: rgba(255, 255, 255, 0.66);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gs-cup-bracket__head strong {
	font-size: clamp(22px, 2vw, 32px);
	line-height: 1;
}

.gs-cup-bracket__rail {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.gs-cup-round {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
}

.gs-cup-round__head {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gs-cup-round__head strong {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--orange);
	box-shadow: 0 10px 22px rgba(255, 91, 26, 0.18);
	font-size: 13px;
	line-height: 1.15;
}

.gs-cup-round__head span {
	color: rgba(255, 255, 255, 0.82);
}

.gs-cup-round__head small {
	margin-left: auto;
	text-align: right;
}

.gs-cup-round__matches {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
	gap: 8px;
}

.gs-cup-match {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--navy);
	text-decoration: none;
}

.gs-cup-match:hover {
	border-color: rgba(255, 91, 26, 0.65);
	color: var(--navy);
	transform: translateY(-1px);
}

.gs-cup-match .gs-cup-match__meta {
	color: rgba(15, 24, 46, 0.56);
}

.gs-cup-match__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
}

.gs-cup-team {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.gs-cup-team strong {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gs-cup-logo {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(15, 24, 46, 0.09);
}

.gs-cup-logo img {
	display: block;
	width: 23px;
	height: 23px;
	object-fit: contain;
}

.gs-cup-score {
	display: grid;
	min-width: 58px;
	padding: 7px 8px;
	place-items: center;
	border-radius: 8px;
	background: var(--orange);
	color: #fff;
	box-shadow: 0 10px 20px rgba(255, 91, 26, 0.2);
}

.gs-cup-score b {
	font-size: 15px;
	line-height: 1;
}

.gs-cup-score small {
	margin-top: 3px;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.gs-player-stats-table {
	overflow-x: auto;
}

.gs-player-stats-table__head,
.gs-player-stats-table li {
	display: grid;
	grid-template-columns: 42px minmax(190px, 1fr) repeat(5, minmax(58px, auto));
	align-items: center;
	gap: 8px;
	min-width: 680px;
}

.gs-player-stats-table__head {
	padding: 10px 12px;
	border-radius: 8px 8px 0 0;
	background: var(--navy);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.gs-player-stats-table ul {
	display: grid;
	gap: 6px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.gs-player-stats-table li {
	padding: 10px 12px;
	border: 1px solid #dfe5ef;
	border-radius: 8px;
	background: #fff;
	color: var(--navy);
	font-weight: 800;
}

.gs-player-stats-player {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.gs-player-stats-player img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	border-radius: 50%;
	background: #f4f7fb;
}

.gs-player-stats-player a {
	display: block;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gs-player-stats-player small {
	display: block;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
}

.gs-player-stats-table p {
	display: block;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
}

.gs-player-stats-table .is-main-stat {
	display: inline-grid;
	min-width: 42px;
	padding: 7px 8px;
	place-items: center;
	border-radius: 8px;
	background: var(--orange-soft);
	color: var(--orange);
}

@media (max-width: 520px) {
.lead-story {
		aspect-ratio: auto;
		min-height: 238px;
	}

.lead-copy {
		padding: 18px;
	}

.lead-copy h1 {
		margin: 10px 0 10px;
		font-size: clamp(28px, 8.7vw, 38px);
		line-height: 1.1;
	}

.lead-copy p {
		font-size: 15px;
		line-height: 1.38;
	}
}

@media (max-width: 760px) {
.gs-cup-bracket__head {
		align-items: start;
		flex-direction: column;
		padding: 16px;
	}

.gs-cup-bracket__rail {
		padding: 12px;
	}

.gs-cup-round {
		padding: 10px;
	}

.gs-cup-round__head {
		align-items: flex-start;
		flex-wrap: wrap;
	}

.gs-cup-round__head small {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}

.gs-cup-round__matches {
		grid-template-columns: minmax(0, 1fr);
	}

.gs-cup-match__body {
		grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
	}

.gs-cup-score {
		min-width: 56px;
	}
}

.ad img,
.ad picture,
.ad iframe,
.v2-ad-content img,
.v2-ad-content iframe {
	max-width: 100%;
}

.ad img,
.v2-ad-content img {
	height: auto;
}

.newsroom-feed > .ad.inline {
	margin: 0;
}

.feed-list > .ad.inline {
	margin: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.feed-list > .ad.inline:last-child {
	border-bottom: 0;
}

.author-profile-hero {
	overflow: hidden;
}

.author-profile-hero > .ad {
	align-self: stretch;
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
}

@media (max-width: 900px) {
.author-profile-hero {
		grid-template-columns: minmax(0, 1fr);
		padding: 22px;
	}

.author-profile-hero .author-hero__profile {
		order: 1;
	}

.author-profile-hero > .ad {
		order: 2;
		justify-self: center;
		width: min(100%, 336px);
		min-height: 250px;
		margin-top: 14px;
	}
}

@media (max-width: 520px) {
.newsroom-feed .newsroom-item {
		grid-template-columns: 94px minmax(0, 1fr);
		grid-template-areas:
			"thumb time"
			"thumb copy";
		gap: 8px 12px;
		align-items: start;
		padding: 10px;
	}

.newsroom-feed .newsroom-time {
		grid-area: time;
		font-size: 12px;
		line-height: 1;
	}

.newsroom-feed .newsroom-thumb {
		display: block;
		grid-area: thumb;
		width: 100%;
		border-radius: 7px;
	}

.newsroom-feed .newsroom-copy {
		grid-area: copy;
	}

.newsroom-feed .newsroom-copy small {
		margin-bottom: 5px;
		font-size: 11px;
	}

.newsroom-feed .newsroom-copy strong {
		font-size: 16px;
		line-height: 1.16;
	}

.newsroom-feed .newsroom-copy em {
		display: none;
	}

.feed-list > .feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

.league-hub-page .feed-list > .feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

.feed-list > .feed-card .thumb {
		display: block;
	}

.league-hub-page .feed-list > .feed-card .thumb {
		display: block;
	}

.feed-list > .feed-card h3 {
		font-size: 16px;
		line-height: 1.18;
	}

.league-hub-page .feed-list > .feed-card h3 {
		font-size: 16px;
		line-height: 1.18;
	}

.author-hero__profile {
		align-items: flex-start;
	}

.author-profile-hero h1 {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 380px) {
.newsroom-feed .newsroom-item {
		grid-template-columns: 84px minmax(0, 1fr);
	}

.feed-list > .feed-card {
		grid-template-columns: 84px minmax(0, 1fr);
	}

.league-hub-page .feed-list > .feed-card {
		grid-template-columns: 84px minmax(0, 1fr);
	}
}

.referee-match-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 14px;
	border: 1px solid var(--navy);
	border-radius: 8px;
	background: var(--navy);
	padding: 10px 16px;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.referee-match-more {
	width: 100%;
}

.team-player-leaderboards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.team-player-leaderboard {
	border: 1px solid #dfe6f1;
	border-radius: 8px;
	background: #fff;
	padding: 14px;
	box-shadow: 0 10px 24px rgba(13, 24, 49, .04);
}

.team-player-leaderboard > span {
	display: block;
	margin-bottom: 10px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.team-player-leaderboard ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-player-leaderboard li {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	border-radius: 7px;
	background: #f8fafc;
	padding: 6px 8px;
}

.team-player-leaderboard i {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--navy);
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 950;
}

.team-player-leaderboard strong,
.team-player-leaderboard strong a {
	overflow: hidden;
	color: var(--navy);
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.team-player-leaderboard strong small {
	display: block;
	overflow: hidden;
	margin-top: 2px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 850;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: normal;
}

.team-player-leaderboard b {
	border-radius: 999px;
	background: rgba(255, 91, 35, .12);
	padding: 5px 7px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 950;
	white-space: nowrap;
}

.league-history-panel {
	padding: 18px;
}

.league-history-empty {
	margin: 0;
	border: 1px solid #dfe6f1;
	border-radius: 8px;
	background: #f8fafc;
	padding: 12px 14px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.45;
}

.historical-stats-note {
	margin: 14px 0 0;
	border-left: 3px solid var(--orange);
	background: #f8fafc;
	padding: 10px 12px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
}

.team-matchcenter-page .ad.inline {
	margin: 18px 0;
}

.gs-player-stats-table--compact table {
	min-width: 420px;
}

.gs-player-stats-table--compact th,
.gs-player-stats-table--compact td {
	padding-block: 12px;
}

@media (max-width: 560px) {
.team-matchcenter-page .team-player-leaderboards {
		gap: 8px;
		margin-top: 12px;
	}

.team-player-leaderboard {
		padding: 10px;
	}

.team-player-leaderboard li {
		min-height: 32px;
		padding: 5px 7px;
	}

.team-player-leaderboard strong,
.team-player-leaderboard strong a {
		font-size: 12px;
	}
}

.league-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 28px 0 18px;
	padding: 34px 30px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(255, 91, 36, .14), transparent 38%),
		linear-gradient(135deg, #111a35 0%, #1f2b54 100%);
	box-shadow: 0 22px 46px rgba(17, 26, 53, .16);
	overflow: hidden;
}

.league-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: linear-gradient(90deg, var(--orange), rgba(255, 255, 255, .18), transparent);
}

.league-hero.has-competition-badge {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.league-hero__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.league-hero__badge {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 136px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .07) 52%, transparent 72%);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
}

.league-hero__badge img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: contain;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .26));
}

.league-hero .breadcrumbs {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .68);
}

.league-hero .breadcrumbs a,
.league-hero .breadcrumbs span {
	color: inherit;
}

.league-hero .breadcrumbs a:hover {
	color: #fff;
}

.league-hero__eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	margin-bottom: 10px;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255, 91, 36, .16);
	color: var(--orange);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.league-hero h1 {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: clamp(42px, 5vw, 78px);
}

.league-hero p {
	position: relative;
	z-index: 1;
	max-width: 820px;
	color: rgba(255, 255, 255, .78);
}

.league-hero__description a {
	color: #fff;
	font-weight: 950;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 91, 36, .7);
	transition: color .16s ease, border-color .16s ease;
}

.league-hero__description a:hover,
.league-hero__description a:focus {
	color: var(--orange);
	border-color: currentColor;
}

.league-hub-page .club-grid {
	grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.league-hub-page .club-tile {
	border-color: rgba(30, 40, 74, .1);
	box-shadow: 0 10px 22px rgba(30, 40, 74, .04);
	transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.league-hub-page .club-tile:hover,
.league-hub-page .club-tile:focus {
	box-shadow: 0 14px 28px rgba(30, 40, 74, .08);
}

@media (max-width: 760px) {
.league-hero {
		grid-template-columns: 1fr;
		gap: 18px;
		margin: 14px 0 14px;
		padding: 20px 16px;
	}

.league-hero.has-competition-badge {
		grid-template-columns: 1fr;
	}

.league-hero__badge {
		position: absolute;
		top: 14px;
		right: 14px;
		width: 62px;
		box-shadow: none;
	}

.league-hero__badge img {
		width: 50px;
		height: 50px;
	}

.league-hero.has-competition-badge .breadcrumbs {
		padding-right: 72px;
	}

.league-hero .breadcrumbs {
		margin-bottom: 14px;
		font-size: 11px;
	}

.league-hero h1 {
		font-size: clamp(36px, 12vw, 54px);
	}

.league-hero p {
		font-size: 15px;
		line-height: 1.45;
	}

.league-hub-page .league-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin: 10px 0 16px;
		padding: 6px;
		border: 1px solid rgba(30, 40, 74, .1);
		border-radius: 18px;
		background: rgba(246, 248, 252, .96);
		box-shadow: 0 12px 28px rgba(17, 26, 53, .06);
		overflow-x: visible;
	}

.league-hub-page .league-tabs::-webkit-scrollbar {
		display: none;
	}

.league-hub-page .league-tabs a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: 0;
		min-height: 36px;
		padding: 8px 8px;
		border: 0;
		border-radius: 13px;
		background: #fff;
		box-shadow: inset 0 0 0 1px rgba(30, 40, 74, .1);
		font-size: 11px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;
	}

.league-hub-page .league-tabs a.active {
		background: var(--navy);
		box-shadow: 0 10px 18px rgba(17, 26, 53, .14);
		color: #fff;
	}

.league-hub-page .league-tabs a[href="#clubs"] {
		order: 1;
	}

.league-hub-page .league-tabs a[href="#news"] {
		order: 2;
	}

.league-hub-page .league-tabs a[href="#standings"] {
		order: 3;
	}

.league-hub-page .league-tabs a[href="#player-stats"] {
		order: 4;
	}

.league-hub-page .league-tabs a[href="#scorers"] {
		order: 5;
	}

.league-hub-page .league-tabs a[href="#history"] {
		order: 6;
	}

.league-hub-page .league-tabs a[href="#fixtures"] {
		order: 7;
		grid-column: 1 / -1;
		min-height: 38px;
		background: rgba(255, 91, 36, .08);
		box-shadow: inset 0 0 0 1px rgba(255, 91, 36, .2);
	}
}

@media (max-width: 520px) {
.league-hub-page .club-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
		padding: 8px;
	}

.league-hub-page .club-tile {
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		min-height: 78px;
		padding: 8px 5px;
		text-align: center;
	}

.league-hub-page .club-logo {
		width: 30px;
		height: 30px;
	}

.league-hub-page .club-logo::before {
		width: 20px;
		height: 20px;
	}

.league-hub-page .club-logo img {
		max-width: 25px;
		max-height: 25px;
	}

.league-hub-page .club-tile strong {
		display: -webkit-box;
		overflow: hidden;
		font-size: 9.8px;
		line-height: 1.12;
		text-overflow: ellipsis;
		white-space: normal;
		overflow-wrap: anywhere;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 380px) {
.league-hub-page .league-tabs {
		gap: 5px;
		padding: 5px;
	}

.league-hub-page .league-tabs a {
		min-height: 34px;
		padding: 7px 6px;
		font-size: 10.25px;
	}

.league-hub-page .club-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.league-section-stack > #clubs {
	order: 1;
}

.league-section-stack > .league-inline-after-clubs {
	order: 2;
}

.league-section-stack > .league-layout-grid {
	order: 3;
}

.league-round-panel {
	scroll-margin-top: 92px;
}

.league-matchday-list {
	display: grid;
	gap: 7px;
	padding: 12px;
}

.league-matchday-groups {
	display: grid;
	gap: 14px;
	padding: 12px;
}

.league-matchday-group {
	overflow: hidden;
	border: 1px solid rgba(30, 40, 74, 0.12);
	border-radius: 8px;
	background: #fff;
}

.league-matchday-group .league-matchday-list {
	gap: 0;
	padding: 0;
}

.league-matchday-group__title {
	margin: 0;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(30, 40, 74, 0.10);
	background: #fbfcfe;
	color: var(--orange);
	font-size: 12px;
	font-weight: 1000;
	line-height: 1.15;
	text-transform: uppercase;
}

.league-matchday-row {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr) 74px;
	align-items: center;
	gap: 12px;
	min-width: 0;
	border: 1px solid rgba(30, 40, 74, 0.12);
	border-radius: 7px;
	padding: 11px 14px;
	background: #fff;
	color: var(--navy);
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.league-matchday-group .league-matchday-row {
	border-width: 0 0 1px;
	border-radius: 0;
}

.league-matchday-group .league-matchday-row:last-child {
	border-bottom: 0;
}

.league-matchday-row:hover {
	border-color: rgba(255, 90, 31, .42);
	box-shadow: 0 10px 24px rgba(30, 40, 74, .07);
	transform: translateY(-1px);
}

.league-matchday-row.is-live {
	border-color: rgba(255, 90, 31, .58);
	box-shadow: 0 10px 24px rgba(255, 90, 31, .1);
}

.league-matchday-date {
	display: grid;
	gap: 6px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 1000;
	line-height: 1.05;
	text-align: left;
}

.league-matchday-date b {
	color: var(--navy);
	font-size: 12px;
	font-weight: 1000;
}

.league-matchday-teams {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.league-matchday-team {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.league-matchday-team--away {
	justify-content: flex-start;
	text-align: left;
}

.league-matchday-team strong {
	min-width: 0;
	overflow: hidden;
	color: var(--navy);
	font-size: 13px;
	font-weight: 950;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.league-matchday-logo {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #f5f7fb;
	box-shadow: inset 0 0 0 1px rgba(30, 40, 74, .12);
	color: var(--navy);
	font-size: 12px;
	font-weight: 950;
}

.league-matchday-logo img {
	display: block;
	max-width: 25px;
	max-height: 25px;
	object-fit: contain;
}

.league-matchday-score {
	display: grid;
	place-items: center;
	gap: 2px;
	width: 72px;
	min-width: 0;
	border-radius: 8px;
	padding: 7px 8px;
	background: var(--navy);
	color: #fff;
	text-align: center;
	box-shadow: 0 8px 18px rgba(10, 22, 50, .14);
}

.league-matchday-score b {
	font-size: 18px;
	font-weight: 1000;
	line-height: 1;
}

.league-matchday-score small {
	color: rgba(255, 255, 255, .82);
	font-size: 8.5px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.league-hub-page .league-round-panel .league-matchday-row {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) 74px;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.league-hub-page .league-round-panel .league-matchday-date,
.league-hub-page .league-round-panel .league-matchday-date span,
.league-hub-page .league-round-panel .league-matchday-date b {
	display: block;
}

.league-hub-page .league-round-panel .league-matchday-date {
	min-width: 0;
	color: var(--orange);
	text-align: left;
	white-space: normal;
}

.league-hub-page .league-round-panel .league-matchday-date span,
.league-hub-page .league-round-panel .league-matchday-date b {
	line-height: 1.1;
}

.league-hub-page .league-round-panel .league-matchday-date b {
	margin-top: 6px;
	color: var(--navy);
}

.league-hub-page .league-round-panel .league-matchday-teams {
	justify-self: start;
	width: 100%;
	max-width: 440px;
}

.league-hub-page .league-round-panel .league-matchday-score {
	justify-self: end;
}

.league-round-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 12px 12px 2px;
}

.league-round-nav a,
.league-round-nav strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
}

.league-round-nav a {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--navy);
}

.league-round-nav strong {
	margin-inline: auto;
	background: var(--navy);
	color: #fff;
}

@media (max-width: 760px) {
.referee-match-more {
		width: 100%;
	}

.league-round-nav {
		align-items: stretch;
		flex-wrap: wrap;
	}

.league-round-nav strong {
		order: -1;
		width: 100%;
	}

.league-round-nav a {
		flex: 1 1 0;
	}

.league-matchday-list {
		padding: 10px;
	}

.league-matchday-groups {
		gap: 10px;
		padding: 10px;
	}

.league-matchday-group__title {
		padding: 10px 12px;
		font-size: 11px;
	}

.league-matchday-row {
		grid-template-columns: 58px minmax(0, 1fr) 58px;
		gap: 8px;
		padding: 9px 8px;
	}

.league-matchday-date {
		font-size: 9px;
		text-align: center;
	}

.league-matchday-date b {
		font-size: 10px;
	}

.league-matchday-team {
		gap: 6px;
	}

.league-matchday-team strong {
		font-size: 11px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

.league-matchday-logo {
		width: 28px;
		height: 28px;
		font-size: 10px;
	}

.league-matchday-logo img {
		max-width: 23px;
		max-height: 23px;
	}

.league-matchday-score {
		width: 62px;
		padding: 7px 5px;
	}

.league-matchday-score b {
		font-size: 15px;
	}

.league-matchday-score small {
		font-size: 8px;
	}

.league-hub-page .league-round-panel .league-matchday-row {
		grid-template-columns: 58px minmax(0, 1fr) 58px;
		gap: 8px;
	}

.league-hub-page .league-round-panel .league-matchday-date {
		text-align: center;
	}

.league-hub-page .league-round-panel .league-matchday-date b {
		margin-top: 4px;
	}

.league-hub-page .league-round-panel .league-matchday-teams {
		max-width: none;
	}
}

.league-player-stats-panel {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	padding: 0;
	box-shadow: 0 14px 34px rgba(10, 22, 50, .06);
}

.league-player-stats-more,
.league-all-matches-link {
	margin-top: 12px;
}

@media (max-width: 760px) {
.league-player-stats-panel {
		padding: 0;
	}
}

.anwp-fl-modal[aria-hidden="true"],
.anwp-fl-modal[hidden] {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.match-page-layout > div {
	min-width: 0;
}

.event__commentary-text a.gs-event-lightbox,
.event__comment a.gs-event-lightbox {
	position: relative !important;
	display: block !important;
	width: min(100%, 760px) !important;
	max-width: 100% !important;
	aspect-ratio: 3 / 2 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 10px 0 0 !important;
	overflow: hidden !important;
	border-radius: 8px;
	line-height: 0;
}

.event__commentary-text a.gs-event-lightbox > img,
.event__comment a.gs-event-lightbox > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

@media (max-width: 1100px) {
.match-page-layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
.event__commentary-text a.gs-event-lightbox > img,
.event__comment a.gs-event-lightbox > img {
		min-height: 100% !important;
	}
}

@media (max-width: 900px) {
.gs-standings-table,
.standings-index-card__table,
.league-hub-page #standings .gs-standings-table,
.sidebar .gs-standings-table--compact {
		max-width: 100% !important;
		overflow-x: visible !important;
		box-shadow: none !important;
	}

.gs-standings-table table,
.gs-standings-table--compact table,
.standings-index-card__table table,
.league-hub-page #standings .gs-standings-table table,
.anwp-hub-widget .gs-standings-table table {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		table-layout: fixed !important;
		white-space: normal !important;
	}

.gs-standings-table th,
.gs-standings-table td {
		padding: 8px 4px !important;
		font-size: 11px !important;
		line-height: 1.15 !important;
	}

.gs-standings-table .is-rank,
.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 34px !important;
	}

.gs-standings-table .is-team,
.gs-standings-table th:nth-child(2),
.gs-standings-table td:nth-child(2) {
		width: auto !important;
		min-width: 0 !important;
	}

.gs-standings-table .is-team a,
.gs-standings-table .is-team .gs-standings-team-main {
		gap: 6px !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

.gs-standings-table .is-team strong {
		font-size: 12px !important;
		line-height: 1.05 !important;
		white-space: normal !important;
	}

.gs-team-logo {
		width: 26px !important;
		height: 26px !important;
	}

.gs-team-logo img {
		max-width: 21px !important;
		max-height: 21px !important;
	}

.gs-form {
		gap: 2px !important;
		margin-top: 3px !important;
		flex-wrap: wrap !important;
	}

.gs-form i {
		width: 15px !important;
		height: 15px !important;
		font-size: 9px !important;
		line-height: 15px !important;
	}
}

@media (max-width: 640px) {
.gs-standings-table th:nth-child(4),
.gs-standings-table th:nth-child(5),
.gs-standings-table th:nth-child(6),
.gs-standings-table th:nth-child(7),
.gs-standings-table th:nth-child(8),
.gs-standings-table th:nth-child(9),
.gs-standings-table td:nth-child(4),
.gs-standings-table td:nth-child(5),
.gs-standings-table td:nth-child(6),
.gs-standings-table td:nth-child(7),
.gs-standings-table td:nth-child(8),
.gs-standings-table td:nth-child(9) {
		display: none !important;
	}

.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 36px !important;
	}

.gs-standings-table th:nth-child(3),
.gs-standings-table td:nth-child(3) {
		width: 34px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		display: table-cell !important;
		width: 42px !important;
	}

.gs-standings-table td {
		padding: 9px 4px !important;
	}

.gs-standings-table .is-team strong {
		font-size: 11px !important;
	}

.gs-standings-table .is-points {
		font-size: 13px !important;
	}
}

@media (max-width: 420px) {
.gs-standings-table th,
.gs-standings-table td {
		padding: 8px 3px !important;
	}

.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 32px !important;
	}

.gs-standings-table th:nth-child(3),
.gs-standings-table td:nth-child(3) {
		width: 30px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		width: 38px !important;
	}

.gs-team-logo {
		width: 24px !important;
		height: 24px !important;
	}

.gs-team-logo img {
		max-width: 19px !important;
		max-height: 19px !important;
	}
}

@media (max-width: 980px) {
.gs-standings-table table,
.standings-index-card__table table,
.league-hub-page #standings .gs-standings-table table,
.anwp-hub-widget .gs-standings-table table {
		table-layout: fixed !important;
	}

.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 34px !important;
	}

.gs-standings-table th:nth-child(2),
.gs-standings-table td:nth-child(2) {
		width: auto !important;
	}

.gs-standings-table th:nth-child(n+3),
.gs-standings-table td:nth-child(n+3) {
		width: 34px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		width: 44px !important;
	}
}

@media (max-width: 760px) {
.gs-standings-table th:nth-child(7),
.gs-standings-table th:nth-child(8),
.gs-standings-table th:nth-child(9),
.gs-standings-table td:nth-child(7),
.gs-standings-table td:nth-child(8),
.gs-standings-table td:nth-child(9) {
		display: none !important;
	}

.gs-standings-table th:nth-child(4),
.gs-standings-table th:nth-child(5),
.gs-standings-table th:nth-child(6),
.gs-standings-table td:nth-child(4),
.gs-standings-table td:nth-child(5),
.gs-standings-table td:nth-child(6) {
		display: table-cell !important;
	}

.gs-standings-table th,
.gs-standings-table td {
		padding: 7px 3px !important;
		font-size: 10px !important;
	}

.gs-standings-table th:nth-child(n+3),
.gs-standings-table td:nth-child(n+3) {
		width: 28px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		width: 38px !important;
	}
}

@media (max-width: 620px) {
.gs-standings-table th:nth-child(4),
.gs-standings-table th:nth-child(5),
.gs-standings-table th:nth-child(6),
.gs-standings-table th:nth-child(7),
.gs-standings-table th:nth-child(8),
.gs-standings-table th:nth-child(9),
.gs-standings-table td:nth-child(4),
.gs-standings-table td:nth-child(5),
.gs-standings-table td:nth-child(6),
.gs-standings-table td:nth-child(7),
.gs-standings-table td:nth-child(8),
.gs-standings-table td:nth-child(9) {
		display: none !important;
	}

.gs-standings-table th:nth-child(3),
.gs-standings-table td:nth-child(3),
.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		display: table-cell !important;
	}

.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 32px !important;
	}

.gs-standings-table th:nth-child(3),
.gs-standings-table td:nth-child(3) {
		width: 32px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		width: 40px !important;
	}

.gs-standings-table .is-team strong {
		font-size: 11px !important;
		line-height: 1.05 !important;
	}
}

@media (max-width: 390px) {
.gs-standings-table th,
.gs-standings-table td {
		padding: 7px 2px !important;
	}

.gs-standings-table th:first-child,
.gs-standings-table td:first-child {
		width: 29px !important;
	}

.gs-standings-table th:nth-child(3),
.gs-standings-table td:nth-child(3) {
		width: 29px !important;
	}

.gs-standings-table th:last-child,
.gs-standings-table td:last-child {
		width: 36px !important;
	}

.gs-standings-table .is-team a,
.gs-standings-table .is-team .gs-standings-team-main {
		gap: 5px !important;
	}

.gs-standings-table .is-team strong {
		font-size: 10px !important;
	}

.gs-form i {
		width: 13px !important;
		height: 13px !important;
		font-size: 8px !important;
		line-height: 13px !important;
	}
}

@media (min-width: 981px) {
.standings-index-card__table {
		overflow-x: visible !important;
	}

.standings-index-card__table .gs-standings-table,
.league-hub-page #standings .gs-standings-table {
		overflow-x: visible !important;
	}

.standings-index-card__table .gs-standings-table table,
.league-hub-page #standings .gs-standings-table table {
		width: 100% !important;
		min-width: 0 !important;
		table-layout: fixed !important;
	}

.standings-index-card__table .gs-standings-table th,
.standings-index-card__table .gs-standings-table td,
.league-hub-page #standings .gs-standings-table th,
.league-hub-page #standings .gs-standings-table td {
		display: table-cell !important;
	}

.standings-index-card__table .gs-standings-table th:first-child,
.standings-index-card__table .gs-standings-table td:first-child,
.league-hub-page #standings .gs-standings-table th:first-child,
.league-hub-page #standings .gs-standings-table td:first-child {
		width: 42px !important;
	}

.standings-index-card__table .gs-standings-table th:nth-child(2),
.standings-index-card__table .gs-standings-table td:nth-child(2),
.league-hub-page #standings .gs-standings-table th:nth-child(2),
.league-hub-page #standings .gs-standings-table td:nth-child(2) {
		width: auto !important;
	}

.standings-index-card__table .gs-standings-table th:nth-child(n+3),
.standings-index-card__table .gs-standings-table td:nth-child(n+3),
.league-hub-page #standings .gs-standings-table th:nth-child(n+3),
.league-hub-page #standings .gs-standings-table td:nth-child(n+3) {
		width: 46px !important;
	}

.standings-index-card__table .gs-standings-table th:last-child,
.standings-index-card__table .gs-standings-table td:last-child,
.league-hub-page #standings .gs-standings-table th:last-child,
.league-hub-page #standings .gs-standings-table td:last-child {
		width: 52px !important;
	}
}

@media (max-width: 980px) and (min-width: 681px) {
.standings-index-card__table .gs-standings-table th:nth-child(7),
.standings-index-card__table .gs-standings-table th:nth-child(8),
.standings-index-card__table .gs-standings-table th:nth-child(9),
.standings-index-card__table .gs-standings-table td:nth-child(7),
.standings-index-card__table .gs-standings-table td:nth-child(8),
.standings-index-card__table .gs-standings-table td:nth-child(9),
.league-hub-page #standings .gs-standings-table th:nth-child(7),
.league-hub-page #standings .gs-standings-table th:nth-child(8),
.league-hub-page #standings .gs-standings-table th:nth-child(9),
.league-hub-page #standings .gs-standings-table td:nth-child(7),
.league-hub-page #standings .gs-standings-table td:nth-child(8),
.league-hub-page #standings .gs-standings-table td:nth-child(9) {
		display: none !important;
	}

.standings-index-card__table .gs-standings-table th:nth-child(4),
.standings-index-card__table .gs-standings-table th:nth-child(5),
.standings-index-card__table .gs-standings-table th:nth-child(6),
.standings-index-card__table .gs-standings-table td:nth-child(4),
.standings-index-card__table .gs-standings-table td:nth-child(5),
.standings-index-card__table .gs-standings-table td:nth-child(6),
.league-hub-page #standings .gs-standings-table th:nth-child(4),
.league-hub-page #standings .gs-standings-table th:nth-child(5),
.league-hub-page #standings .gs-standings-table th:nth-child(6),
.league-hub-page #standings .gs-standings-table td:nth-child(4),
.league-hub-page #standings .gs-standings-table td:nth-child(5),
.league-hub-page #standings .gs-standings-table td:nth-child(6) {
		display: table-cell !important;
	}
}

@media (max-width: 680px) {
.standings-index-card__table .gs-standings-table th:nth-child(4),
.standings-index-card__table .gs-standings-table th:nth-child(5),
.standings-index-card__table .gs-standings-table th:nth-child(6),
.standings-index-card__table .gs-standings-table th:nth-child(7),
.standings-index-card__table .gs-standings-table th:nth-child(8),
.standings-index-card__table .gs-standings-table th:nth-child(9),
.standings-index-card__table .gs-standings-table td:nth-child(4),
.standings-index-card__table .gs-standings-table td:nth-child(5),
.standings-index-card__table .gs-standings-table td:nth-child(6),
.standings-index-card__table .gs-standings-table td:nth-child(7),
.standings-index-card__table .gs-standings-table td:nth-child(8),
.standings-index-card__table .gs-standings-table td:nth-child(9),
.league-hub-page #standings .gs-standings-table th:nth-child(4),
.league-hub-page #standings .gs-standings-table th:nth-child(5),
.league-hub-page #standings .gs-standings-table th:nth-child(6),
.league-hub-page #standings .gs-standings-table th:nth-child(7),
.league-hub-page #standings .gs-standings-table th:nth-child(8),
.league-hub-page #standings .gs-standings-table th:nth-child(9),
.league-hub-page #standings .gs-standings-table td:nth-child(4),
.league-hub-page #standings .gs-standings-table td:nth-child(5),
.league-hub-page #standings .gs-standings-table td:nth-child(6),
.league-hub-page #standings .gs-standings-table td:nth-child(7),
.league-hub-page #standings .gs-standings-table td:nth-child(8),
.league-hub-page #standings .gs-standings-table td:nth-child(9) {
		display: none !important;
	}
}

.gs-standings-table {
	container-type: inline-size;
}

@container (min-width: 820px) {
	.gs-standings-table th,
	.gs-standings-table td {
		display: table-cell !important;
	}

	.gs-standings-table th:first-child,
	.gs-standings-table td:first-child {
		width: 42px !important;
	}

	.gs-standings-table th:nth-child(2),
	.gs-standings-table td:nth-child(2) {
		width: auto !important;
	}

	.gs-standings-table th:nth-child(n+3),
	.gs-standings-table td:nth-child(n+3) {
		width: 46px !important;
	}

	.gs-standings-table th:last-child,
	.gs-standings-table td:last-child {
		width: 52px !important;
	}
}

@container (max-width: 819px) and (min-width: 560px) {
	.gs-standings-table th:nth-child(7),
	.gs-standings-table th:nth-child(8),
	.gs-standings-table th:nth-child(9),
	.gs-standings-table td:nth-child(7),
	.gs-standings-table td:nth-child(8),
	.gs-standings-table td:nth-child(9) {
		display: none !important;
	}

	.gs-standings-table th:nth-child(4),
	.gs-standings-table th:nth-child(5),
	.gs-standings-table th:nth-child(6),
	.gs-standings-table td:nth-child(4),
	.gs-standings-table td:nth-child(5),
	.gs-standings-table td:nth-child(6) {
		display: table-cell !important;
	}

	.gs-standings-table th:nth-child(n+3),
	.gs-standings-table td:nth-child(n+3) {
		width: 34px !important;
	}

	.gs-standings-table th:last-child,
	.gs-standings-table td:last-child {
		width: 44px !important;
	}
}

@container (max-width: 559px) {
	.gs-standings-table th:nth-child(4),
	.gs-standings-table th:nth-child(5),
	.gs-standings-table th:nth-child(6),
	.gs-standings-table th:nth-child(7),
	.gs-standings-table th:nth-child(8),
	.gs-standings-table th:nth-child(9),
	.gs-standings-table td:nth-child(4),
	.gs-standings-table td:nth-child(5),
	.gs-standings-table td:nth-child(6),
	.gs-standings-table td:nth-child(7),
	.gs-standings-table td:nth-child(8),
	.gs-standings-table td:nth-child(9) {
		display: none !important;
	}

	.gs-standings-table th:nth-child(3),
	.gs-standings-table td:nth-child(3),
	.gs-standings-table th:last-child,
	.gs-standings-table td:last-child {
		display: table-cell !important;
	}

	.gs-standings-table th:first-child,
	.gs-standings-table td:first-child {
		width: 30px !important;
	}

	.gs-standings-table th:nth-child(3),
	.gs-standings-table td:nth-child(3) {
		width: 30px !important;
	}

	.gs-standings-table th:last-child,
	.gs-standings-table td:last-child {
		width: 38px !important;
	}
}

.standings-index-sidebar .matchcenter-sidebar-card {
	margin: 0;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(11, 22, 48, .08);
	overflow: hidden;
}

.standings-index-sidebar .matchcenter-sidebar-card + .matchcenter-sidebar-card {
	margin-top: 14px;
}

.standings-index-sidebar .matchcenter-sidebar-card + .ad,
.standings-index-sidebar .ad + .matchcenter-sidebar-card {
	margin-top: 14px;
}

.standings-index-sidebar .matchcenter-sidebar-card > h3 {
	margin: 0 0 12px;
	color: var(--navy);
	font-size: 21px;
	font-weight: 1000;
	line-height: .98;
	letter-spacing: 0;
}

.standings-index-sidebar .matchcenter-sidebar-card--matches {
	border-color: rgba(255, 255, 255, .08);
	background: var(--navy);
	color: #fff;
	box-shadow: 0 18px 40px rgba(11, 22, 48, .18);
}

.standings-index-sidebar .matchcenter-sidebar-card--matches > h3 {
	color: #fff;
}

.standings-index-sidebar .matchcenter-sidebar-articles,
.standings-index-sidebar .matchcenter-sidebar-matches {
	display: grid;
	gap: 8px;
}

.standings-index-sidebar .matchcenter-sidebar-article {
	display: grid;
	grid-template-columns: 30px 82px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	padding: 8px;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: #fff;
	color: var(--ink);
	text-decoration: none;
}

.standings-index-sidebar .matchcenter-sidebar-article:hover,
.standings-index-sidebar .matchcenter-sidebar-article:focus-visible {
	border-color: rgba(255, 90, 31, .5);
	background: #fff9f5;
	outline: 0;
}

.standings-index-sidebar .matchcenter-sidebar-rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 7px;
	background: rgba(255, 90, 31, .13);
	color: var(--orange);
	font-size: 11px;
	font-weight: 1000;
	line-height: 1;
}

.standings-index-sidebar .matchcenter-sidebar-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	border-radius: 6px;
	background: #e8edf5;
}

.standings-index-sidebar .matchcenter-sidebar-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.standings-index-sidebar .matchcenter-sidebar-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.standings-index-sidebar .matchcenter-sidebar-copy strong {
	display: -webkit-box;
	overflow: hidden;
	color: var(--navy);
	font-size: 12px;
	font-weight: 1000;
	line-height: 1.12;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: anywhere;
}

.standings-index-sidebar .matchcenter-sidebar-copy small {
	color: #697894;
	font-size: 9px;
	font-weight: 1000;
	text-transform: uppercase;
}

.standings-index-sidebar .matchcenter-sidebar-match {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 54px;
	gap: 9px;
	align-items: center;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 7px;
	background: rgba(255, 255, 255, .05);
	color: #fff;
	text-decoration: none;
}

.standings-index-sidebar .matchcenter-sidebar-match:hover,
.standings-index-sidebar .matchcenter-sidebar-match:focus-visible {
	border-color: rgba(255, 90, 31, .58);
	background: rgba(255, 90, 31, .13);
	outline: 0;
}

.standings-index-sidebar .matchcenter-sidebar-card--matches .matchcenter-sidebar-rank {
	background: rgba(255, 90, 31, .18);
}

.standings-index-sidebar .matchcenter-sidebar-match__teams {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.standings-index-sidebar .matchcenter-sidebar-match__teams span {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	min-width: 0;
}

.standings-index-sidebar .matchcenter-sidebar-match__teams img,
.standings-index-sidebar .matchcenter-sidebar-match__teams .matchcenter-match__logo-placeholder {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	object-fit: contain;
	background: rgba(255, 255, 255, .86);
}

.standings-index-sidebar .matchcenter-sidebar-match__teams .team-logo {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	object-fit: contain;
	background: rgba(255, 255, 255, .86);
}

.standings-index-sidebar .matchcenter-sidebar-match__teams b {
	overflow: hidden;
	font-size: 11px;
	font-weight: 1000;
	line-height: 1.05;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.standings-index-sidebar .matchcenter-sidebar-match > strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border-radius: 7px;
	background: #fff;
	color: var(--navy);
	font-size: 15px;
	font-weight: 1000;
	line-height: 1;
}

.standings-index-sidebar .news-flow-panel {
	margin: 0;
}
