.gv-match-panel {
  --match-accent: var(--school-secondary-ui, var(--school-secondary, #ed1c24));
  --match-accent-rgb: var(--school-secondary-ui-rgb, var(--school-secondary-rgb, 237, 28, 36));
  color: #edf1f5;
}

.gv-match-panel .landing-sports-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 5px;
  background: rgba(4, 8, 13, 0.55);
}

.gv-match-panel .landing-sports-tabs button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #778596;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.gv-match-panel .landing-sports-tabs button.is-active {
  background: rgba(255, 255, 255, 0.085);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.gv-match-panel .landing-sports-tabs button i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--match-accent);
  box-shadow: 0 0 0 4px rgba(var(--match-accent-rgb), 0.12);
}

.gv-match-panel .landing-sports-tabs button span {
  min-width: 19px;
  border-radius: 99px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.07);
  color: #aab4c0;
  font-size: 8px;
}

.gv-match-panel .gv-match-tools {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(130px, 0.62fr) minmax(120px, 0.55fr);
  gap: 9px;
  margin-top: 18px;
}

.gv-match-panel .gv-match-tools--school-scoped {
  grid-template-columns: minmax(180px, 1fr) minmax(140px, 0.55fr) auto;
}

.gv-match-panel .gv-match-tools.gv-match-tools--level {
  grid-template-columns: minmax(175px, 1fr) minmax(108px, 0.54fr) minmax(118px, 0.58fr) minmax(100px, 0.5fr);
}

.gv-match-panel .gv-match-tools .gv-match-refresh {
  min-height: 44px;
  align-self: stretch;
}

.gv-match-panel .landing-sports-search,
.gv-match-panel .landing-sports-filter {
  position: relative;
  display: block;
}

.gv-match-panel .landing-sports-search svg {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #667587;
  pointer-events: none;
}

.gv-match-panel .landing-sports-search input,
.gv-match-panel .landing-sports-filter select {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(5, 9, 14, 0.66);
  color: #fff;
  font: inherit;
  font-size: 11px;
  outline: 0;
}

.gv-match-panel .landing-sports-search input { padding: 0 13px 0 40px; }
.gv-match-panel .landing-sports-search input::placeholder { color: #637183; }
.gv-match-panel .landing-sports-filter > span {
  position: absolute;
  top: 6px;
  left: 12px;
  z-index: 1;
  color: #647285;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
  pointer-events: none;
  text-transform: uppercase;
}
.gv-match-panel .landing-sports-filter select {
  padding: 13px 28px 0 11px;
  color-scheme: dark;
  cursor: pointer;
}
.gv-match-panel input:focus,
.gv-match-panel select:focus {
  border-color: rgba(var(--match-accent-rgb), 0.62);
  box-shadow: 0 0 0 3px rgba(var(--match-accent-rgb), 0.09);
}

.gv-match-panel .landing-sports-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 1px 12px;
}
.gv-match-panel .gv-match-results-head--compact {
  justify-content: flex-end;
  margin-top: 12px;
}
.gv-match-panel .landing-sports-results-head > div { display: grid; gap: 3px; }
.gv-match-panel .landing-sports-results-head > div span {
  color: #68778a;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.gv-match-panel .landing-sports-results-head > div strong { color: #fff; font-size: 14px; }
.gv-match-refresh {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 7px 11px;
  background: rgba(255,255,255,.04);
  color: #cbd4de;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
}
.gv-match-results-note,
.gv-match-status {
  margin: 0 0 12px;
  color: #8190a2;
  font-size: 11px;
}
.gv-match-status:empty { display: none; }
.gv-match-status.is-error { color: #ff8d91; }

.gv-match-panel .landing-sports-list {
  display: grid;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 10px;
}
.gv-match-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px 2px 2px;
  color: #8190a2;
  font-size: 10px;
  font-weight: 750;
}
.gv-match-pagination[hidden] { display: none; }
.gv-match-pagination button {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 0 12px;
  background: rgba(255,255,255,.04);
  color: #cbd4de;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}
.gv-match-pagination button:disabled {
  cursor: default;
  opacity: .42;
}
.gv-match-pagination--load-more button {
  min-width: 150px;
  border-color: rgba(var(--match-accent-rgb), .34);
  border-radius: 999px;
  padding: 9px 18px;
  background: rgba(var(--match-accent-rgb), .1);
  color: #fff;
}
.gv-match-pagination--load-more button:not(:disabled):hover,
.gv-match-pagination--load-more button:not(:disabled):focus-visible {
  border-color: rgba(var(--match-accent-rgb), .68);
  background: rgba(var(--match-accent-rgb), .18);
  outline: 0;
}
.gv-match-panel .landing-match-card {
  height: auto;
  min-height: max-content;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15, 22, 31, 0.95), rgba(8, 13, 20, 0.94));
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.17);
}

