:root {
  --jse-night: #06101f;
  --jse-night-2: #0a1930;
  --jse-panel: #0d213c;
  --jse-orange: #ff6a00;
  --jse-orange-2: #ffad4f;
  --jse-blue: #29b6f6;
  --jse-white: #f7fbff;
  --jse-muted: #a9bbcf;
  --jse-line: rgba(41, 182, 246, 0.2);
  --jse-orange-line: rgba(255, 106, 0, 0.38);
  --jse-radius: 22px;
  --jse-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --jse-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --jse-body: "Montserrat", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--jse-night);
}

body.jse-core {
  margin: 0;
  color: var(--jse-white);
  background:
    radial-gradient(circle at 8% 12%, rgba(41, 182, 246, 0.09), transparent 28rem),
    radial-gradient(circle at 92% 34%, rgba(255, 106, 0, 0.1), transparent 32rem),
    linear-gradient(180deg, #06101f 0%, #071426 48%, #06101f 100%) !important;
  font-family: var(--jse-body);
  overflow-x: hidden;
}

body.jse-core::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(41, 182, 246, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 182, 246, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

body.jse-core *,
body.jse-core *::before,
body.jse-core *::after {
  box-sizing: border-box;
}

body.jse-core img {
  max-width: 100%;
}

body.jse-core a {
  color: inherit;
}

body.jse-core .elementor-invisible,
body.jse-core .elementor-element.elementor-invisible,
body.jse-core [data-settings*="animation"] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

body.jse-core #jse-page-transition,
body.jse-core .page-loader,
body.jse-core .preloader,
body.jse-core .rt-loading-overlay,
body.jse-core .rt-loading {
  display: none !important;
}

body.jse-core #footer,
body.jse-core #footer-2,
body.jse-core aside#footer.copyright-wrapper,
body.jse-core .copyright-wrapper,
body.jse-core .footer-2 {
  display: none !important;
}

body.jse-core .middle-align,
body.jse-core #content,
body.jse-core main#content,
body.jse-core .site-content {
  min-height: 0 !important;
}

body.jse-core .container,
body.jse-core .elementor-container {
  max-width: 1220px;
}

body.jse-core .entry-title:where(:first-child),
body.jse-core-home .page-title,
body.jse-core-home .entry-header > h1 {
  display: none !important;
}

/* Header */
body.jse-core #header,
body.jse-core .home-page-header,
body.jse-core .site-header {
  position: relative;
  z-index: 100;
  background: rgba(6, 16, 31, 0.92) !important;
  border-bottom: 1px solid var(--jse-orange-line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

body.jse-core #header .main-header,
body.jse-core .main-header {
  min-height: 84px !important;
  padding: 8px 18px !important;
  background: transparent !important;
  overflow: visible !important;
}

body.jse-core #header .container-fluid,
body.jse-core #header .container,
body.jse-core .main-header .container-fluid,
body.jse-core .main-header .container {
  width: min(100% - 24px, 1260px) !important;
  max-width: 1260px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body.jse-core #header .row,
body.jse-core .main-header .row {
  min-height: 66px;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

body.jse-core #header .logo,
body.jse-core #header .logo.text-md-start.text-center,
body.jse-core #header .site-logo,
body.jse-core #header .logo-inner,
body.jse-core .main-header .logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 168px !important;
  width: 168px !important;
  min-width: 168px !important;
  height: 66px !important;
  padding: 0 !important;
  margin: 0 18px 0 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.jse-core #header .custom-logo-link,
body.jse-core #header .site-logo a,
body.jse-core #header .logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 158px !important;
  height: 62px !important;
  padding: 0 !important;
  background: rgba(8, 24, 44, 0.58) !important;
  border: 1px solid rgba(41, 182, 246, 0.14) !important;
  border-radius: 16px !important;
  overflow: visible !important;
}

body.jse-core #header img.custom-logo,
body.jse-core #header .custom-logo-link img,
body.jse-core #header .logo img {
  display: block !important;
  width: 138px !important;
  height: 54px !important;
  max-width: 138px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 3px !important;
  margin: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 7px 18px rgba(41, 182, 246, 0.16));
}

body.jse-core #header nav,
body.jse-core .main-navigation {
  flex: 1 1 auto;
  min-width: 0;
}

body.jse-core #header nav ul,
body.jse-core .main-navigation ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.jse-core #header nav li,
body.jse-core .main-navigation li {
  position: relative;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

body.jse-core #header nav li a,
body.jse-core .main-navigation li a {
  display: inline-flex !important;
  align-items: center;
  min-height: 42px;
  padding: 0 8px !important;
  color: #eaf3ff !important;
  font-family: var(--jse-head) !important;
  font-size: clamp(0.7rem, 0.8vw, 0.88rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.jse-core #header nav li a:hover,
body.jse-core #header nav li.current-menu-item > a,
body.jse-core .main-navigation li a:hover,
body.jse-core .main-navigation li.current-menu-item > a {
  color: #fff !important;
  background: rgba(255, 106, 0, 0.13) !important;
  transform: translateY(-1px);
}

body.jse-core #header nav li.current-menu-item > a::after,
body.jse-core .main-navigation li.current-menu-item > a::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 4px;
  left: 9px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--jse-orange), var(--jse-orange-2));
}

body.jse-core #header .jse-core-menu-live a,
body.jse-core .main-navigation .jse-core-menu-live a {
  margin-left: 4px;
  padding-inline: 12px !important;
  color: #07101f !important;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2)) !important;
  box-shadow: 0 10px 28px rgba(255, 106, 0, 0.24);
}

body.jse-core .responsivetoggle,
body.jse-core .menu-toggle,
body.jse-core .navbar-toggler {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.94), rgba(255, 173, 79, 0.94)) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(255, 106, 0, 0.24);
}

body.jse-core .jse-page-progress {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--jse-orange), var(--jse-orange-2), var(--jse-blue));
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.7);
  transition: width 0.35s ease;
}

