.wsnn-custom-layout .mg-headwidget,
.wsnn-custom-layout .mg-tpt-tag-area,
.wsnn-custom-layout .mg-latest-news-sec,
.wsnn-custom-layout .mg-fea-area,
.wsnn-custom-layout .wrapper > .mg-posts-sec-inner,
.wsnn-custom-layout .wrapper > footer:not(.wsnn-footer),
.wsnn-custom-layout .ta_upscr {
  display: none !important;
}

.wsnn-front-page {
  --ink: #101010;
  --muted: #676b73;
  --line: #d7d9de;
  --paper: #ffffff;
  --black: #050505;
  --red: #e60012;
  --green: #00984f;
  --blue: #1458d4;
  --gold: #f3b415;
  --radius: 8px;
  --max: 1320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

.wsnn-front-page *,
.wsnn-front-page *::before,
.wsnn-front-page *::after {
  box-sizing: border-box;
}

.wsnn-front-page a {
  color: inherit;
  text-decoration: none;
}

.wsnn-front-page button,
.wsnn-front-page input {
  font: inherit;
}

.wsnn-front-page .container {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.wsnn-front-page .top-bar {
  background: var(--black);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.wsnn-front-page .top-bar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wsnn-front-page .live-copy,
.wsnn-front-page .top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.wsnn-front-page .live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e3ff2c;
  box-shadow: 0 0 0 4px rgba(227, 255, 44, .16);
}

.wsnn-front-page .top-social {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.wsnn-front-page .instagram-icon {
  width: 16px;
  height: 16px;
  display: block;
  color: #fff;
}

.wsnn-front-page .masthead {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.wsnn-front-page .masthead .container {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wsnn-front-page .brand-logo {
  width: 260px;
  height: auto;
  display: block;
  filter: saturate(1.05) contrast(1.04);
}

.wsnn-front-page .global-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wsnn-front-page .nav-link {
  flex: 0 0 auto;
  display: grid;
  gap: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.wsnn-front-page .nav-link small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: none;
}

.wsnn-front-page .nav-link:first-child {
  color: var(--red);
}

.wsnn-front-page .main {
  padding-top: 28px;
}

body.single-games-page {
  margin: 0;
}

body.single-games-page .site-content,
body.single-games-page .content-area,
body.single-games-page #primary,
body.single-games-page main,
body.single-games-page .wsnn-front-page .main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-games-page .wsnn-game-page .container,
body.single-games-page .wsnn-game-page .container-fluid,
body.single-games-page .wsnn-game-page .row {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single-games-page .hero-match,
body.single-games-page .wsnn-game-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-games-page header + .hero-match,
body.single-games-page .masthead + .hero-match,
body.single-games-page .masthead + main .hero-match {
  margin-top: 0 !important;
}

.single-games-page .single-games-hero-wrap {
  max-width: var(--max);
  margin: 0 auto;
}

.wsnn-front-page .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
}

.wsnn-front-page .hero-match {
  min-height: 350px;
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.68) 42%, rgba(0,0,0,.1) 100%),
    linear-gradient(135deg, rgba(230,0,18,.4), rgba(0,0,0,.08)),
    url("../images/head-back.jpg") center / cover;
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
}

.wsnn-front-page .hero-match::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 62%, rgba(255,255,255,.12) 62% 63%, transparent 63% 100%);
  pointer-events: none;
}

body.single-games-page .wsnn-front-page .hero-match {
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body.single-games-page .wsnn-front-page .hero-match::after {
  display: none !important;
}

.single-games-page .single-games-header {
  margin-bottom: 24px;
}

.single-games-page .single-games-title {
  margin-top: 32px;
  margin-bottom: 24px;
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.single-games-page .score-section {
  margin-bottom: 16px;
}

.single-games-page img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.single-games-page .wsnn-game-hero img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  pointer-events: none;
}

.single-games-page .single-games-hero {
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-games-page .single-game-gallery {
  max-width: 1180px;
  margin: 0 auto 64px;
  padding: 0 15px;
}

.single-games-page .single-game-gallery h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.single-games-page .single-game-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.single-games-page .single-game-gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #080808;
}

.single-games-page .single-game-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

body.wsnn-feature-single-page {
  margin: 0;
}

body.wsnn-feature-single-page .site-content,
body.wsnn-feature-single-page .content-area,
body.wsnn-feature-single-page #primary,
body.wsnn-feature-single-page main,
body.wsnn-feature-single-page .wsnn-front-page .main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.wsnn-feature-single-page .wsnn-feature-page .container,
body.wsnn-feature-single-page .wsnn-feature-page .container-fluid,
body.wsnn-feature-single-page .wsnn-feature-page .row {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wsnn-feature-single-page .feature-single-hero-wrap {
  max-width: var(--max);
  margin: 0 auto;
  background: #080808;
}

.wsnn-feature-single-page .feature-single-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #080808;
}

.wsnn-feature-single-page .feature-single-hero img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.wsnn-feature-single-page .feature-single-header {
  max-width: 980px;
  margin: 38px auto 32px;
  text-align: center;
}

.wsnn-feature-single-page .feature-single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.wsnn-feature-single-page .feature-single-title {
  margin: 32px 0 24px;
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.wsnn-feature-single-page .feature-single-content {
  max-width: 760px;
  margin: 0 auto 64px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.9;
}

.wsnn-feature-single-page .feature-single-content img {
  max-width: 100%;
  height: auto;
}

.wsnn-feature-single-page .feature-single-content p,
.wsnn-feature-single-page .feature-single-content ul,
.wsnn-feature-single-page .feature-single-content ol,
.wsnn-feature-single-page .feature-single-content blockquote,
.wsnn-feature-single-page .feature-single-content figure {
  margin-bottom: 1.4em;
}

.wsnn-feature-single-page .feature-single-content h2,
.wsnn-feature-single-page .feature-single-content h3,
.wsnn-feature-single-page .feature-single-content h4 {
  margin: 2em 0 .8em;
  color: #111;
  font-weight: 800;
  line-height: 1.3;
}

body.archive-games-page {
  margin: 0;
}

body.archive-games-page .site-content,
body.archive-games-page .content-area,
body.archive-games-page #primary,
body.archive-games-page main,
body.archive-games-page .wsnn-front-page .main {
  margin-top: 0 !important;
}

.wsnn-games-archive {
  padding-top: 0;
  background: #f4f5f7;
}

.wsnn-games-archive .wsnn-games-archive-hero {
  border-bottom: 1px solid #e2e4e8;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.wsnn-games-archive .wsnn-games-archive-hero .container {
  padding-top: 56px;
  padding-bottom: 46px;
}

.wsnn-games-archive .wsnn-games-archive-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsnn-games-archive h1 {
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.wsnn-games-archive .wsnn-games-archive-hero p:last-child {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.wsnn-games-archive .wsnn-results-section {
  padding: 34px 0 72px;
}

.wsnn-games-archive .wsnn-results-list {
  display: grid;
  gap: 16px;
}

.wsnn-games-archive .wsnn-result-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 132px;
  padding: 22px 24px;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wsnn-games-archive .wsnn-result-row:hover,
.wsnn-games-archive .wsnn-result-row:focus-within {
  transform: translateY(-2px);
  border-color: #cfd4dc;
  box-shadow: 0 16px 36px rgba(16, 24, 40, .1);
}

.wsnn-games-archive .wsnn-result-info {
  display: grid;
  gap: 9px;
  align-content: center;
  min-width: 0;
}

.wsnn-games-archive .wsnn-result-date span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.wsnn-games-archive .wsnn-result-meta {
  color: #5f6672;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
}

.wsnn-games-archive .wsnn-result-status {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wsnn-games-archive .wsnn-result-row[data-status="live"] .wsnn-result-status {
  background: var(--red);
}

.wsnn-games-archive .wsnn-result-row[data-status="final"] .wsnn-result-status {
  background: var(--ink);
}

.wsnn-games-archive .wsnn-result-row[data-status="upcoming"] .wsnn-result-status {
  background: var(--blue);
}

.wsnn-games-archive .wsnn-result-match {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.wsnn-games-archive .wsnn-result-scoreline,
.wsnn-games-archive .wsnn-result-versus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.wsnn-games-archive .wsnn-result-champion {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.wsnn-games-archive .wsnn-result-scoreline strong,
.wsnn-games-archive .wsnn-result-versus strong,
.wsnn-games-archive .wsnn-result-champion strong {
  min-width: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
}

.wsnn-games-archive .wsnn-result-scoreline strong:first-child,
.wsnn-games-archive .wsnn-result-versus strong:first-child {
  text-align: right;
}

.wsnn-games-archive .wsnn-result-scoreline strong:last-child,
.wsnn-games-archive .wsnn-result-versus strong:last-child {
  text-align: left;
}

.wsnn-games-archive .wsnn-result-scoreline span,
.wsnn-games-archive .wsnn-result-versus span {
  color: var(--ink);
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.wsnn-games-archive .wsnn-result-champion span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.wsnn-games-archive .wsnn-result-match p {
  margin: 0;
  color: #5f6672;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.wsnn-games-archive .wsnn-result-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--red);
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.wsnn-games-archive .wsnn-result-link:hover,
.wsnn-games-archive .wsnn-result-link:focus-visible {
  background: #b9000e;
  border-color: #b9000e;
  color: #fff;
}

.wsnn-games-archive .wsnn-results-empty {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.wsnn-games-archive .wsnn-results-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.wsnn-games-archive .wsnn-results-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.wsnn-games-archive .wsnn-results-pagination .page-numbers {
  min-width: 36px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.wsnn-games-archive .wsnn-results-pagination .current {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.wsnn-front-page .hero-content {
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
  min-height: 350px;
  display: grid;
  align-content: center;
  padding: 26px 34px;
}

.wsnn-front-page .league-badge {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsnn-front-page .hero-match .match-date {
  margin-top: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .03em;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .score-line {
  margin-top: 14px;
  display: grid;
  width: fit-content;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  gap: 16px;
}

.wsnn-front-page .team-block {
  min-width: 0;
}

.wsnn-front-page .team-name {
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.wsnn-front-page .hero-match .team-sub {
  margin-top: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .score-number {
  color: #fff;
  font-size: 54px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}

.wsnn-front-page .hero-match .hero-title {
  margin: 18px 0 6px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.28;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .hero-match .hero-copy {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .hero-match .hero-content .match-date,
.wsnn-front-page .hero-match .hero-content .league,
.wsnn-front-page .hero-match .hero-content .league-badge,
.wsnn-front-page .hero-match .hero-content .result-text,
.wsnn-front-page .hero-match .hero-content .hero-meta,
.wsnn-front-page .hero-match .hero-content .hero-title,
.wsnn-front-page .hero-match .hero-content .team-sub,
.wsnn-front-page .hero-match .hero-content .hero-copy {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .hero-match .league,
.wsnn-front-page .hero-match .league-badge,
.wsnn-front-page .hero-match .result-text,
.wsnn-front-page .hero-match .hero-meta {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.wsnn-front-page .primary-cta {
  width: fit-content;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.wsnn-front-page .latest-games {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 18px 48px rgba(16,24,40,.08);
}

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

.wsnn-front-page .panel-heading h2,
.wsnn-front-page .section-heading h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.wsnn-front-page .panel-heading small,
.wsnn-front-page .section-heading small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.wsnn-front-page .view-all {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.wsnn-front-page .game-list {
  display: grid;
  margin-top: 8px;
}

.wsnn-front-page .event-row {
  display: grid;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.wsnn-front-page .event-row:last-child {
  border-bottom: 0;
}

.wsnn-front-page .event-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wsnn-front-page .event-meta {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.wsnn-front-page .tennis-meta {
  color: var(--green);
}

.wsnn-front-page .event-status {
  padding: 3px 7px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wsnn-front-page .event-row[data-status="live"] .event-status {
  background: var(--red);
}

.wsnn-front-page .event-row[data-status="final"] .event-status {
  background: #1f2328;
}

.wsnn-front-page .event-row[data-status="upcoming"] .event-status {
  background: var(--blue);
}

.wsnn-front-page .event-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.wsnn-front-page .event-participant {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.wsnn-front-page .event-participant:last-child {
  justify-content: flex-end;
  text-align: right;
}

.wsnn-front-page .event-logo {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.wsnn-front-page .event-score {
  min-width: 68px;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
  text-align: center;
}

.wsnn-front-page .event-row[data-status="upcoming"] .event-score {
  color: var(--muted);
  font-size: 14px;
}

.wsnn-front-page .event-result {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.wsnn-front-page .event-champion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 950;
}

.wsnn-front-page .event-champion-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsnn-front-page .latest-games-empty {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.wsnn-front-page .content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  margin-top: 34px;
  align-items: start;
}

.wsnn-front-page .section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.wsnn-front-page .reports-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wsnn-front-page .report-card {
  min-width: 0;
}

.wsnn-front-page .report-image {
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(135deg, rgba(0,0,0,.12), rgba(230,0,18,.2)),
    url("../images/head-back2.jpg") center / cover;
}

.wsnn-front-page .report-image::after {
  content: attr(data-league);
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.wsnn-front-page .report-card:nth-child(2) .report-image::after {
  background: var(--blue);
}

.wsnn-front-page .report-card:nth-child(3) .report-image::after {
  background: var(--green);
}

.wsnn-front-page .report-card:nth-child(4) .report-image::after {
  background: var(--gold);
  color: #000;
}

.wsnn-front-page .report-card h3 {
  margin: 12px 0 7px;
  font-size: 17px;
  line-height: 1.36;
}

.wsnn-front-page .report-card p {
  margin: 0;
  color: #4f5660;
  font-size: 13px;
  font-weight: 650;
}

.wsnn-front-page .date {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.wsnn-front-page .feature-card {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 320px;
  display: grid;
  align-content: end;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.86)),
    linear-gradient(135deg, rgba(230,0,18,.55), rgba(0,0,0,.12)),
    url("../images/head-back.jpg") center / cover;
}

.wsnn-front-page .feature-card h3 {
  margin: 8px 0 6px;
  font-size: 22px;
  line-height: 1.2;
}

.wsnn-front-page .feature-card p {
  margin: 0 0 15px;
  color: #e7e7e7;
  font-size: 13px;
  font-weight: 700;
}

.wsnn-front-page .feature-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.wsnn-front-page .feature-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6c8ce;
}

.wsnn-front-page .feature-dots span:first-child {
  background: #000;
}

.wsnn-front-page .filter-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wsnn-front-page .filter-tabs button {
  min-width: 92px;
  min-height: 28px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.wsnn-front-page .filter-tabs button:first-child {
  background: #000;
  color: #fff;
  border-color: #000;
}

.wsnn-front-page .photo-archive {
  margin-top: 42px;
  padding-bottom: 34px;
}

.wsnn-front-page .photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wsnn-front-page .photo-card {
  min-width: 0;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background: #111;
  color: #fff;
}

.wsnn-front-page .photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.wsnn-front-page .photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.72) 100%);
  opacity: .15;
  transition: opacity .22s ease;
}

.wsnn-front-page .photo-card:hover img,
.wsnn-front-page .photo-card:focus-visible img {
  transform: scale(1.035);
  filter: contrast(1.06) saturate(1.05);
}

.wsnn-front-page .photo-card:hover::after,
.wsnn-front-page .photo-card:focus-visible::after {
  opacity: 1;
}

.wsnn-front-page .photo-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}

.wsnn-front-page .photo-card:hover .photo-caption,
.wsnn-front-page .photo-card:focus-visible .photo-caption {
  opacity: 1;
  transform: translateY(0);
}

.wsnn-front-page .photo-title {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.3;
}

.wsnn-front-page .photo-meta {
  color: #dfe3ea;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.wsnn-front-page .wsnn-footer {
  background: #f2f2f3;
  border-top: 1px solid var(--line);
  padding: 34px 0 20px;
}

.wsnn-front-page .footer-grid {
  display: block;
}

.wsnn-front-page .footer-logo {
  width: 140px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.wsnn-front-page .wsnn-footer p,
.wsnn-front-page .wsnn-footer li {
  color: #4e535b;
  font-size: 12px;
  font-weight: 650;
}

.wsnn-front-page .footer-about-list {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.wsnn-front-page .copyright {
  margin-top: 28px;
  color: #555b64;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1100px) {
  .wsnn-front-page .content-grid {
    grid-template-columns: 1fr;
  }

  .wsnn-front-page .reports-grid,
  .wsnn-front-page .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-games-page .single-game-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wsnn-front-page .hero-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wsnn-front-page .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wsnn-front-page .top-social {
    display: none;
  }

  .wsnn-front-page .top-bar .container {
    padding-right: 0;
  }

  .wsnn-front-page .masthead .container {
    min-height: 76px;
  }

  .wsnn-front-page .brand-logo {
    width: 200px;
  }

  .wsnn-front-page .global-nav {
    justify-content: flex-start;
    gap: 24px;
  }

  .wsnn-front-page .hero-match,
  .wsnn-front-page .hero-content {
    min-height: 400px;
  }

  .wsnn-front-page .hero-content {
    padding: 22px;
  }

  .wsnn-front-page .score-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wsnn-front-page .score-number {
    font-size: 42px;
  }

  .wsnn-front-page .team-name {
    font-size: 24px;
  }

  .wsnn-front-page .hero-title {
    font-size: 22px;
  }

  .single-games-page .single-games-title {
    font-size: 26px;
  }

  .wsnn-feature-single-page .feature-single-title {
    font-size: 26px;
  }

  .single-games-page .single-games-hero-wrap {
    max-width: 100%;
    padding: 0;
  }

  .wsnn-feature-single-page .feature-single-hero-wrap {
    max-width: 100%;
  }

  .wsnn-feature-single-page .feature-single-header,
  .wsnn-feature-single-page .feature-single-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wsnn-front-page .event-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wsnn-front-page .event-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .wsnn-front-page .event-result {
    grid-column: 1;
  }

  .wsnn-front-page .event-matchup {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .wsnn-front-page .reports-grid,
  .wsnn-front-page .photo-grid {
    grid-template-columns: 1fr;
  }

  .wsnn-games-archive .wsnn-games-archive-hero .container {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .wsnn-games-archive h1 {
    font-size: 30px;
  }

  .wsnn-games-archive .wsnn-result-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .wsnn-games-archive .wsnn-result-info {
    gap: 8px;
  }

  .wsnn-games-archive .wsnn-result-scoreline,
  .wsnn-games-archive .wsnn-result-versus {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: start;
  }

  .wsnn-games-archive .wsnn-result-scoreline strong:first-child,
  .wsnn-games-archive .wsnn-result-versus strong:first-child {
    text-align: left;
  }

  .wsnn-games-archive .wsnn-result-scoreline span,
  .wsnn-games-archive .wsnn-result-versus span {
    width: fit-content;
    padding: 2px 0;
    font-size: 24px;
  }

  .wsnn-games-archive .wsnn-result-scoreline strong,
  .wsnn-games-archive .wsnn-result-versus strong,
  .wsnn-games-archive .wsnn-result-champion strong {
    font-size: 22px;
  }

  .wsnn-games-archive .wsnn-result-match p {
    text-align: left;
  }

  .wsnn-games-archive .wsnn-result-link {
    width: 100%;
  }

  .single-games-page .single-game-gallery-grid {
    grid-template-columns: 1fr;
  }
}