.gv-match-panel .landing-match-card > .gv-match-cover {
  border-radius: 15px 15px 0 0;
}

.gv-match-stream-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(183,55,55,.13);
  color: #fff;
}
.gv-match-stream-notice span { min-width: 0; display: grid; gap: 2px; }
.gv-match-stream-notice strong { font-size: 11px; }
.gv-match-stream-notice small { overflow: hidden; color: #c7d0db; font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }

.gv-match-row-skeleton {
  pointer-events: none;
}

.gv-match-skeleton-cover {
  background:
    linear-gradient(118deg, transparent 0 46%, rgba(255,255,255,.025) 46% 47%, transparent 47%),
    linear-gradient(135deg, #151e28, #0c141c 62%, #101a24);
}

.gv-match-skeleton-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(148, 163, 184, 0.16);
}

.gv-match-skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent);
  transform: translateX(-100%);
  animation: gv-match-skeleton-shimmer 1.5s linear infinite;
}

.gv-match-skeleton-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gv-match-skeleton-header > .gv-match-skeleton-block:first-child {
  height: 20px;
}

.gv-match-skeleton-pill {
  width: 48px;
  height: 19px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.11);
}

.gv-match-skeleton-matchup {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 6px 0 4px;
}

.gv-match-skeleton-school,
.gv-match-skeleton-centre {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.gv-match-skeleton-crest {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.gv-match-skeleton-line {
  height: 9px;
}

.gv-match-skeleton-score {
  width: 42px;
  height: 15px;
}

.gv-match-skeleton-date {
  width: 34px;
  height: 7px;
  background: rgba(148, 163, 184, 0.1);
}

.gv-match-skeleton-cover-line {
  width: 28%;
  height: 7px;
  justify-self: center;
  background: rgba(148, 163, 184, 0.1);
}

.gv-match-skeleton-footer > span {
  width: min(70%, 260px);
}

.gv-match-skeleton-pin {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.gv-match-skeleton-footer-action {
  width: 68px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: rgba(148, 163, 184, 0.1);
}

@keyframes gv-match-skeleton-shimmer {
  to { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gv-match-skeleton-block::after { animation: none; }
}

.feedPost--system {
  border-color: rgba(var(--school-secondary-ui-rgb, var(--school-secondary-rgb, 237, 28, 36)), 0.3);
  box-shadow: inset 3px 0 0 var(--school-secondary-ui, var(--school-secondary, #ed1c24));
}

.feedSystemTag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px solid rgba(var(--school-secondary-ui-rgb, var(--school-secondary-rgb, 237, 28, 36)), 0.25);
  border-radius: 999px;
  color: var(--school-secondary-ui, var(--school-secondary, #ed1c24));
  background: rgba(var(--school-secondary-ui-rgb, var(--school-secondary-rgb, 237, 28, 36)), 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gv-feed-fixture-card {
  margin-top: 12px;
}

.gv-feed-fixture-card .landing-match-card {
  margin: 0;
  overflow: hidden;
}

/* The feed post header already carries the coloured sport tag and icon. */
.gv-feed-fixture-card .gv-match-cover__competition {
  display: none;
}

.gv-feed-fixture-card .gv-match-cover__header {
  justify-content: flex-end;
}
.gv-match-panel .landing-match-card.is-live { border-color: rgba(var(--match-accent-rgb), 0.35); }
.gv-match-panel .landing-match-card-topline {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 0 14px;
  color: #738194;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.gv-match-panel .landing-match-sport { color: #dce3e9; }
.gv-match-venue-badge {
  margin-left: auto;
  border-radius: 99px;
  padding: 4px 7px;
  background: rgba(var(--match-accent-rgb), .1);
  color: var(--match-accent);
}
.gv-match-panel .landing-match-card-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
}
.gv-match-panel .landing-drawer-team {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gv-match-panel .landing-drawer-team:last-child { flex-direction: row-reverse; text-align: right; }
.gv-match-team-copy { min-width: 0; display: grid; gap: 3px; }
.gv-match-team-copy strong {
  overflow: hidden;
  color: #edf1f5;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gv-match-team-copy small { color: #8190a2; font-size: 9px; }
.gv-match-panel .landing-drawer-crest {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.gv-match-panel .landing-drawer-crest img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  object-fit: contain;
}
.gv-match-panel .landing-drawer-score { display: grid; justify-items: center; gap: 3px; text-align: center; }
.gv-match-panel .landing-drawer-score span { color: var(--match-accent); font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.gv-match-panel .landing-drawer-score strong { color: #fff; font-size: 15px; white-space: nowrap; }
.gv-match-panel .landing-drawer-score strong.gv-match-result-score {
  max-width: 110px;
  overflow-wrap: anywhere;
  white-space: normal;
}
.gv-match-panel .landing-drawer-score small { color: #5f6d7e; font-size: 8px; font-weight: 750; }
.gv-match-panel .landing-match-card-footer {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 7px 9px 7px 14px;
}
.gv-match-panel .landing-match-card-footer > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #aeb9c6;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gv-match-panel .landing-match-card-footer svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--match-accent); }
.gv-match-footer-actions {
  display: flex !important;
  align-items: center;
  gap: 7px;
  overflow: visible !important;
}
.gv-match-watch-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(var(--match-accent-rgb), .36);
  border-radius: 9px;
  padding: 7px 10px;
  background: rgba(var(--match-accent-rgb), .12);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.gv-match-watch-action svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.gv-match-watch-action:hover,
.gv-match-watch-action:focus-visible {
  border-color: rgba(var(--match-accent-rgb, 237, 28, 36), .72);
  background: rgba(var(--match-accent-rgb, 237, 28, 36), .22);
  outline: 0;
}
.gv-match-replay-state {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 999px;
  padding: 7px 12px;
  color: #cbd5e1;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
}
.gv-match-replay-state[href]:hover, .gv-match-replay-state[href]:focus-visible { border-color: rgba(var(--match-accent-rgb, 237, 28, 36), .72); color: #fff; outline: 0; }
.gv-match-replay-state.is-unavailable { color: #fda4af; }
body.gv-match-modal-open { overflow: hidden; }
.gv-match-modal {
  --fstv-red: #ed1c24;
  --fstv-blue: #1479be;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: clamp(12px, 3vw, 32px);
  color: #edf1f5;
  font-family: "Space Grotesk", system-ui, sans-serif;
}
.gv-match-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(20, 121, 190, .24), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(237, 28, 36, .18), transparent 32%),
    rgba(3, 7, 12, .92);
  backdrop-filter: blur(12px);
}
.gv-match-modal-card {
  position: relative;
  width: min(1040px, 100%);
  height: min(94dvh, 900px);
  max-height: calc(100dvh - clamp(20px, 5vw, 56px));
  display: grid;
  grid-template-rows: auto auto minmax(140px, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(18, 25, 35, .99), rgba(7, 11, 17, 1));
  box-shadow: 0 34px 110px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255,255,255,.025) inset;
}
.gv-match-modal-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(237, 28, 36, .11), transparent 42%, rgba(20, 121, 190, .13));
}
.gv-match-modal-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.gv-match-modal-brand {
  width: 138px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.gv-match-modal-brand img { width: 128px; height: 36px; display: block; object-fit: contain; }
.gv-match-modal-header > span {
  color: #9ca8b7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gv-match-modal-close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.gv-match-modal-close:hover { border-color: rgba(237, 28, 36, .62); background: rgba(237, 28, 36, .14); transform: rotate(4deg); }
.gv-match-modal-intro {
  position: relative;
  z-index: 1;
  padding: 22px 24px 16px;
}
.gv-match-modal-intro p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #b6c0cc;
  font: 800 9px/1 "Chakra Petch", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gv-match-modal-intro p i { width: 22px; height: 2px; border-radius: 99px; background: var(--fstv-red); box-shadow: 0 0 16px rgba(237, 28, 36, .7); }
.gv-match-modal-intro p b { color: #596777; }
.gv-match-modal-intro h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.gv-match-modal-close:focus-visible,
.gv-match-modal-footer a:focus-visible {
  outline: 3px solid rgba(237, 28, 36, .5);
  outline-offset: 2px;
}
.gv-match-modal .liveFrameWrap {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  height: 100%;
  min-height: 0;
  margin: 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: #000;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .45), 0 0 0 5px rgba(255,255,255,.025);
}
.gv-match-modal .liveFrameWrap iframe { width: 100%; height: 100%; display: block; border: 0; }
.gv-match-modal-matchup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(90px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 18px 24px 0;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
}
.gv-match-modal-school { min-width: 0; display: flex; align-items: center; gap: 13px; }
.gv-match-modal-school:last-child { flex-direction: row-reverse; text-align: right; }
.gv-match-modal-school > span:not(.landing-drawer-crest) { min-width: 0; display: grid; gap: 4px; }
.gv-match-modal .landing-drawer-crest {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.gv-match-modal .landing-drawer-crest img { width: 82%; height: 82%; object-fit: contain; }
.gv-match-modal-matchup strong { overflow-wrap: anywhere; color: #fff; font-size: 15px; }
.gv-match-modal-matchup small { color: #8997a7; font-size: 11px; }
.gv-match-modal-matchup > span { display: grid; justify-items: center; gap: 4px; color: #738194; font-size: 11px; font-weight: 850; text-align: center; }
.gv-match-modal-matchup > span b { color: #fff; font: 700 18px/1 "Chakra Petch", sans-serif; white-space: nowrap; }
.gv-match-modal-meta {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gv-match-modal-meta span { padding: 11px 13px; color: #dce3e9; font-size: 11px; }
.gv-match-modal-meta span + span { border-left: 1px solid rgba(255, 255, 255, .09); }
.gv-match-modal-meta b { display: block; margin-bottom: 3px; color: #718093; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.gv-match-modal-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; padding: 8px 24px 20px; }
.gv-match-modal-footer a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(237, 28, 36, .5);
  border-radius: 999px;
  padding: 0 16px;
  background: #ed1c24;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(237,28,36,.18);
}
.gv-match-modal-footer a:hover { background: #f0444b; }
.gv-match-actions { flex: 0 0 auto; }
.gv-match-actions-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 7px 10px;
  background: transparent;
  color: #cbd4de;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}
.gv-match-actions-toggle svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}
.gv-match-action-menu[popover] {
  position: fixed;
  inset: auto;
  position-area: bottom span-left;
  position-try-fallbacks: flip-block, flip-inline;
  justify-self: end;
  min-width: 150px;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 16px);
  gap: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 6px;
  margin: 6px 0 0;
  background: #101820;
  color: #dce3e9;
  box-shadow: 0 15px 35px rgba(0,0,0,.35);
  overflow-y: auto;
}
.gv-match-action-menu:popover-open {
  display: grid;
}
.gv-match-action-menu button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 7px;
  padding: 8px 9px;
  background: transparent;
  color: #dce3e9;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  text-align: left;
}
.gv-match-action-menu button:hover { background: rgba(255,255,255,.07); }
.gv-match-action-menu button:disabled {
  cursor: wait;
  opacity: .58;
}
.gv-match-action-menu button:disabled:hover { background: transparent; }
.gv-match-action-menu button.is-danger { color: #ff8d91; }
.gv-match-action-spinner {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: gv-match-action-spin .7s linear infinite;
}
@keyframes gv-match-action-spin { to { transform: rotate(360deg); } }
.gv-match-panel .landing-sports-empty {
  min-height: 210px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px dashed rgba(255,255,255,.12);
  border-radius: 18px;
  color: #fff;
  text-align: center;
}
.gv-match-panel .landing-sports-empty p { margin: 0 0 7px; color: #718093; font-size: 11px; }
.gv-match-panel .landing-sports-empty button {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 8px 11px;
  background: rgba(255,255,255,.04);
  color: #cbd4de;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
}
.gv-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 620px) {
  .gv-match-panel .gv-match-tools { grid-template-columns: 1fr 1fr; }
  .gv-match-panel .gv-match-tools.gv-match-tools--level { grid-template-columns: 1fr 1fr; }
  .gv-match-panel .landing-sports-search { grid-column: 1 / -1; }
  .gv-match-panel .landing-match-card-main { grid-template-columns: minmax(0,1fr) 58px minmax(0,1fr); gap: 7px; padding: 13px 10px; }
  .gv-match-panel .landing-drawer-team { display: grid; justify-items: center; gap: 6px; text-align: center; }
  .gv-match-panel .landing-drawer-team:last-child { display: grid; text-align: center; }
  .gv-match-team-copy strong { max-width: 100px; font-size: 10px; }
  .gv-match-team-copy small { max-width: 100px; overflow-wrap: anywhere; }
  .gv-match-panel .landing-drawer-crest { width: 38px; height: 38px; }
  .gv-match-panel .landing-match-card-footer { align-items: flex-start; }
  .gv-match-panel .gv-match-footer-actions {
    flex: 0 0 auto;
    gap: 5px;
  }
  .gv-match-panel .gv-match-footer-actions :is(
    .gv-match-share,
    .gv-match-watch-action,
    .gv-match-actions-toggle
  ) {
    width: 34px;
    min-width: 34px;
    min-height: 32px;
    box-sizing: border-box;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 9px;
  }
  .gv-match-panel .gv-match-footer-actions :is(
    .gv-match-share,
    .gv-match-watch-action,
    .gv-match-actions-toggle
  ) > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .gv-match-panel .gv-match-footer-actions :is(
    .gv-match-share,
    .gv-match-watch-action,
    .gv-match-actions-toggle
  ) > svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin: 0;
  }
  .gv-match-modal { padding: 10px; }
  .gv-match-modal-card { height: calc(100dvh - 20px); max-height: calc(100dvh - 20px); grid-template-rows: auto auto minmax(100px, 1fr) auto auto; border-radius: 15px; }
  .gv-match-modal-header { padding: 12px 14px; }
  .gv-match-modal-brand { width: 112px; height: 34px; }
  .gv-match-modal-brand img { width: 104px; height: 29px; }
  .gv-match-modal-header > span { display: none; }
  .gv-match-modal-close { width: 36px; height: 36px; }
  .gv-match-modal-intro { padding: 17px 14px 12px; }
  .gv-match-modal-intro h2 { font-size: 20px; }
  .gv-match-modal .liveFrameWrap { width: calc(100% - 28px); margin: 0 14px; border-radius: 9px; }
  .gv-match-modal-matchup { grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr); gap: 7px; margin: 12px 14px 0; padding: 12px 8px; }
  .gv-match-modal-school { display: grid; justify-items: center; gap: 6px; text-align: center; }
  .gv-match-modal-school:last-child { display: grid; text-align: center; }
  .gv-match-modal .landing-drawer-crest { width: 40px; height: 40px; border-radius: 10px; }
  .gv-match-modal-matchup strong { font-size: 12px; }
  .gv-match-modal-matchup > span b { font-size: 13px; }
  .gv-match-modal-footer { display: grid; gap: 10px; padding: 5px 14px 14px; }
  .gv-match-modal-meta { grid-template-columns: 1fr; }
  .gv-match-modal-meta span + span { border-top: 1px solid rgba(255, 255, 255, .09); border-left: 0; }
  .gv-match-modal-footer a { justify-content: center; }
}

@media (max-height: 620px) {
  .gv-match-modal-card { grid-template-rows: auto auto minmax(64px, 1fr) auto auto; }
  .gv-match-modal-header { padding: 8px 14px; }
  .gv-match-modal-brand { width: 96px; height: 30px; }
  .gv-match-modal-brand img { width: 89px; height: 26px; }
  .gv-match-modal-close { width: 32px; height: 32px; font-size: 22px; }
  .gv-match-modal-intro { padding: 9px 14px 8px; }
  .gv-match-modal-intro p { display: none; }
  .gv-match-modal-intro h2 { margin: 0; font-size: 18px; }
  .gv-match-modal .liveFrameWrap { width: calc(100% - 28px); margin: 0 14px; }
  .gv-match-modal-matchup { margin: 7px 14px 0; padding: 7px 10px; }
  .gv-match-modal .landing-drawer-crest { width: 34px; height: 34px; }
  .gv-match-modal-footer { display: flex; gap: 8px; padding: 3px 14px 8px; }
  .gv-match-modal-meta span { padding: 5px 8px; font-size: 9px; }
  .gv-match-modal-footer a { min-height: 32px; padding: 0 12px; }
}

/* Share a fixture. The button is present from creation, not only once a stream
   exists, because a parent is most likely to send a link before the match. */
.gv-match-share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 13px;
  color: #d7e2ee;
  background: rgba(255, 255, 255, 0.05);
  font: 700 11px/1 "Chakra Petch", sans-serif;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.gv-match-share svg {
  width: 15px;
  height: 15px;
}

.gv-match-share:hover,
.gv-match-share:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.gv-match-share.is-shared {
  border-color: rgba(45, 212, 145, 0.55);
  color: #7ff0c0;
}