body.jse-core.jse-navigating .jse-page-progress {
  width: 82%;
}

/* Shared headings */
.jse-core-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--jse-orange-2);
  font-family: var(--jse-head);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jse-core-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--jse-orange), var(--jse-blue));
}

.jse-core-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 15px;
}

.jse-core-section-head span {
  color: var(--jse-orange-2);
  font-family: var(--jse-head);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jse-core-section-head h2 {
  margin: 4px 0 0;
  color: #fff;
  font-family: var(--jse-head);
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}

.jse-core-section-head small {
  color: var(--jse-muted);
  font-weight: 700;
}

/* Home */
.jse-core-home-shell,
.jse-core-archive,
.jse-core-live,
.jse-core-calendar {
  width: min(100% - 28px, 1220px);
  margin-inline: auto;
}

.jse-core-home-shell {
  padding-top: 18px;
}

.jse-core-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
  min-height: min(640px, calc(100vh - 100px));
  padding: clamp(36px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid var(--jse-orange-line);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.98), rgba(8, 25, 47, 0.72)),
    radial-gradient(circle at 85% 15%, rgba(41, 182, 246, 0.28), transparent 36%),
    radial-gradient(circle at 15% 95%, rgba(255, 106, 0, 0.25), transparent 38%);
  box-shadow: var(--jse-shadow);
}

.jse-core-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: 17%;
  width: 2px;
  height: 160%;
  background: linear-gradient(transparent, rgba(41, 182, 246, 0.45), transparent);
  transform: rotate(22deg);
}

.jse-core-hero::after {
  content: "JSE";
  position: absolute;
  right: -0.04em;
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--jse-head);
  font-size: clamp(13rem, 30vw, 27rem);
  font-weight: 900;
  line-height: 0.7;
  pointer-events: none;
}

.jse-core-hero__copy,
.jse-core-hero__scoreboard {
  position: relative;
  z-index: 1;
}

.jse-core-hero h1 {
  margin: 18px 0 18px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: clamp(4.1rem, 9vw, 8.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.72;
  text-transform: uppercase;
}

.jse-core-hero h1 em {
  color: var(--jse-orange-2);
  font-style: normal;
}

.jse-core-hero__copy > p {
  max-width: 640px;
  margin: 0;
  color: #c8d7e9;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.55;
}

.jse-core-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.jse-core-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  color: #fff !important;
  font-family: var(--jse-head);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.jse-core-button:hover {
  transform: translateY(-2px);
  border-color: var(--jse-orange);
}

.jse-core-button.is-primary {
  color: #06101f !important;
  border-color: transparent;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2));
  box-shadow: 0 16px 34px rgba(255, 106, 0, 0.25);
}

.jse-core-hero__scoreboard {
  padding: 18px;
  border: 1px solid rgba(41, 182, 246, 0.28);
  border-radius: 24px;
  background: rgba(4, 14, 28, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.jse-core-scoreboard__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--jse-orange-2);
  font-family: var(--jse-head);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jse-core-scoreboard__status i,
.jse-core-page-hero.is-live .jse-core-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jse-orange);
  box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.14), 0 0 18px rgba(255, 106, 0, 0.8);
}

.jse-core-scoreboard__line {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.jse-core-scoreboard__line strong {
  color: #fff;
  font-family: var(--jse-head);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 0.9;
}

.jse-core-scoreboard__line span {
  color: var(--jse-muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.jse-core-news-carousel,
.jse-core-partners,
.jse-core-mosaic {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--jse-line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(12, 31, 56, 0.93), rgba(6, 16, 31, 0.95));
  box-shadow: var(--jse-shadow);
}

.jse-core-carousel-controls {
  display: flex;
  gap: 7px;
}

.jse-core-carousel-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.jse-core-carousel-controls button:hover {
  color: #07101f;
  border-color: var(--jse-orange);
  background: var(--jse-orange);
}

.jse-core-news-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 31%);
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--jse-orange) rgba(255, 255, 255, 0.05);
}

.jse-core-news-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 342px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(41, 182, 246, 0.2);
  border-radius: 20px;
  background: #08172b;
  scroll-snap-align: start;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.jse-core-news-card:hover {
  transform: translateY(-4px);
  border-color: var(--jse-orange);
}

.jse-core-news-card__media,
.jse-core-archive-card__media,
.jse-core-live-card__media,
.jse-core-event-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0a1930;
}

.jse-core-news-card__media::after,
.jse-core-archive-card__media::after,
.jse-core-live-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 12, 24, 0.7));
}

.jse-core-news-card img,
.jse-core-archive-card img,
.jse-core-live-card img,
.jse-core-event-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.jse-core-news-card:hover img,
.jse-core-archive-card:hover img,
.jse-core-live-card:hover img,
.jse-core-event-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.jse-core-news-card__media > span,
.jse-core-archive-card__media > span {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  color: #07101f;
  font-family: var(--jse-head);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2));
}

