/*
 * Generated from assets/css/main.css for the home 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-continuous-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 26px;
  align-items: start;
}

.home-continuous-main {
  min-width: 0;
}

.home-hero {
  display: block;
}

.home-hero-main {
  display: grid;
  grid-template-areas:
    "lead"
    "hero-ad"
    "stack"
    "secondary-ad"
    "main-news";
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.home-hero-ad {
  grid-area: hero-ad;
}

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

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

.home-hero-secondary-ad {
  grid-area: secondary-ad;
}

.home-main-news-section {
  grid-area: main-news;
}

.home-main-news-section .section-head {
  margin-top: 2px;
}

.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;
}

.home-hero .lead-copy .eyebrow,
.home-hero .lead-copy p,
.home-hero .lead-copy .meta {
  display: none;
}

.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-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;
}

@media (max-width: 700px) {
.home-main-news .story-card:nth-child(n + 4),
.home-crete-league__grid > *:nth-child(n + 4),
.home-epsi-league--a1 .home-epsi-league__grid > *:nth-child(n + 4) {
    display: none;
  }
}

.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;
}

.story-body h3 a:hover,
.lead-copy h1 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 .story-card {
  border-radius: 8px;
}

.home-main-news .story-image {
  aspect-ratio: 16 / 10;
  box-shadow: inset 0 -4px 0 var(--orange);
}

.home-main-news .story-image .pill,
.home-main-news .story-image::after,
.home-main-news .story-body p,
.home-main-news .story-body .byline {
  display: none;
}

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

.home-main-news .story-body {
  padding: 14px 16px 16px;
}

.home-main-news .story-body h3 {
  margin: 0;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.12;
}

.home-ofi-spotlight,
.home-video-strip,
.home-crete-league,
.home-epsi-league {
  margin-top: 18px;
}

.home-ofi-spotlight {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  background:
    linear-gradient(135deg, rgba(8, 11, 16, .98), rgba(30, 40, 74, .96) 54%, rgba(255, 100, 24, .2)),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.home-ofi-spotlight::before {
  content: "ΟΦΗ";
  position: absolute;
  right: -18px;
  top: -36px;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(110px, 16vw, 230px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.home-ofi-spotlight__head,
.home-video-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
}

.home-ofi-spotlight__head {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-ofi-spotlight__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--navy);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.home-ofi-spotlight__logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.home-ofi-spotlight__head > div {
  flex: 1;
}

.home-ofi-spotlight__head span:not(.home-ofi-spotlight__logo),
.home-crete-league__kicker,
.home-video-strip__head span {
  display: block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-ofi-spotlight__head h2,
.home-video-strip__head h2 {
  margin: 2px 0 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.home-video-strip__head > a {
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.home-ofi-spotlight__head h2 a,
.home-crete-league__head h2 a,
.home-epsi-league__head h2 a,
.home-video-strip__head h2 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.home-ofi-spotlight__head h2 a:hover,
.home-crete-league__head h2 a:hover,
.home-video-strip__head h2 a:hover {
  color: var(--orange);
}

.home-ofi-spotlight__grid,
.home-video-strip__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 18px;
}

.home-ofi-card,
.home-video-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.home-ofi-card__media,
.home-video-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
}

.home-ofi-card__media {
  border: 1px solid rgba(255, 255, 255, .16);
  filter: saturate(.85);
}

.home-ofi-card__media::after,
.home-video-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 16, .42));
}

.home-ofi-card__title,
.home-video-card__title {
  display: block;
  color: var(--white);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.12;
}

.home-ofi-card__title {
  padding-left: 10px;
  border-left: 4px solid var(--orange);
}

.home-crete-league {
  display: block;
  overflow: hidden;
  padding: 18px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, .24), transparent 20%),
    linear-gradient(135deg, #0b4f93, #143a6d 50%, #1e284a),
    var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.home-crete-league__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-crete-league__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 28px rgba(3, 12, 27, .18);
}

.home-crete-league__logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 999px;
}

.home-crete-league h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.home-crete-league p {
  max-width: 640px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.45;
}

.home-crete-league__map {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: radial-gradient(circle at 28% 40%, rgba(255, 255, 255, .28), transparent 6%), radial-gradient(circle at 55% 52%, rgba(255, 255, 255, .22), transparent 7%), radial-gradient(circle at 72% 48%, rgba(255, 100, 24, .42), transparent 9%), rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: .08em;
}

.home-crete-league__grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-crete-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  text-decoration: none;
}

.home-crete-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, .14);
}

.home-crete-card__title {
  display: block;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.14;
}

.home-epsi-league {
  --home-epsi-accent: var(--orange);
  --home-epsi-soft: var(--orange-soft);
  overflow: hidden;
  border: 1px solid rgba(30, 40, 74, .12);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, var(--home-epsi-soft) 100%);
  box-shadow: 0 14px 34px rgba(17, 25, 54, .08);
}

.home-epsi-league--a2 {
  --home-epsi-accent: #10518f;
  --home-epsi-soft: #eef7ff;
}

.home-epsi-league--b1 {
  --home-epsi-accent: var(--navy);
  --home-epsi-soft: #f1f4fb;
}

.home-epsi-league--b2 {
  --home-epsi-accent: #ff8a3d;
  --home-epsi-soft: #fff4ec;
}

.home-epsi-league__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(30, 40, 74, .11);
}

.home-epsi-league__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(30, 40, 74, .12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 25, 54, .1);
}

.home-epsi-league__logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 999px;
}

.home-epsi-league__head span:not(.home-epsi-league__logo) {
  display: block;
  color: var(--home-epsi-accent);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-epsi-league__head h2 {
  margin: 2px 0 0;
  color: var(--navy-dark);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1;
}

.home-epsi-league__head > a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.home-epsi-league__head h2 a:hover {
  color: var(--home-epsi-accent);
}

.home-epsi-league__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 16px 16px;
}

.home-epsi-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 40, 74, .1);
  border-radius: 8px;
  background: #fff;
  color: var(--navy-dark);
  text-decoration: none;
}

.home-epsi-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: rgba(30, 40, 74, .1);
  box-shadow: inset 0 -4px 0 var(--home-epsi-accent);
}

.home-epsi-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(8, 11, 16, .36));
  pointer-events: none;
}

.home-epsi-card__title {
  display: block;
  min-height: 72px;
  padding: 12px 13px 14px;
  color: var(--navy-dark);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.home-video-strip {
  overflow: hidden;
  border: 1px solid rgba(30, 40, 74, .12);
  border-radius: 10px;
  background: var(--white);
}

.home-video-strip__head {
  border-bottom: 1px solid var(--line);
}

.home-video-strip__head h2,
.home-video-card__title {
  color: var(--navy-dark);
}

.home-video-strip__head > a {
  color: var(--navy);
}

.home-video-card__play {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 12px 24px rgba(255, 100, 24, .24);
}

.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;
}

.home-matchcenter {
  display: grid;
  gap: 14px;
  overflow: hidden;
  border-color: transparent;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(12, 20, 45, 0.16);
}

.home-matchcenter__head {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

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

.home-matchcenter__head h3 {
  margin: 0;
  color: var(--white);
  font-size: 23px;
}

.home-matchcenter__groups {
  display: grid;
  gap: 9px;
}

.home-matchcenter__group {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.home-matchcenter__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  cursor: pointer;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.home-matchcenter__group summary::-webkit-details-marker {
  display: none;
}

.home-matchcenter__group summary::after {
  content: "+";
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
}

.home-matchcenter__group[open] summary::after {
  content: "-";
}

.home-matchcenter__list {
  display: grid;
  gap: 1px;
  padding: 0 8px 9px;
}

.home-matchcenter__match {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  grid-template-areas:
    "date teams score"
    "date teams status";
  gap: 6px 9px;
  align-items: center;
  padding: 9px 8px;
  border-radius: 6px;
  color: var(--white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}

.home-matchcenter__match:hover {
  background: rgba(255, 255, 255, 0.11);
}

.home-matchcenter__date {
  grid-area: date;
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.home-matchcenter__teams {
  grid-area: teams;
  display: grid;
  gap: 4px;
  min-width: 0;
}

.home-matchcenter__teams > span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.home-matchcenter__teams b {
  overflow: hidden;
  color: var(--white);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-matchcenter-logo {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  line-height: 0;
}

.home-matchcenter-logo img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
}

.home-matchcenter-logo--empty {
  background: rgba(255, 255, 255, 0.18);
}

.home-matchcenter__score {
  grid-area: score;
  min-width: 38px;
  padding: 6px 7px;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.home-matchcenter__match em {
  grid-area: status;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.home-matchcenter__cta {
  justify-self: stretch;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.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;
}

.home-sidebar-widget {
  display: grid;
  gap: 12px;
}

.home-sidebar-widget__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-sidebar-widget__head h3 {
  margin: 0;
}

.home-sidebar-widget__head a {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.home-sidebar-match-list {
  display: grid;
  gap: 9px;
}

.home-sidebar-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(30, 40, 74, .1);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  text-decoration: none;
}

.home-sidebar-match span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.home-sidebar-match strong,
.home-sidebar-match small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-sidebar-match strong {
  color: var(--navy-dark);
  font-size: 13px;
  font-weight: 950;
}

.home-sidebar-match small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.home-sidebar-match b {
  min-width: 54px;
  border-radius: 7px;
  padding: 8px 9px;
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 1000;
}

.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;
}

.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;
}

.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);
}

.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;
}

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

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

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

.simple-page-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;
  }

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

@media (max-width: 640px) {
.season-switch {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scrollbar-width: 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;
}

.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-standing-note {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

.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-scorer-name a:hover,
.scorer-name a:hover,
.player-link: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;
}

.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;
  }

.home-hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    grid-template-areas:
      "main live";
  }

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

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

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

.home-ofi-spotlight__grid,
.home-video-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@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);
  }

.home-hero,
.home-continuous-layout {
    grid-template-columns: 1fr;
  }

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

.home-hero {
    grid-template-areas:
      "main"
      "live";
  }

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

.home-ofi-spotlight__grid,
.home-video-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

.related-grid {
    grid-template-columns: repeat(2, minmax(0, 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;
  }

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

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

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

.feed-card {
    gap: 12px;
  }

.thumb {
    width: 100%;
  }

.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;
  }

.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);
  }
}

@media (max-width: 760px) {
.home-ofi-spotlight__head,
.home-video-strip__head {
    align-items: flex-start;
    padding: 15px;
  }

.home-ofi-spotlight__logo {
    width: 54px;
    height: 54px;
  }

.home-ofi-spotlight__logo img {
    width: 42px;
    height: 42px;
  }

.home-ofi-spotlight__grid,
.home-video-strip__grid {
    grid-template-columns: 1fr;
    padding: 0 15px 15px;
  }

.home-ofi-card,
.home-video-card {
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
  }

.home-crete-league {
    grid-template-columns: 1fr;
    padding: 20px;
  }

.home-crete-league__head {
    align-items: center;
    flex-direction: row;
  }

.home-crete-league__map {
    min-height: 96px;
  }

.home-crete-league__grid {
    grid-template-columns: 1fr;
  }

.home-crete-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

.home-epsi-league__head {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 15px;
  }

.home-epsi-league__head > a {
    grid-column: 1 / -1;
  }

.home-epsi-league__grid {
    grid-template-columns: 1fr;
    padding: 0 15px 15px;
  }

.home-epsi-card {
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
  }

.home-epsi-card__media {
    height: 74px;
    aspect-ratio: auto;
    box-shadow: inset -4px 0 0 var(--home-epsi-accent);
  }

.home-epsi-card__title {
    min-height: 0;
    font-size: 16px;
  }
}

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

.home-ofi-card__media,
.home-crete-card__media,
.home-epsi-card__media,
.home-video-card__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;
}

.home-ofi-card__media img,
.home-crete-card__media img,
.home-epsi-card__media img,
.home-video-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.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-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-between-ad {
  margin: 0;
}

@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;
  }
}

@media (max-width: 980px) {
.page-shell {
    overflow-x: clip;
  }

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

.page-shell .sidebar {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
    width: 100%;
  }

.season-switch {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

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

.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;
  }

.season-switch {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px 8px;
  }

.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;
  }

.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;
}

.season-switch {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 720px) {
.page-shell {
    overflow-x: hidden;
  }
}

@media (max-width: 520px) {
.gs-scorer-name strong,
.gs-scorer-name small {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

.club-hub-page .feed-list > .ad.inline {
  margin: 0;
  min-height: 74px;
}

@media (max-width: 720px) {
.related-grid .related-card:nth-child(n+4) {
    display: none;
  }
}

.sidebar .gs-standings-table--compact .team-logo {
  width: 24px;
  height: 24px;
}

.article-card__media,
.story-image,
.feed-card .thumb,
.lead-story,
.compact-story {
  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%;
}

@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-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%;
}

.article-card__title,
.feed-card h3,
.related-card h3,
.news-flow-item h3 {
	overflow-wrap: anywhere;
}

.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;
}

@media (max-width: 1180px) {
.home-hero,
.home-continuous-layout {
		grid-template-columns: minmax(0, 1fr);
	}

.layout,
.data-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.sidebar {
		position: static;
		width: 100%;
	}

.home-continuous-sidebar {
		position: static;
		width: 100%;
	}

.home-continuous-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));
	}

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

.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;
	}

.article-card,
.feed-card,
.related-card,
.anwp-shell,
.widget,
.news-flow-panel {
		border-radius: 8px;
	}

.season-switch {
		margin-inline: -12px;
		padding-inline: 12px;
		scrollbar-width: thin;
	}

.match-row {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
.container,
.page-shell .container {
		width: min(100% - 20px, var(--max));
	}

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

.header-button,
.menu-toggle {
		width: 40px;
		height: 40px;
	}

.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;
	}

.home-hero {
		grid-template-columns: minmax(0, 1fr);
	}

.layout,
.data-grid {
		grid-template-columns: minmax(0, 1fr);
	}

.home-hero {
		grid-template-areas:
			"main"
			"live";
	}

.sidebar,
.page-shell .sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		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) {
.home-continuous-sidebar {
		grid-template-columns: 1fr;
	}

.page-shell .sidebar {
		grid-template-columns: 1fr;
	}

.feed-card {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 14px;
		min-height: 0;
	}
}

@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));
	}

.filters,
.season-switch {
		max-width: calc(100vw - 24px);
	}

.feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		padding: 12px;
	}

.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;
	}

.header-button.icon,
.menu-toggle {
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 0;
	}

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

.feed-card .thumb {
		display: none;
	}

.anwp-shell,
.widget,
.news-flow-panel {
		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-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-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-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-shortcode-panel--matches {
	margin: 0;
	padding: 12px;
}

.sidebar .gs-shortcode-panel--matches .match-row {
	width: 100%;
	max-width: 100%;
}

@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;
	}
}

@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;
	}
}

.home-continuous-sidebar .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 h3 {
	display: -webkit-box;
	min-height: 0;
	color: #fff;
	opacity: 1;
	visibility: visible;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-continuous-sidebar .news-flow-panel .news-flow-item small {
	color: rgba(255, 255, 255, 0.62);
}

.live-column .news-flow-panel .news-flow-item small {
	color: rgba(255, 255, 255, 0.62);
}

@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-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;
}

@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);
	}

.home-hero .lead-copy .meta {
		display: none;
	}

.home-hero .lead-copy .eyebrow {
		display: inline-flex;
	}

.home-hero .lead-copy p {
		display: none;
	}

.home-hero .home-hero-main {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"lead"
			"stack"
			"hero-ad"
			"secondary-ad"
			"main-news";
	}

.home-hero .lead-story {
		align-items: flex-end;
		aspect-ratio: 16 / 9;
		min-height: 0;
		padding: 16px;
		box-shadow: none;
	}

.home-hero .lead-story::before {
		background: linear-gradient(180deg, rgba(8, 11, 16, .06) 0%, rgba(8, 11, 16, .2) 45%, rgba(8, 11, 16, .92) 100%);
	}

.home-hero .lead-story::after {
		display: none;
	}

.home-hero .lead-copy {
		width: auto;
		padding: 0;
	}

.home-hero .top-stack {
		grid-template-columns: 1fr;
	}

.home-hero .compact-story {
		aspect-ratio: 16 / 9;
		min-height: 0;
		padding: 16px;
		box-shadow: none;
	}

.home-hero .lead-copy h1 {
		margin: 12px 0 0;
		font-size: clamp(17px, 5.5vw, 22px);
		line-height: 1.1;
	}
}

.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) {
.feed-list > .feed-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

.feed-list > .feed-card .thumb {
		display: block;
	}

.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) {
.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%;
}

.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;
}

@media (max-width: 760px) {
.referee-match-more {
		width: 100%;
	}
}

.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-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: 420px) {
.gs-team-logo {
		width: 24px !important;
		height: 24px !important;
	}

.gs-team-logo img {
		max-width: 19px !important;
		max-height: 19px !important;
	}
}

@media (max-width: 390px) {
.gs-form i {
		width: 13px !important;
		height: 13px !important;
		font-size: 8px !important;
		line-height: 13px !important;
	}
}

@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 + .ad,
.standings-index-sidebar .ad + .matchcenter-sidebar-card {
	margin-top: 14px;
}

.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);
}

.gs-mission-block {
	--mission-navy: #1b264f;
	--mission-navy-soft: #24325f;
	--mission-orange: #ff5a1f;
	--mission-line: rgba(255, 255, 255, .16);
	margin: 28px 0;
	padding: 18px;
	border-radius: 8px;
	background: var(--mission-navy);
	color: #fff;
	overflow: hidden;
	box-shadow: 0 20px 54px rgba(11, 20, 48, .18);
}

.home-main-news-section + .gs-mission-block,
.gs-mission-block + .home-main-news-section {
	margin-top: 26px;
}

.gs-mission-block__header,
.gs-mission-block__heading,
.gs-mission-block__actions {
	display: flex;
	gap: 18px;
}

.gs-mission-block__header {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 18px;
}

.gs-mission-block__heading {
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.gs-mission-block__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #fff;
	color: var(--mission-orange);
	font-size: 13px;
	font-weight: 1000;
}

.gs-mission-block__kicker,
.gs-mission-card__meta,
.gs-mission-block__rail-link span {
	margin: 0 0 4px;
	color: var(--mission-orange);
	font-size: 11px;
	font-weight: 1000;
	line-height: 1.1;
	text-transform: uppercase;
}

.gs-mission-block h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3.2vw, 38px);
	line-height: .98;
	letter-spacing: 0;
}

.gs-mission-block__subtitle {
	margin: 6px 0 0;
	max-width: 560px;
	color: rgba(255, 255, 255, .84);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.gs-mission-block__actions {
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
}

.gs-mission-block__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 1000;
	text-decoration: none;
	text-transform: uppercase;
}

.gs-mission-block__actions a:first-child {
	border-color: var(--mission-orange);
	background: var(--mission-orange);
}

.gs-mission-block__magazine {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, .85fr) minmax(220px, .78fr);
	gap: 10px;
}

.gs-mission-block__stack,
.gs-mission-block__side,
.gs-mission-block__mini-list {
	display: grid;
	gap: 10px;
}

.gs-mission-card {
	display: grid;
	min-width: 0;
	border: 1px solid var(--mission-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .06);
	overflow: hidden;
}

.gs-mission-card__media {
	display: block;
	aspect-ratio: 3 / 2;
	background: rgba(255, 255, 255, .08);
	overflow: hidden;
}

.gs-mission-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gs-mission-card__body {
	padding: 12px 14px 14px;
}

.gs-mission-card h3 {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.12;
	letter-spacing: 0;
}

.gs-mission-card--large h3 {
	font-size: clamp(22px, 2.7vw, 32px);
	line-height: 1.02;
}

.gs-mission-card h3 a {
	color: inherit;
	text-decoration: none;
}

.gs-mission-card__excerpt {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.gs-mission-block__stat {
	display: grid;
	align-content: center;
	min-height: 140px;
	padding: 18px;
	border-radius: 8px;
	background: var(--mission-orange);
	color: #fff;
}

.gs-mission-block__stat strong {
	display: block;
	font-size: clamp(44px, 6vw, 72px);
	line-height: .9;
}

.gs-mission-block__stat span {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 1000;
	text-transform: uppercase;
}

.gs-mission-block__desk {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 14px;
}

.gs-mission-block__desk-main {
	display: grid;
	gap: 10px;
}

.gs-mission-block__mini-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-mission-card--compact {
	grid-template-columns: 132px minmax(0, 1fr);
	align-items: stretch;
}

.gs-mission-card--compact .gs-mission-card__media {
	height: 100%;
	min-height: 88px;
}

.gs-mission-block__rail {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 14px;
	border-radius: 8px;
	background: var(--mission-orange);
	color: #fff;
}

.gs-mission-block__rail-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #fff;
}

.gs-mission-block__rail-head strong {
	font-size: 19px;
	line-height: 1;
}

.gs-mission-block__rail-head span {
	font-size: 11px;
	font-weight: 1000;
	text-transform: uppercase;
}

.gs-mission-block__rail-link {
	display: block;
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	color: var(--mission-navy);
	text-decoration: none;
}

.gs-mission-block__rail-link strong {
	display: block;
	color: inherit;
	font-size: 14px;
	line-height: 1.18;
}

@media (max-width: 900px) {
	.gs-mission-block__magazine,
	.gs-mission-block__desk {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.gs-mission-block {
		margin: 22px 0;
		padding: 12px;
	}

	.gs-mission-block__header,
	.gs-mission-block__heading {
		display: grid;
		gap: 10px;
	}

	.gs-mission-block__badge {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.gs-mission-block__actions {
		justify-content: flex-start;
	}

	.gs-mission-block__magazine,
	.gs-mission-block__side,
	.gs-mission-block__mini-list {
		grid-template-columns: 1fr;
	}

	.gs-mission-card--compact {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.gs-mission-card__body {
		padding: 10px 11px 12px;
	}

	.gs-mission-card h3,
	.gs-mission-card--large h3 {
		font-size: 16px;
		line-height: 1.12;
	}

	.gs-mission-card__excerpt {
		display: none;
	}
}

/* Mission coverage blocks: polished home/article presentation. */
.gs-mission-block {
	position: relative;
	margin: 26px 0 32px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-top: 4px solid var(--mission-orange);
	background: linear-gradient(135deg, #1d2a58 0%, #111a3d 100%);
	box-shadow: 0 18px 42px rgba(13, 22, 52, .18);
}

.gs-mission-block__header {
	align-items: center;
	margin-bottom: 16px;
}

.gs-mission-block__badge {
	width: 50px;
	height: 50px;
	flex-basis: 50px;
	border: 2px solid rgba(255, 255, 255, .18);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.gs-mission-block__badge--logo {
	padding: 6px;
}

.gs-mission-block__badge--logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gs-mission-block h2 {
	font-size: 34px;
	line-height: 1.02;
}

.gs-mission-block__subtitle {
	max-width: 660px;
	font-size: 13px;
	line-height: 1.35;
}

.gs-mission-block__actions a {
	min-height: 36px;
	padding: 0 15px;
	border-radius: 8px;
}

.gs-mission-block--magazine .gs-mission-block__magazine {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	gap: 12px;
}

.gs-mission-block--magazine .gs-mission-card--large {
	grid-row: span 2;
}

.gs-mission-block--magazine .gs-mission-block__stack {
	gap: 12px;
}

.gs-mission-block--magazine .gs-mission-block__side {
	grid-column: 1 / -1;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 12px;
}

.gs-mission-block--magazine .gs-mission-block__side .gs-mission-card {
	grid-template-columns: 220px minmax(0, 1fr);
}

.gs-mission-block--magazine .gs-mission-block__side .gs-mission-card__media,
.gs-mission-card--compact .gs-mission-card__media {
	height: 100%;
	min-height: 138px;
}

.gs-mission-card {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .075);
}

.gs-mission-card__media {
	aspect-ratio: 3 / 2;
}

.gs-mission-card__body {
	padding: 13px 14px 15px;
}

.gs-mission-card h3 {
	font-size: 17px;
	line-height: 1.14;
}

.gs-mission-card--large h3 {
	font-size: 30px;
	line-height: 1.04;
}

.gs-mission-block__stat {
	min-height: 138px;
	background: #ff5a1f;
}

.gs-mission-block__stat strong {
	font-size: 52px;
	line-height: .92;
}

.gs-mission-block--desk .gs-mission-block__desk {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 14px;
}

.gs-mission-block__rail {
	background: #ff5a1f;
}

@media (max-width: 900px) {
	.gs-mission-block--magazine .gs-mission-block__magazine,
	.gs-mission-block--desk .gs-mission-block__desk,
	.gs-mission-block--magazine .gs-mission-block__side {
		grid-template-columns: 1fr;
	}

	.gs-mission-block--magazine .gs-mission-card--large {
		grid-row: auto;
	}

	.gs-mission-block--magazine .gs-mission-block__side .gs-mission-card {
		grid-template-columns: 180px minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.gs-mission-block {
		padding: 14px;
		border-radius: 8px;
	}

	.gs-mission-block h2 {
		font-size: 26px;
	}

	.gs-mission-block__subtitle {
		font-size: 12px;
	}

	.gs-mission-block--magazine .gs-mission-block__side .gs-mission-card,
	.gs-mission-card--compact {
		grid-template-columns: 1fr;
	}

	.gs-mission-block__actions a {
		width: auto;
		min-height: 34px;
	}

	.gs-mission-card h3,
	.gs-mission-card--large h3 {
		font-size: 17px;
		line-height: 1.12;
	}

	.gs-mission-card__excerpt {
		display: none;
	}
}