.jse-core-news-card__body {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.jse-core-news-card__body small,
.jse-core-archive-card__body small,
.jse-core-event-card__body small {
  color: var(--jse-orange-2);
  font-family: var(--jse-head);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.jse-core-news-card__body strong {
  margin-top: 7px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.jse-core-news-card__body i {
  margin-top: auto;
  padding-top: 13px;
  color: var(--jse-blue);
  font-family: var(--jse-head);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.jse-core-partners {
  overflow: hidden;
  border-color: var(--jse-orange-line);
}

.jse-core-partners__viewport {
  position: relative;
  overflow: hidden;
}

.jse-core-partners__viewport::before,
.jse-core-partners__viewport::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
}

.jse-core-partners__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #091a30, transparent);
}

.jse-core-partners__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #071426, transparent);
}

.jse-core-partners__track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: jse-core-partners 50s linear infinite;
}

.jse-core-partners:hover .jse-core-partners__track {
  animation-play-state: paused;
}

.jse-core-partner-logo {
  display: grid;
  place-items: center;
  flex: 0 0 96px;
  width: 96px;
  height: 84px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.2);
  border-radius: 17px;
  background: #fff;
}

.jse-core-partner-logo img {
  display: block;
  width: 68px;
  height: 64px;
  object-fit: contain;
}

@keyframes jse-core-partners {
  to { transform: translate3d(-50%, 0, 0); }
}

.jse-core-mosaic {
  padding: 10px;
}

.jse-core-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 126px;
  gap: 8px;
}

.jse-core-mosaic__tile {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.22);
  border-radius: 15px;
  background: #091a30;
}

.jse-core-mosaic__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.jse-core-mosaic__tile:hover img {
  transform: scale(1.055);
}

.jse-core-mosaic__tile.is-logo img,
.jse-core-mosaic__tile.is-live img {
  padding: 16px;
  object-fit: contain;
  background: #fff;
}

.jse-core-mosaic__tile.is-live img {
  background:
    radial-gradient(circle at 50% 38%, rgba(41, 182, 246, 0.18), transparent 58%),
    #071426;
}

.jse-core-mosaic__tile > span {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  padding: 4px 7px;
  color: #07101f;
  font-family: var(--jse-head);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--jse-orange);
}

.jse-core-mosaic--layout-0 .jse-core-mosaic__tile:nth-child(1),
.jse-core-mosaic--layout-1 .jse-core-mosaic__tile:nth-child(4),
.jse-core-mosaic--layout-2 .jse-core-mosaic__tile:nth-child(7),
.jse-core-mosaic--layout-3 .jse-core-mosaic__tile:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.jse-core-mosaic--layout-0 .jse-core-mosaic__tile:nth-child(5),
.jse-core-mosaic--layout-1 .jse-core-mosaic__tile:nth-child(8),
.jse-core-mosaic--layout-2 .jse-core-mosaic__tile:nth-child(2),
.jse-core-mosaic--layout-3 .jse-core-mosaic__tile:nth-child(9) {
  grid-column: span 2;
}

.jse-core-mosaic--layout-0 .jse-core-mosaic__tile:nth-child(8),
.jse-core-mosaic--layout-1 .jse-core-mosaic__tile:nth-child(2),
.jse-core-mosaic--layout-2 .jse-core-mosaic__tile:nth-child(10),
.jse-core-mosaic--layout-3 .jse-core-mosaic__tile:nth-child(6) {
  grid-row: span 2;
}

.jse-core-original-home {
  width: min(100% - 28px, 1220px);
  margin: 24px auto 0;
}

.jse-core-original-home > .elementor {
  width: 100%;
}

body.jse-core-home .elementor-section,
body.jse-core-home .elementor-top-section {
  margin-top: 14px !important;
  padding-top: 0 !important;
}

/* SportPress */
body.jse-core .sp-template-event-blocks,
body.jse-core .sp-template-league-table,
body.jse-core .sp-template-event-list,
body.jse-core .sp-template-event-calendar {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 18px auto !important;
}

body.jse-core .sp-table-caption {
  margin: 0 0 10px !important;
  padding: 9px 16px !important;
  color: #07101f !important;
  font-family: var(--jse-head) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2)) !important;
}

body.jse-core table.sp-event-blocks {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

body.jse-core table.sp-event-blocks tbody {
  display: contents !important;
}

body.jse-core table.sp-event-blocks tr {
  display: grid !important;
  grid-template-areas:
    "date date date"
    "logo-a score logo-b"
    "title title title"
    "league league league"
    "venue venue venue";
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 260px;
  padding: 14px !important;
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.22) !important;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0, rgba(41, 182, 246, 0.12), transparent 40%),
    linear-gradient(180deg, #0c213d, #071426) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

body.jse-core table.sp-event-blocks td {
  display: block !important;
  width: auto !important;
  padding: 4px !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

body.jse-core table.sp-event-blocks .sp-event-date {
  grid-area: date;
  color: var(--jse-orange-2) !important;
  font-family: var(--jse-head);
  font-weight: 900;
}

body.jse-core table.sp-event-blocks .team-logo.logo-odd { grid-area: logo-a; }
body.jse-core table.sp-event-blocks .team-logo.logo-even { grid-area: logo-b; }
body.jse-core table.sp-event-blocks .sp-event-results { grid-area: score; }
body.jse-core table.sp-event-blocks .sp-event-title { grid-area: title; }
body.jse-core table.sp-event-blocks .sp-event-league { grid-area: league; }
body.jse-core table.sp-event-blocks .sp-event-venue { grid-area: venue; }

body.jse-core table.sp-event-blocks .team-logo img {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  object-fit: contain !important;
  padding: 6px;
  border-radius: 15px;
  background: #fff;
}

body.jse-core table.sp-event-blocks .sp-event-results {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 62px;
  padding: 0 14px !important;
  color: #07101f !important;
  font-family: var(--jse-head) !important;
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2)) !important;
  box-shadow: 0 14px 30px rgba(255, 106, 0, 0.25);
}

body.jse-core table.sp-event-blocks .sp-event-title {
  color: #fff !important;
  font-family: var(--jse-head) !important;
  font-size: 1.32rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

body.jse-core table.sp-event-blocks .sp-event-league,
body.jse-core table.sp-event-blocks .sp-event-venue {
  justify-self: center;
  max-width: 100%;
  color: #d6e6f8 !important;
  font-family: var(--jse-head) !important;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body.jse-core .sp-template-league-table .sp-table-wrapper {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  overflow-x: auto !important;
  border-radius: 22px;
  background: transparent !important;
}

body.jse-core table.sp-league-table,
body.jse-core table.sp-data-table:not(.sp-event-blocks) {
  width: clamp(780px, 76vw, 980px) !important;
  min-width: 780px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  overflow: hidden;
  color: #122033 !important;
  border: 1px solid var(--jse-orange-line) !important;
  border-radius: 22px !important;
  background: #eef6fb !important;
  box-shadow: var(--jse-shadow);
  table-layout: fixed;
}

body.jse-core table.sp-league-table thead th,
body.jse-core table.sp-data-table:not(.sp-event-blocks) thead th {
  padding: 13px 10px !important;
  color: #07101f !important;
  font-family: var(--jse-head) !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: uppercase;
  border-color: rgba(6, 16, 31, 0.12) !important;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2)) !important;
}

body.jse-core table.sp-league-table tbody tr,
body.jse-core table.sp-data-table:not(.sp-event-blocks) tbody tr {
  background: #f7fbfe !important;
}

body.jse-core table.sp-league-table tbody tr:nth-child(even),
body.jse-core table.sp-data-table:not(.sp-event-blocks) tbody tr:nth-child(even) {
  background: #e2eff6 !important;
}

body.jse-core table.sp-league-table td,
body.jse-core table.sp-league-table td a,
body.jse-core table.sp-league-table td span,
body.jse-core table.sp-data-table:not(.sp-event-blocks) td,
body.jse-core table.sp-data-table:not(.sp-event-blocks) td a,
body.jse-core table.sp-data-table:not(.sp-event-blocks) td span {
  padding: 12px 10px !important;
  color: #122033 !important;
  font-family: var(--jse-head) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  border-color: rgba(18, 32, 51, 0.08) !important;
}

body.jse-core table.sp-league-table th:nth-child(2),
body.jse-core table.sp-league-table td:nth-child(2),
body.jse-core table.sp-data-table:not(.sp-event-blocks) th:nth-child(2),
body.jse-core table.sp-data-table:not(.sp-event-blocks) td:nth-child(2) {
  width: 300px !important;
  text-align: left !important;
}

body.jse-core table.sp-league-table img,
body.jse-core table.sp-data-table:not(.sp-event-blocks) img {
  width: 34px !important;
  height: 34px !important;
  margin-right: 8px !important;
  object-fit: contain !important;
  vertical-align: middle;
}

/* Archive, live, calendar and regular pages */
.jse-core-archive,
.jse-core-live,
.jse-core-calendar {
  padding: 18px 0 64px;
}

.jse-core-page-hero {
  position: relative;
  padding: clamp(34px, 6vw, 68px);
  overflow: hidden;
  border: 1px solid var(--jse-orange-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0, rgba(41, 182, 246, 0.2), transparent 36%),
    radial-gradient(circle at 10% 100%, rgba(255, 106, 0, 0.2), transparent 38%),
    linear-gradient(135deg, #081426, #102641);
  box-shadow: var(--jse-shadow);
}

.jse-core-page-hero h1 {
  margin: 15px 0 9px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: clamp(4rem, 10vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.75;
  text-transform: uppercase;
}

.jse-core-page-hero p {
  max-width: 700px;
  margin: 0;
  color: #c4d3e5;
  font-size: 1.08rem;
  line-height: 1.55;
}

.jse-core-archive__grid,
.jse-core-live__grid,
.jse-core-calendar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 20px;
}

.jse-core-archive-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 445px;
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #0c213c, #071426);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.jse-core-archive-card.is-featured {
  grid-column: span 2;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 410px;
}

.jse-core-archive-card__body {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.jse-core-archive-card__body h2 {
  margin: 9px 0 10px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.jse-core-archive-card__body h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.jse-core-archive-card__body p {
  margin: 0;
  color: var(--jse-muted);
  line-height: 1.55;
}

.jse-core-text-link {
  margin-top: auto;
  padding-top: 15px;
  color: var(--jse-orange-2) !important;
  font-family: var(--jse-head);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
}

.jse-core-more-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 18px;
  color: #07101f !important;
  font-family: var(--jse-head);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2));
}

.jse-core-live__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jse-core-live-card {
  display: grid;
  grid-template-rows: 155px 1fr;
  min-height: 230px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(41, 182, 246, 0.22);
  border-radius: 17px;
  background: #08172b;
}

.jse-core-live-card__media > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #07101f;
  font-style: normal;
  border-radius: 50%;
  background: var(--jse-orange);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.35);
}

.jse-core-live-card__media > small {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 8px;
  padding: 4px 7px;
  color: #07101f;
  font-family: var(--jse-head);
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--jse-orange);
}

.jse-core-live-card > strong {
  padding: 12px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.jse-core-video-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 8, 18, 0.92);
  backdrop-filter: blur(12px);
}

.jse-core-video-modal[hidden] {
  display: none;
}

.jse-core-video-modal > div {
  width: min(1100px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--jse-orange-line);
  border-radius: 22px;
  background: #000;
  box-shadow: var(--jse-shadow);
}

.jse-core-video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.jse-core-video-modal > button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  color: #07101f;
  font-size: 2rem;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: var(--jse-orange);
  cursor: pointer;
}

.jse-core-event-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 340px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(41, 182, 246, 0.22);
  border-radius: 21px;
  background: linear-gradient(180deg, #0c213c, #071426);
}

.jse-core-event-card__media time {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 8px 12px;
  color: #07101f;
  font-family: var(--jse-head);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2));
}

.jse-core-event-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.jse-core-event-card__body strong {
  color: #fff;
  font-family: var(--jse-head);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.jse-core-event-card__body i {
  margin-top: auto;
  color: var(--jse-muted);
  font-style: normal;
}

.jse-core-empty {
  margin-top: 20px;
  padding: 28px;
  border: 1px solid var(--jse-orange-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

/* Normal Elementor pages and posts */
body.jse-core:not(.jse-core-home) #content,
body.jse-core:not(.jse-core-home) main#content,
body.jse-core:not(.jse-core-home) .site-main {
  width: min(100% - 28px, 1180px);
  margin-inline: auto;
}

body.jse-core:not(.jse-core-home) .entry-content > .elementor,
body.jse-core:not(.jse-core-home) .elementor-location-single {
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.16);
  border-radius: 26px;
  background: rgba(7, 20, 38, 0.74);
  box-shadow: var(--jse-shadow);
}

body.jse-core .entry-content,
body.jse-core .entry-content p,
body.jse-core .elementor-widget-text-editor {
  color: #d4e0ee;
  line-height: 1.65;
}

body.jse-core .entry-content h1,
body.jse-core .entry-content h2,
body.jse-core .entry-content h3,
body.jse-core .elementor-heading-title {
  color: #fff;
  font-family: var(--jse-head);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

body.jse-core .entry-content a:not(.elementor-button) {
  color: var(--jse-orange-2);
}

body.jse-core .elementor-button,
body.jse-core input[type="submit"],
body.jse-core button[type="submit"] {
  color: #07101f !important;
  font-family: var(--jse-head) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--jse-orange), var(--jse-orange-2)) !important;
  box-shadow: 0 14px 30px rgba(255, 106, 0, 0.22) !important;
}

body.jse-core input,
body.jse-core textarea,
body.jse-core select {
  color: #fff !important;
  border: 1px solid rgba(41, 182, 246, 0.22) !important;
  border-radius: 13px !important;
  background: #0a1b31 !important;
}

body.jse-core .sidebar,
body.jse-core #sidebar,
body.jse-core .widget-area,
body.jse-core aside[role="complementary"]:not(.mystickyelements-fixed) {
  display: none !important;
}

body.jse-core.single-post img.emoji,
body.jse-core.single-post img.wp-smiley,
body.jse-core .entry-content img.emoji,
body.jse-core .entry-content img.wp-smiley {
  display: inline-block !important;
  width: 1.05em !important;
  height: 1.05em !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 0.06em !important;
  padding: 0 !important;
  vertical-align: -0.12em !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Footer */
.jse-core-footer {
  position: relative;
  width: min(100% - 28px, 1220px);
  margin: 28px auto 14px;
  overflow: hidden;
  color: #d5e1ef;
  border: 1px solid var(--jse-orange-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 106, 0, 0.17), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(41, 182, 246, 0.15), transparent 36%),
    linear-gradient(135deg, #081426, #0d2440);
  box-shadow: var(--jse-shadow);
}

.jse-core-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1fr;
  gap: 32px;
  padding: clamp(28px, 5vw, 54px);
}

.jse-core-footer__brand img {
  display: block;
  width: 180px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

.jse-core-footer__brand p {
  max-width: 330px;
  margin: 12px 0 0;
  color: var(--jse-muted);
  line-height: 1.55;
}

.jse-core-footer nav,
.jse-core-footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.jse-core-footer strong {
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--jse-head);
  font-size: 1.22rem;
  font-weight: 900;
  text-transform: uppercase;
}

.jse-core-footer a {
  color: #c8d7e9 !important;
  text-decoration: none !important;
}

.jse-core-footer a:hover {
  color: var(--jse-orange-2) !important;
}

.jse-core-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px clamp(28px, 5vw, 54px);
  color: #8fa4bc;
  font-family: var(--jse-head);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
  body.jse-core #header nav li a,
  body.jse-core .main-navigation li a {
    padding-inline: 5px !important;
    font-size: 0.7rem !important;
  }

  body.jse-core #header .logo,
  body.jse-core #header .logo.text-md-start.text-center,
  body.jse-core .main-header .logo {
    flex-basis: 145px !important;
    width: 145px !important;
    min-width: 145px !important;
    margin-right: 8px !important;
  }

  body.jse-core #header .custom-logo-link,
  body.jse-core #header .site-logo a,
  body.jse-core #header .logo a {
    width: 140px !important;
  }

  body.jse-core #header img.custom-logo,
  body.jse-core #header .custom-logo-link img,
  body.jse-core #header .logo img {
    width: 126px !important;
  }

  .jse-core-archive__grid,
  .jse-core-calendar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .jse-core-footer__top {
    grid-template-columns: 1.3fr 0.7fr 0.8fr;
  }

  .jse-core-footer__social {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 980px) {
  body.jse-core #header .row,
  body.jse-core .main-header .row {
    flex-wrap: wrap !important;
  }

  body.jse-core #header nav ul,
  body.jse-core .main-navigation ul {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid rgba(41, 182, 246, 0.2);
    border-radius: 18px;
    background: #08172b;
  }

  body.jse-core #header nav.toggled ul,
  body.jse-core #header .main-navigation.toggled ul,
  body.jse-core #header .main-navigation.menu-open ul,
  body.jse-core .main-navigation.toggled ul,
  body.jse-core .main-navigation.menu-open ul {
    display: flex !important;
  }

  body.jse-core #header nav li a,
  body.jse-core .main-navigation li a {
    width: 100%;
    min-height: 44px;
    padding-inline: 12px !important;
    font-size: 0.92rem !important;
  }

  .jse-core-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .jse-core-hero__scoreboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .jse-core-scoreboard__status {
    grid-column: 1 / -1;
  }

  .jse-core-scoreboard__line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
  }

  .jse-core-news-carousel__track {
    grid-auto-columns: minmax(260px, 45%);
  }

  .jse-core-mosaic__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.jse-core table.sp-event-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jse-core-archive-card.is-featured {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  body.jse-core #header .main-header,
  body.jse-core .main-header {
    min-height: 70px !important;
    padding: 5px 8px !important;
  }

  body.jse-core #header .container-fluid,
  body.jse-core #header .container,
  body.jse-core .main-header .container-fluid,
  body.jse-core .main-header .container {
    width: calc(100% - 12px) !important;
  }

  body.jse-core #header .logo,
  body.jse-core #header .logo.text-md-start.text-center,
  body.jse-core .main-header .logo {
    flex: 0 0 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    height: 58px !important;
    margin-right: auto !important;
  }

  body.jse-core #header .custom-logo-link,
  body.jse-core #header .site-logo a,
  body.jse-core #header .logo a {
    width: 128px !important;
    height: 54px !important;
    border-radius: 13px !important;
  }

  body.jse-core #header img.custom-logo,
  body.jse-core #header .custom-logo-link img,
  body.jse-core #header .logo img {
    width: 116px !important;
    height: 48px !important;
  }

  .jse-core-home-shell,
  .jse-core-archive,
  .jse-core-live,
  .jse-core-calendar,
  .jse-core-original-home,
  .jse-core-footer {
    width: calc(100% - 14px);
  }

  .jse-core-home-shell {
    padding-top: 8px;
  }

  .jse-core-hero {
    padding: 28px 20px;
    border-radius: 23px;
  }

  .jse-core-hero h1 {
    font-size: clamp(3.65rem, 18vw, 5.9rem);
  }

  .jse-core-hero__scoreboard {
    grid-template-columns: 1fr;
  }

  .jse-core-section-head {
    align-items: center;
  }

  .jse-core-section-head h2 {
    font-size: 2.35rem;
  }

  .jse-core-news-carousel,
  .jse-core-partners {
    padding: 13px;
    border-radius: 20px;
  }

  .jse-core-news-carousel__track {
    grid-auto-columns: 85%;
  }

  .jse-core-news-card {
    grid-template-rows: 175px 1fr;
  }

  .jse-core-partner-logo {
    flex-basis: 82px;
    width: 82px;
    height: 72px;
  }

  .jse-core-partner-logo img {
    width: 58px;
    height: 54px;
  }

  .jse-core-mosaic {
    display: none !important;
  }

  body.jse-core table.sp-event-blocks {
    grid-template-columns: 1fr;
  }

  body.jse-core table.sp-event-blocks tr {
    min-height: 245px;
  }

  body.jse-core .sp-template-league-table .sp-table-wrapper {
    justify-content: flex-start;
  }

  .jse-core-page-hero {
    padding: 32px 21px;
    border-radius: 22px;
  }

  .jse-core-page-hero h1 {
    font-size: 4.15rem;
  }

  .jse-core-archive__grid,
  .jse-core-live__grid,
  .jse-core-calendar__grid {
    grid-template-columns: 1fr;
  }

  .jse-core-archive-card,
  .jse-core-archive-card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
    min-height: 410px;
  }

  .jse-core-live-card {
    grid-template-rows: 190px 1fr;
  }

  .jse-core-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 26px 18px;
    padding: 28px 20px;
  }

  .jse-core-footer__brand,
  .jse-core-footer__social {
    grid-column: 1 / -1;
  }

  .jse-core-footer__bottom {
    display: grid;
    padding: 14px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .jse-core-partners__track { animation: none; }
  .jse-core-news-card,
  .jse-core-news-card img,
  .jse-core-mosaic__tile img,
  .jse-core-live-card img,
  .jse-core-event-card img {
    transition: none;
  }
}

/* JSE 1.0.2: definitive global header and honest hero */
body.jse-core #header,
body.jse-core .home-page-header,
body.jse-core .site-header {
  position: sticky !important;
  top: 0;
  z-index: 99990;
}

body.admin-bar.jse-core #header,
body.admin-bar.jse-core .home-page-header,
body.admin-bar.jse-core .site-header {
  top: 32px;
}

body.jse-core #header .main-header,
body.jse-core .main-header {
  min-height: 100px !important;
  padding: 11px 14px !important;
}

body.jse-core #header .container-fluid,
body.jse-core #header .container,
body.jse-core .main-header .container-fluid,
body.jse-core .main-header .container {
  width: min(calc(100% - 28px), 1260px) !important;
}

body.jse-core #header .row,
body.jse-core .main-header .row {
  min-height: 76px !important;
}

body.jse-core #header .logo,
body.jse-core #header .logo.text-md-start.text-center,
body.jse-core .main-header .logo {
  flex-basis: 158px !important;
  width: 158px !important;
  min-width: 158px !important;
  height: 62px !important;
  margin-right: clamp(18px, 4vw, 60px) !important;
}

body.jse-core #header .custom-logo-link,
body.jse-core #header .site-logo a,
body.jse-core #header .logo a {
  width: 158px !important;
  height: 62px !important;
}

body.jse-core #header img.custom-logo,
body.jse-core #header .custom-logo-link img,
body.jse-core #header .logo img {
  width: 132px !important;
  height: 52px !important;
}

body.jse-core #header nav ul,
body.jse-core .main-navigation ul {
  gap: 4px !important;
}

body.jse-core #header nav li a,
body.jse-core .main-navigation li a {
  min-height: 44px !important;
  padding-inline: 9px !important;
}

.jse-core-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.jse-core-hero__signal {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(41, 182, 246, 0.25);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(4, 15, 30, 0.88), rgba(12, 38, 65, 0.72)),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(41, 182, 246, 0.04) 35px 36px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025), 0 28px 70px rgba(0,0,0,0.3);
}

.jse-core-hero__signal::after {
  position: absolute;
  right: -0.1em;
  bottom: -0.25em;
  color: rgba(255,255,255,0.035);
  font-family: var(--jse-head);
  font-size: 11rem;
  font-weight: 900;
  line-height: 0.8;
  content: "LIVE";
  pointer-events: none;
}

.jse-core-hero__signal > span {
  display: block;
  margin-bottom: 18px;
  color: var(--jse-orange-2);
  font-family: var(--jse-head);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jse-core-hero__signal > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-family: var(--jse-head);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-transform: uppercase;
}

.jse-core-hero__signal > strong em {
  color: var(--jse-orange-2);
  font-style: normal;
}

.jse-core-hero__signal > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.jse-core-hero__signal i {
  padding: 7px 10px;
  color: #c8d8ea;
  font-family: var(--jse-head);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
}

@media (max-width: 1180px) {
  body.jse-core #header nav li a,
  body.jse-core .main-navigation li a {
    padding-inline: 5px !important;
    font-size: 0.68rem !important;
  }
}

@media (max-width: 980px) {
  body.jse-core #header,
  body.jse-core .home-page-header,
  body.jse-core .site-header {
    position: relative !important;
    top: auto !important;
  }

  .jse-core-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  body.admin-bar.jse-core #header,
  body.admin-bar.jse-core .home-page-header,
  body.admin-bar.jse-core .site-header {
    top: auto;
  }
}

.jse-core-news-card__media.is-contain,
.jse-core-archive-card__media.is-contain {
  background:
    radial-gradient(circle at 50% 42%, rgba(41, 182, 246, 0.12), transparent 54%),
    linear-gradient(145deg, #fff, #edf5fb);
}

.jse-core-news-card__media.is-contain img,
.jse-core-archive-card__media.is-contain img {
  padding: clamp(16px, 3vw, 34px);
  object-fit: contain !important;
}

.jse-core-partners {
	padding-block: 10px !important;
}

/* The theme duplicates the current page title above the HOME content. */
body.home h1.vw-page-title {
	display: none !important;
}

/* Keep editorial card headlines readable against the navy surfaces. */
.jse-core-news h2,
.jse-core-news h3,
.jse-core-news-card h2,
.jse-core-news-card h3,
.jse-core-news-card__title,
.jse-core-news-carousel h2,
.jse-core-news-carousel h3,
.jse-news-shell h2,
.jse-news-shell h3,
.jse-news-card h2,
.jse-news-card h3,
.jse-news-card__title {
	color: #f8fbff !important;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.1) !important;
}

.jse-core-archive-card__body h2,
.jse-core-archive-card__body h2 a,
.jse-core-archive-card__body h2 a:link,
.jse-core-archive-card__body h2 a:visited,
.jse-core-archive-card__body h2 a:hover,
.jse-core-archive-card__body h2 a:focus {
	color: #f8fbff !important;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.12) !important;
}

/* About page: remove the duplicated theme title and replace the blue slab. */
body.page-id-17 h1.vw-page-title {
	display: none !important;
}

body.page-id-17 main#maincontent {
	padding-top: 28px !important;
}

body.page-id-17 .elementor-element-583901e {
	overflow: hidden;
	border: 1px solid #164667 !important;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(10, 165, 232, 0.09), transparent 38%),
		linear-gradient(90deg, rgba(255, 122, 0, 0.09), transparent 52%),
		#071426 !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

@media (max-width: 680px) {
	body.page-id-17 .elementor-element-583901e {
		border-radius: 18px;
	}
}

/* Academy page contains legacy Word inline styles forcing black text. */
body.page-id-7076 .elementor-widget-text-editor,
body.page-id-7076 .elementor-widget-text-editor p,
body.page-id-7076 .elementor-widget-text-editor li,
body.page-id-7076 .elementor-widget-text-editor span,
body.page-id-7076 .elementor-widget-text-editor strong,
body.page-id-7076 .elementor-widget-text-editor b,
body.page-id-7076 .elementor-widget-text-editor em {
	color: #e7f1f8 !important;
	text-shadow: none !important;
}

body.page-id-7076 .elementor-widget-text-editor a,
body.page-id-7076 .elementor-widget-text-editor a span,
body.page-id-7076 .elementor-widget-text-editor a strong {
	color: #1db8f5 !important;
}

body.page-id-7031 h1.vw-page-title {
	display: none !important;
}

body.page-id-7031 main#maincontent {
	padding-top: 0 !important;
}

body.page-id-19 .elementor-element-3098c6b2 {
	overflow: hidden;
	border: 1px solid #164667 !important;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(10, 165, 232, 0.09), transparent 38%),
		linear-gradient(90deg, rgba(255, 122, 0, 0.09), transparent 52%),
		#071426 !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

@media (max-width: 680px) {
	body.page-id-19 .elementor-element-3098c6b2 {
		border-radius: 18px;
	}
}

/* Branded, lightweight page-transition screen. */
#preloader {
	display: none;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 42%, rgba(10, 165, 232, 0.14), transparent 260px),
		linear-gradient(135deg, rgba(255, 122, 0, 0.07), transparent 44%),
		#06101f !important;
}

#preloader::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 92px;
	background: url("https://justsportevent.com/wp/wp-content/uploads/2022/06/JSE-GLOWNE-LOGO.png") center / contain no-repeat;
	filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.42));
	transform: translate(-50%, -78%);
	animation: jse-preloader-logo 1.25s ease-in-out infinite alternate;
}

#preloader::after {
	content: "";
	position: absolute;
	z-index: 3;
	top: calc(50% + 48px);
	left: 50%;
	width: 210px;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #ff7a00 36%, #ffad4a 62%, transparent);
	box-shadow: 0 0 22px rgba(255, 122, 0, 0.42);
	transform: translateX(-50%) scaleX(0.25);
	transform-origin: left center;
	animation: jse-preloader-line 1s ease-in-out infinite;
}

#preloader .loader-inner {
	position: absolute !important;
	inset: 0 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	transform: none !important;
}

#preloader .loader-inner::before,
#preloader .loader-inner::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(10, 165, 232, 0.18);
	border-radius: 50%;
}

#preloader .loader-inner::before {
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	transform: translate(-50%, -50%);
	animation: jse-preloader-ring 1.8s ease-out infinite;
}

#preloader .loader-inner::after {
	top: 50%;
	left: 50%;
	width: 430px;
	height: 430px;
	transform: translate(-50%, -50%);
	animation: jse-preloader-ring 1.8s 0.45s ease-out infinite;
}

#preloader .loader-line-wrap {
	display: none !important;
}

@keyframes jse-preloader-logo {
	from {
		opacity: 0.82;
		transform: translate(-50%, -78%) scale(0.97);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -78%) scale(1.025);
	}
}

@keyframes jse-preloader-line {
	0% {
		opacity: 0.35;
		transform: translateX(-50%) scaleX(0.18);
	}
	55% {
		opacity: 1;
		transform: translateX(-50%) scaleX(1);
	}
	100% {
		opacity: 0.2;
		transform: translateX(-50%) scaleX(0.25);
		transform-origin: right center;
	}
}

@keyframes jse-preloader-ring {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.72);
	}
	35% {
		opacity: 0.45;
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@media (prefers-reduced-motion: reduce) {
	#preloader::before,
	#preloader::after,
	#preloader .loader-inner::before,
	#preloader .loader-inner::after {
		animation: none !important;
	}
}

/* JSE mobile hero typography: prevent condensed display type from colliding */
@media (max-width: 1100px) {
  .jse-core-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    gap: clamp(22px, 4vw, 42px);
  }

  .jse-core-hero h1 {
    font-size: clamp(3.7rem, 8.4vw, 6.8rem);
    line-height: .84;
    letter-spacing: -.04em;
  }

  .jse-core-hero__signal > strong {
    font-size: clamp(2.65rem, 5vw, 4.2rem);
    line-height: .86;
    letter-spacing: -.035em;
  }
}

@media (max-width: 820px) {
  .jse-core-hero {
    grid-template-columns: 1fr;
  }

  .jse-core-hero h1 {
    font-size: clamp(3.15rem, 14.7vw, 5.5rem);
    line-height: .86;
    letter-spacing: -.038em;
    overflow-wrap: normal;
  }

  .jse-core-hero__signal {
    padding: 24px 20px;
  }

  .jse-core-hero__signal > strong {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
    line-height: .88;
    letter-spacing: -.03em;
  }
}

@media (max-width: 480px) {
  .jse-core-hero {
    padding: 24px 16px;
    gap: 28px;
  }

  .jse-core-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.25rem);
    line-height: .9;
    letter-spacing: -.03em;
  }

  .jse-core-hero__copy > p {
    font-size: .96rem;
    line-height: 1.5;
  }

  .jse-core-hero__actions {
    display: grid;
  }

  .jse-core-hero__actions a {
    width: 100%;
  }

  .jse-core-hero__signal {
    border-radius: 18px;
  }

  .jse-core-hero__signal > strong {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
    line-height: .9;
  }
}
