:root{
  --sls-theme-font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sls-theme-accent:#12613a;
  --sls-theme-ink:#0b4d2c;
  --sls-theme-secondary:#111827;
  --sls-theme-tertiary:#f5bd00;
  --sls-theme-surface:#fff;
  --sls-theme-soft:#f8fafc;
  --sls-theme-text:#111827;
  --sls-theme-muted:#64748b;
  --sls-theme-line:#dbe3ef;
  --sls-theme-success:#166534;
  --sls-theme-live:#b91c1c;
  --sls-theme-button-primary-bg:#2f73bf;
  --sls-theme-button-primary-text:#fff;
  --sls-theme-button-success-bg:#2f7d24;
  --sls-theme-button-warning-bg:#f5bd00;
  --sls-theme-button-danger-bg:#c70d00;
  --sls-theme-card-radius:0;
  --sls-theme-button-radius:0;
  --sls-theme-table-head:#12613a;
  --sls-theme-table-head-text:#fff;
  --sls-theme-card-shadow:0 2px 7px rgba(15,23,42,.16);
  --sls-theme-bar-width:8px;
  --sls-section-gap:20px;
  --sls-page-bg:#f3f6f8;
  --sls-header-bg:var(--sls-theme-accent);
  --sls-header-fg:#fff;
  --sls-header-line:var(--sls-theme-secondary);
  --sls-footer-bg:var(--sls-theme-accent);
  --sls-footer-fg:#fff;
  --sls-footer-line:var(--sls-theme-secondary);
  --sls-menu-button-bg:#fff;
  --sls-menu-button-text:var(--sls-theme-secondary);
  --sls-menu-button-hover-bg:var(--sls-theme-secondary);
  --sls-menu-button-hover-text:#fff;
  --sls-score-blue:#2f73bf;
  --sls-score-gold:#f5bd00;
  --sls-score-red:#b91c1c;
}

@font-face{
  font-family:"Inter";
  src:url("../fonts/InterVariable.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body,
.editor-styles-wrapper{
  margin:0;
  background:var(--sls-page-bg);
  color:var(--sls-theme-text);
  font-family:var(--sls-theme-font);
  font-size:16px;
  line-height:1.55;
}

body{
  -webkit-text-size-adjust:100%;
}

img,
svg,
video{
  max-width:100%;
  height:auto;
}

a{
  color:var(--sls-theme-accent);
  text-decoration:none;
}

a:hover,
a:focus-visible{
  color:var(--sls-theme-ink);
  text-decoration:underline;
}

:where(h1,h2,h3,h4,h5,h6){
  color:var(--sls-theme-text);
  font-family:var(--sls-theme-font);
  letter-spacing:0;
  line-height:1.15;
}

:where(h1,h2,h3,h4,h5,h6) a{
  color:inherit;
}

:where(button,input,select,textarea){
  font:inherit;
}

:where(.wp-block-button__link,button,input[type="submit"],.more-link,.page-numbers){
  border-radius:var(--sls-theme-button-radius);
}

.wp-site-blocks{
  min-height:100vh;
  background:var(--sls-page-bg);
}

.sls-site-header{
  position:sticky;
  top:0;
  z-index:50;
  overflow:visible;
  background:var(--sls-header-bg);
  color:var(--sls-header-fg);
  border-bottom:var(--sls-theme-bar-width) solid var(--sls-header-line);
  box-shadow:0 3px 12px rgba(15,23,42,.24);
}

.admin-bar .sls-site-header{
  top:32px;
}

.sls-site-header .sls-header-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:nowrap;
  overflow:visible;
  width:min(1600px,calc(100vw - 48px));
  max-width:min(1600px,calc(100vw - 48px));
  margin:0 auto;
  gap:12px;
  min-height:62px;
  padding-top:0;
  padding-bottom:0;
}

.sls-brand-lockup{
	display:inline-flex;
	align-items:center;
	gap:10px;
	min-width:200px;
  min-height:62px;
  overflow:visible;
  color:#fff;
  text-decoration:none;
}

.sls-brand-lockup:hover,
.sls-brand-lockup:focus-visible{
  color:#fff;
  text-decoration:none;
}

.sls-site-logo{
	flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
	position:relative;
	z-index:4;
  width:62px;
  height:62px;
  margin-top:0;
  margin-bottom:0;
  overflow:visible;
}

.sls-site-logo img{
	display:block;
	width:60px;
	height:60px;
  object-fit:contain;
	background:transparent;
	border:0;
	border-radius:0;
  transform:none;
}

.sls-brand-copy{
	display:flex;
  flex-direction:column;
  justify-content:center;
	gap:0;
	min-width:0;
	transform:translateY(0);
}

.sls-site-title,
.sls-site-title a,
.sls-footer-title,
.sls-footer-title a{
  margin:0;
  color:inherit;
  font-size:18px;
  font-weight:900;
  line-height:1.05;
  text-transform:uppercase;
  text-decoration:none;
}

.sls-site-tagline,
.sls-footer-tagline{
  margin:3px 0 0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}

.sls-main-navigation{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
  max-width:100%;
  font-size:clamp(12px,.9vw,13px);
  font-weight:900;
  text-transform:uppercase;
}

.sls-site-header .sls-header-shell > p{
  margin:0;
  display:contents;
  align-items:center;
  min-height:62px;
  height:62px;
  overflow:visible;
}

.sls-site-header .sls-header-shell > p > .sls-brand-lockup{
  display:flex;
}

.sls-site-header .sls-brand-lockup{
  min-width:0;
  gap:0;
}

.sls-site-header .sls-brand-copy{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}

.sls-site-header .sls-header-shell > p > .sls-main-navigation{
  margin-left:0;
}

.sls-main-navigation .wp-block-navigation__container,
.sls-auto-nav-list{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
}

.sls-auto-main-navigation{
  flex:1 1 520px;
}

.sls-auto-nav-item,
.sls-auto-nav-list > .menu-item{
  position:relative;
  margin:0;
}

.sls-main-navigation .wp-block-navigation-item__content,
.sls-auto-nav-link,
.sls-main-navigation .sls-auto-nav-list > .menu-item > a{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:6px 8px;
  color:var(--sls-menu-button-text,var(--sls-theme-secondary,#111827));
  border:1px solid var(--sls-menu-button-bg,#fff);
  background:var(--sls-menu-button-bg,#fff);
  text-decoration:none;
}

.sls-main-navigation .wp-block-navigation-item__content:hover,
.sls-main-navigation .wp-block-navigation-item__content:focus-visible,
.sls-main-navigation .current-menu-item>.wp-block-navigation-item__content,
.sls-main-navigation .current-menu-ancestor>.wp-block-navigation-item__content,
.sls-auto-nav-link:hover,
.sls-auto-nav-link:focus-visible,
.sls-auto-nav-item.is-active>.sls-auto-nav-link,
.sls-auto-nav-item:hover>.sls-auto-nav-link,
.sls-auto-nav-item:focus-within>.sls-auto-nav-link,
.sls-main-navigation .sls-auto-nav-list > .menu-item > a:hover,
.sls-main-navigation .sls-auto-nav-list > .menu-item > a:focus-visible,
.sls-main-navigation .sls-auto-nav-list > .current-menu-item > a,
.sls-main-navigation .sls-auto-nav-list > .current-menu-ancestor > a{
  color:var(--sls-menu-button-hover-text,#fff);
  background:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  border-color:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  text-decoration:none;
}

.sls-main-navigation .wp-block-navigation__submenu-container,
.sls-auto-subnav,
.sls-main-navigation .sub-menu{
  position:absolute;
  right:0;
  top:100%;
  z-index:80;
  display:none;
  min-width:220px;
  width:max-content;
  max-width:calc(100vw - 32px);
  box-sizing:border-box;
  margin:0;
  padding:10px 8px 8px;
  list-style:none;
  color:var(--sls-theme-text);
  background:var(--sls-theme-surface);
  border:1px solid var(--sls-theme-line);
  border-top:var(--sls-theme-bar-width) solid var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  box-shadow:var(--sls-theme-card-shadow);
  text-transform:none;
}

.sls-main-navigation .wp-block-navigation-item.has-child:hover>.wp-block-navigation__submenu-container,
.sls-main-navigation .wp-block-navigation-item.has-child:focus-within>.wp-block-navigation__submenu-container,
.sls-auto-nav-item:hover>.sls-auto-subnav,
.sls-auto-nav-item:focus-within>.sls-auto-subnav,
.sls-main-navigation .menu-item:hover > .sub-menu,
.sls-main-navigation .menu-item:focus-within > .sub-menu{
  display:grid;
  gap:4px;
  opacity:1;
  visibility:visible;
  overflow:visible;
  pointer-events:auto;
}

.sls-main-navigation .sub-menu .sub-menu{
  top:-11px;
  right:auto;
  left:100%;
}

.sls-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.sls-auto-subnav-link,
.sls-main-navigation .sub-menu a{
  display:flex;
  align-items:center;
  min-height:32px;
  padding:7px 10px;
  font-size:13px;
  color:var(--sls-theme-text);
  background:transparent;
  border:1px solid transparent;
  text-decoration:none;
  text-transform:none;
  white-space:nowrap;
  max-width:100%;
}

.sls-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.sls-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible,
.sls-auto-subnav-link:hover,
.sls-auto-subnav-link:focus-visible,
.sls-main-navigation .sub-menu a:hover,
.sls-main-navigation .sub-menu a:focus-visible{
  color:var(--sls-menu-button-hover-text,#fff);
  background:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  border-color:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  text-decoration:none;
}

.sls-main-navigation .wp-block-navigation__responsive-container-open,
.sls-main-navigation .wp-block-navigation__responsive-container-close{
  color:#fff;
}

.sls-main-navigation .wp-block-navigation__responsive-container.is-menu-open{
  background:var(--sls-header-bg);
  color:#fff;
  padding:22px;
}

.sls-main{
  padding-top:clamp(20px,4vw,44px);
  padding-bottom:clamp(32px,6vw,70px);
}

.sls-main--wide,
.sls-main--home{
  --wp--style--global--content-size:1200px;
  --wp--style--global--wide-size:1600px;
}

.sls-main--home{
  --sls-section-gap:12px;
  --wp--style--global--content-size:1400px;
  --wp--style--global--wide-size:1760px;
  margin-top:0;
  padding-top:var(--sls-section-gap);
  padding-bottom:var(--sls-section-gap) !important;
}

.sls-main--home>.alignwide,
.sls-main--home .sls-matchday-hero,
.sls-main--home .sls-home-layout{
  width:min(1760px,calc(100vw - 48px)) !important;
  max-width:min(1760px,calc(100vw - 48px)) !important;
}

.sls-matchday-hero{
  padding-top:0;
  padding-bottom:0;
  margin-bottom:var(--sls-section-gap);
}

.sls-matchday-header{
  align-items:flex-end;
  gap:18px;
  margin-bottom:18px;
  padding-bottom:14px;
  border-bottom:0;
}

.sls-matchday-brand-wrap{
  flex:1 1 760px;
  min-width:280px;
}

.sls-matchday-brand-wrap>*{
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.sls-matchday-brand,
.sls-homepage-hero{
  width:100%;
  max-width:none;
}

.sls-homepage-hero{
  position:relative;
  overflow:hidden;
  aspect-ratio:3 / 2;
  min-height:360px;
  max-height:min(72vh, 720px);
  background:var(--sls-theme-secondary,#111827);
  border:1px solid var(--sls-theme-line);
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
  box-shadow:var(--sls-theme-card-shadow);
}

.sls-homepage-hero__slide{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  opacity:0;
  transition:opacity 700ms ease;
}

@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  .sls-homepage-hero__slide{
    transition:none;
  }
}

.sls-homepage-hero__slide.is-active{
  opacity:1;
  z-index:1;
}

.sls-homepage-hero__image,
.sls-matchday-brand-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.sls-homepage-hero__title{
  position:absolute;
  left:15px;
  bottom:15px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  max-width:calc(100% - 30px);
  padding:15px;
  color:#fff;
  background:var(--sls-theme-secondary);
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
  font-size:18px;
  font-weight:900;
  line-height:1.05;
  text-transform:uppercase;
  box-shadow:0 2px 7px rgba(15,23,42,.18);
}

.sls-homepage-title-fallback{
  margin:0;
  color:var(--sls-theme-text);
  font-size:clamp(28px,4vw,48px);
  font-weight:900;
  line-height:1.05;
  text-transform:uppercase;
}

.sls-homepage-hero__dots{
  position:absolute;
  right:16px;
  bottom:14px;
  z-index:2;
  display:flex;
  gap:7px;
}

.sls-homepage-hero__dot{
  display:block;
  width:10px;
  height:10px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(15,23,42,.22);
}

.sls-homepage-hero__dot.is-active{
  background:#fff;
}

.sls-matchday-title{
  margin:0;
  font-size:clamp(32px,4vw,54px);
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}

.sls-matchday-tagline{
  margin:6px 0 0;
  color:var(--sls-theme-muted);
  font-size:16px;
  font-weight:800;
}

.sls-matchday-actions{
  gap:8px;
}

.wp-block-button__link,
.sls-public-button,
.more-link,
.wp-block-search__button{
  min-height:38px;
  padding:9px 13px;
  border:1px solid var(--sls-theme-accent);
  border-radius:var(--sls-theme-button-radius);
  background:var(--sls-theme-accent);
  color:var(--sls-theme-button-primary-text);
  font-family:var(--sls-theme-font);
  font-size:13px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  text-decoration:none;
  box-shadow:var(--sls-theme-card-shadow);
}

.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
.sls-public-button:hover,
.sls-public-button:focus-visible,
.more-link:hover,
.more-link:focus-visible,
.wp-block-search__button:hover,
.wp-block-search__button:focus-visible{
  background:var(--sls-theme-ink);
  border-color:var(--sls-theme-ink);
  color:#fff;
  text-decoration:none;
}

.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) a.button,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) button:not(.sls-auto-nav-link),
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) input[type="submit"]{
  min-height:38px;
  padding:9px 13px;
  border:1px solid var(--sls-theme-accent);
  border-radius:var(--sls-theme-button-radius);
  background:var(--sls-theme-accent);
  color:var(--sls-theme-button-primary-text);
  font-family:var(--sls-theme-font);
  font-size:13px;
  font-weight:700;
  line-height:1.1;
  text-align:center;
  text-decoration:none;
  box-shadow:var(--sls-theme-card-shadow);
}

.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) a.button:hover,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) a.button:focus-visible,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) button:not(.sls-auto-nav-link):hover,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) button:not(.sls-auto-nav-link):focus-visible,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) input[type="submit"]:hover,
.sls-main :where(.sls-public-page,.sls-public-list,.sls-widget) input[type="submit"]:focus-visible{
  background:var(--sls-theme-ink);
  border-color:var(--sls-theme-ink);
  color:#fff;
  text-decoration:none;
}

.is-style-outline .wp-block-button__link{
  background:#fff;
  color:var(--sls-theme-ink);
  border-color:var(--sls-theme-line);
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus-visible{
  background:var(--sls-theme-accent);
  border-color:var(--sls-theme-accent);
  color:#fff;
}

.sls-score-panel{
  min-width:0;
}

.sls-score-panel,
.sls-home-section{
  overflow:hidden;
  border:1px solid rgba(15,23,42,.12);
  border-top:var(--sls-theme-bar-width) solid var(--sls-section-color,var(--sls-theme-accent));
  background:#fff;
  box-shadow:var(--sls-theme-card-shadow);
}

.sls-score-panel--next,
.sls-score-panel--result{
  --sls-section-color:var(--sls-theme-accent);
}

.sls-score-panel--table,
.sls-news-panel{
  --sls-section-color:var(--sls-theme-accent);
}

.sls-score-panel--matrix{
  --sls-section-color:var(--sls-theme-accent);
}

.sls-score-panel>h2,
.sls-home-section>h2,
.sls-news-panel>h2{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  width:100%;
  min-height:42px;
  margin:0;
  padding:8px 12px;
  border:0;
  color:var(--sls-theme-table-head-text,#fff);
  background:var(--sls-theme-secondary,var(--sls-theme-ink,#111827));
  font-size:clamp(15px,1.2vw,18px);
  font-weight:800;
  line-height:1.15;
  text-transform:uppercase;
}

.sls-home-layout,
.wp-block-columns.sls-home-layout{
  align-items:flex-start !important;
  gap:var(--sls-section-gap);
  margin-top:0;
  margin-bottom:0 !important;
}

.wp-site-blocks>.sls-main+.sls-site-footer,
.wp-site-blocks>.sls-main+footer.wp-block-template-part,
.wp-site-blocks>.wp-block-template-part+.sls-site-footer{
  margin-block-start:0 !important;
}

.sls-home-sidebar{
  display:grid;
  order:2;
  gap:var(--sls-section-gap);
  align-content:start;
  flex-basis:380px !important;
  min-width:340px;
  max-width:420px;
  align-self:flex-start;
  align-items:start;
}

.sls-home-main{
  display:grid;
  order:1;
  gap:var(--sls-section-gap);
  align-content:start;
  min-width:0;
  align-items:start;
}

.sls-home-main>*,
.sls-home-sidebar>*{
  margin-block-start:0 !important;
  margin-block-end:0 !important;
}

.sls-page-with-sidebar{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,390px);
  gap:var(--sls-section-gap);
  align-items:start;
  width:100%;
  max-width:100%;
}

.sls-page-with-sidebar__content{
  min-width:0;
}

.sls-page-with-sidebar__content>*:first-child{
  margin-top:0 !important;
}

.sls-page-with-sidebar__content>*:last-child{
  margin-bottom:0 !important;
}

.sls-page-sidebar.sls-home-sidebar{
  order:initial;
  width:100%;
  min-width:0;
  max-width:none;
  flex-basis:auto !important;
}

.sls-page-sidebar .sls-score-panel{
  min-height:0;
}

.sls-home-section{
  min-width:0;
}

.sls-home-section>*,
.sls-home-sidebar .sls-score-panel>*{
  max-width:none !important;
}

.sls-home-section>.wp-block-query,
.sls-home-section>.sls-public-empty{
  padding:12px;
}

.sls-news-panel>.wp-block-query{
  margin-top:0;
  border-top:0;
  background:#fff;
}

.sls-news-query .wp-block-post-template{
  margin-top:0;
}

.sls-home-section>.sls-public-table-wrap,
.sls-home-section>.sls-clubhouse-matrix-wrap,
.sls-home-sidebar .sls-score-panel>.sls-public-featured-display{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-top:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}

.sls-front-content{
  margin-top:var(--sls-section-gap);
}

.is-style-sls-card,
.is-style-sls-accent-card,
.sls-entry-shell,
.sls-post-card,
.sls-news-card,
.wp-block-search,
.wp-block-comments,
.wp-block-comment-template li{
  border:1px solid rgba(15,23,42,.12);
  border-radius:var(--sls-theme-card-radius);
  background:var(--sls-theme-surface);
  box-shadow:var(--sls-theme-card-shadow);
}

.is-style-sls-card,
.sls-entry-shell,
.sls-post-card,
.sls-news-card,
.wp-block-search{
  padding:clamp(16px,2.2vw,24px);
}

.is-style-sls-accent-card{
  padding:clamp(16px,2.2vw,24px);
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
}

.sls-entry-shell{
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
}

.sls-entry-title{
  margin-top:0;
  margin-bottom:12px;
}

.sls-entry-meta{
  gap:8px;
  margin-bottom:16px;
  color:var(--sls-theme-muted);
  font-size:13px;
  font-weight:800;
}

.sls-entry-meta a{
  color:inherit;
}

.sls-entry-image{
  margin-bottom:18px;
}

.sls-entry-image img,
.sls-post-card .wp-block-post-featured-image img,
.sls-news-card .wp-block-post-featured-image img{
  display:block;
  width:100%;
  object-fit:cover;
}

.sls-entry-content :where(p,ul,ol){
  max-width:76ch;
}

.sls-entry-content :where(table,.sls-public-table){
  max-width:none;
}

.sls-post-index{
  min-width:0;
}

.sls-post-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

.sls-post-card{
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
}

.sls-post-card .wp-block-post-title,
.sls-news-card .wp-block-post-title{
  margin:10px 0 4px;
  font-size:21px;
}

.sls-post-card .wp-block-post-date,
.sls-news-card .wp-block-post-date{
  color:var(--sls-theme-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.sls-post-card .wp-block-post-excerpt{
  margin-top:10px;
}

.sls-news-query .wp-block-post-template{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
}

.sls-news-card{
  padding:12px;
  border:0;
  border-top:0;
  box-shadow:none;
}

.sls-news-card .wp-block-post-featured-image{
  margin:0;
}

.sls-news-list{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:0;
  padding:12px;
  background:#fff;
}

.sls-news-list__item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px 0;
  border-top:1px solid var(--sls-theme-line);
}

.sls-news-list__item:first-child{
  padding-top:0;
  border-top:0;
}

.sls-news-list__item:last-child{
  padding-bottom:0;
}

.sls-news-list__thumb{
  flex:0 0 112px;
  width:112px;
  height:112px;
  overflow:hidden;
  background:var(--sls-theme-soft);
  border:1px solid var(--sls-theme-line);
}

.sls-news-list__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.sls-news-list__content{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.sls-news-list__title{
  margin:0;
  font-size:18px;
  line-height:1.2;
  font-weight:600;
}

.sls-news-list__title a{
  color:var(--sls-theme-text);
  text-decoration:none;
}

.sls-news-list__title a:hover,
.sls-news-list__title a:focus-visible{
  color:var(--sls-theme-accent);
  text-decoration:none;
}

.sls-news-list__excerpt{
  color:var(--sls-theme-text);
  font-size:14px;
  line-height:1.5;
}

.sls-news-list__excerpt p{
  margin:0 0 8px;
}

.sls-news-list__excerpt p:last-child{
  margin-bottom:0;
}

.sls-news-list__read-more{
  align-self:flex-end;
  margin-top:2px;
  color:var(--sls-theme-accent);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.sls-news-list__read-more:hover,
.sls-news-list__read-more:focus-visible{
  color:var(--sls-theme-ink);
  text-decoration:underline;
}

.sls-news-list__pagination{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:flex-end;
  margin-top:14px;
}

.sls-home-sidebar .sls-score-panel{
  min-height:0;
}

.sls-home-sidebar .sls-public-featured-display{
  display:block;
}

.sls-home-sidebar .sls-event-card{
	display:block !important;
	min-height:0;
	padding:8px 10px 10px !important;
	border:0 !important;
	border-top:0 !important;
	box-shadow:none !important;
}

.sls-home-sidebar .sls-event-card__body{
	display:grid;
	gap:7px;
}

.sls-home-sidebar .sls-event-card__top{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:start;
	gap:5px;
}

.sls-home-sidebar .sls-event-card__meta{
  font-size:12px;
  font-weight:900;
  line-height:1.3;
}

.sls-home-sidebar .sls-event-card__side{
  min-width:0;
}

.sls-home-sidebar .sls-event-card__status-text{
  font-size:11px;
}

.sls-home-sidebar .sls-event-card__matchup{
	display:grid !important;
	grid-template-columns:minmax(0,1fr) minmax(44px,auto) minmax(0,1fr) !important;
	align-items:center !important;
	justify-items:center !important;
	gap:6px !important;
	padding:0 !important;
}

.sls-home-sidebar .sls-event-card__matchup > p{
  display:contents !important;
  margin:0 !important;
}

.sls-home-sidebar .sls-event-card__team{
	display:grid;
	justify-items:center;
	gap:4px;
  min-width:0;
  color:var(--sls-theme-text);
  text-align:center;
  text-decoration:none;
}

.sls-home-sidebar .sls-event-card__team-link{
	display:grid;
	justify-items:center;
	gap:4px;
  color:inherit;
  text-align:center;
  text-decoration:none;
}

.sls-home-sidebar .sls-event-card__team:hover,
.sls-home-sidebar .sls-event-card__team-link:hover{
  color:var(--sls-theme-accent);
  text-decoration:none;
}

.sls-home-sidebar .sls-event-card__team-logo{
	width:clamp(88px,22vw,108px) !important;
	height:clamp(88px,22vw,108px) !important;
}

.sls-home-sidebar .sls-event-card__team-name{
  max-width:100%;
  color:inherit;
  font-size:15px !important;
  font-weight:900;
  line-height:1.15;
  white-space:normal;
  overflow-wrap:anywhere;
}

.sls-home-sidebar .sls-event-card__team-name.is-long,
.sls-home-sidebar .sls-event-card__team-name.is-very-long{
  font-size:13px !important;
}

.sls-home-sidebar .sls-event-card__score{
  color:var(--sls-theme-text);
  font-size:26px !important;
  font-weight:900 !important;
  line-height:1;
  text-align:center !important;
  white-space:nowrap !important;
}

.sls-home-sidebar .sls-event-card.has-status-score .sls-event-card__score{
  font-size:15px !important;
  text-transform:uppercase;
}

.sls-home-sidebar .sls-event-card__details{
  gap:4px;
  margin-top:0;
}

.sls-home-sidebar .sls-event-card__detail{
  min-height:22px;
  padding:3px 6px;
  font-size:11px;
  font-weight:800;
}

.sls-home-sidebar .sls-event-card__actions{
  justify-content:stretch !important;
  margin-top:0;
}

.sls-home-sidebar .sls-event-card__action{
  width:100%;
  min-height:34px;
  background:var(--sls-theme-accent) !important;
  color:var(--sls-theme-accent-contrast,#fff) !important;
  border-color:var(--sls-theme-accent) !important;
}

.sls-home-sidebar .sls-event-card__action:hover,
.sls-home-sidebar .sls-event-card__action:focus-visible{
  background:var(--sls-theme-ink,#111827) !important;
  color:#fff !important;
  border-color:var(--sls-theme-ink,#111827) !important;
}

.sls-clubhouse-matrix-wrap{
  border:1px solid rgba(15,23,42,.12);
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
  background:#fff;
  box-shadow:var(--sls-theme-card-shadow);
}

.sls-clubhouse-matrix{
  min-width:0;
  width:100%;
  table-layout:fixed;
  margin:0;
}

.sls-clubhouse-matrix th:first-child{
  min-width:0;
  width:clamp(118px,22%,220px);
}

.sls-clubhouse-matrix td{
  text-align:center;
  vertical-align:middle;
}

.sls-clubhouse-matrix tbody th{
  text-align:left;
}

.sls-clubhouse-matrix .sls-public-team-logo{
  width:clamp(18px,2vw,30px);
  height:clamp(18px,2vw,30px);
}

.sls-clubhouse-matrix-team{
  border-left:6px solid var(--team-color,var(--sls-theme-accent));
  padding-left:8px;
}

.sls-clubhouse-matrix thead .sls-clubhouse-matrix-team{
  display:grid;
  justify-items:center;
  gap:5px;
  border-left:0;
  padding-left:0;
}

.sls-clubhouse-matrix .sls-results-matrix__link{
  display:inline-block;
  min-height:0;
  min-width:0;
  margin:0 3px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--sls-theme-text) !important;
  font-size:var(--sls-type-body,14px);
  font-weight:var(--sls-weight-regular,400);
  line-height:1.35;
  text-align:center;
  text-decoration:none !important;
  white-space:normal;
  font-variant-numeric:tabular-nums;
}

.sls-clubhouse-matrix .sls-results-matrix__link.is-date{
  font-size:var(--sls-type-body,14px);
  font-weight:var(--sls-weight-regular,400);
}

.sls-clubhouse-matrix .sls-results-matrix__link:hover,
.sls-clubhouse-matrix .sls-results-matrix__link:focus-visible{
  color:var(--sls-theme-accent) !important;
  background:transparent;
  text-decoration:underline !important;
}

.sls-archive-title{
  margin-top:0;
  margin-bottom:18px;
}

.sls-search-form{
  margin-bottom:18px;
}

.wp-block-search__inside-wrapper{
  gap:8px;
}

.wp-block-search__input,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea{
  min-height:40px;
  border:1px solid var(--sls-theme-line);
  border-radius:0;
  background:#fff;
  color:var(--sls-theme-text);
  padding:8px 10px;
}

.wp-block-search__input:focus,
input:focus,
select:focus,
textarea:focus{
  outline:3px solid rgba(47,115,191,.18);
  border-color:var(--sls-theme-button-primary-bg);
}

.wp-block-table.is-style-sls-table table,
.sls-entry-content table,
.sls-public-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  color:var(--sls-theme-text);
  font-size:15px;
}

.wp-block-table.is-style-sls-table th,
.wp-block-table.is-style-sls-table td,
.sls-entry-content table th,
.sls-entry-content table td,
.sls-public-table th,
.sls-public-table td{
  border:0;
  border-bottom:1px solid var(--sls-theme-line);
  padding:11px 12px;
  vertical-align:middle;
}

.wp-block-table.is-style-sls-table th,
.sls-entry-content table th,
.sls-public-table th{
  background:var(--sls-theme-table-head,var(--sls-theme-secondary,var(--sls-theme-ink,#111827)));
  color:var(--sls-theme-table-head-text,#fff);
  font-size:12px;
  font-weight:800;
  text-align:center;
}

.wp-block-table.is-style-sls-table thead th,
.sls-entry-content table thead th,
.sls-public-table thead th{
  border-top:0;
}

.wp-block-table.is-style-sls-table thead th:first-child,
.sls-entry-content table thead th:first-child,
.sls-public-table thead th:first-child{
  border-left:0;
}

.wp-block-table.is-style-sls-table thead th:last-child,
.sls-entry-content table thead th:last-child,
.sls-public-table thead th:last-child{
  border-right:0;
}

.sls-home-section .sls-results-matrix{
  min-width:0 !important;
  width:100%;
  table-layout:fixed;
}

.sls-home-section .sls-public-table-wrap{
  overflow-x:visible;
}

.sls-home-section .sls-results-matrix th,
.sls-home-section .sls-results-matrix td{
  padding-left:6px;
  padding-right:6px;
  vertical-align:middle;
}

.sls-home-section .sls-results-matrix td,
.sls-home-section .sls-results-matrix thead th:not(:first-child){
  text-align:center !important;
}

.sls-home-section .sls-results-matrix__link{
  display:inline-block !important;
  margin:0 3px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--sls-theme-text) !important;
  font-size:var(--sls-type-body,14px) !important;
  font-weight:var(--sls-weight-regular,400) !important;
  line-height:1.35 !important;
  text-align:center !important;
  text-decoration:none !important;
  white-space:normal !important;
}

.sls-home-section .sls-results-matrix__link.is-date{
  font-size:var(--sls-type-body,14px) !important;
  font-weight:var(--sls-weight-regular,400) !important;
}

.sls-home-section .sls-results-matrix__link:hover,
.sls-home-section .sls-results-matrix__link:focus-visible{
  color:var(--sls-theme-accent) !important;
  text-decoration:underline !important;
}

.wp-block-table.is-style-sls-table tbody tr:nth-child(even) td,
.sls-entry-content table tbody tr:nth-child(even) td,
.sls-public-table tbody tr:nth-child(even) td{
  background:#fbfdff;
}

@media (max-width:760px){
  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack{
    display:table;
    width:100%;
    min-width:0 !important;
    table-layout:fixed;
    border-collapse:separate;
    border-spacing:0;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack thead{
    display:table-header-group;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack tbody{
    display:table-row-group;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack tr{
    display:table-row;
    padding:0;
    border:0;
    background:transparent;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack td{
    display:table-cell;
    grid-template-columns:none;
    gap:0;
    padding:9px 6px !important;
    border-bottom:1px solid var(--sls-theme-line,#d9e2ef) !important;
    text-align:center !important;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack td::before{
    content:none;
  }

  .sls-home-section.sls-score-panel--table .sls-public-table--league.sls-public-table--stack .sls-public-table__col--team{
    text-align:left !important;
  }
}

.sls-site-footer{
  background:var(--sls-footer-bg);
  color:var(--sls-footer-fg,#fff);
  border-top:var(--sls-theme-bar-width) solid var(--sls-footer-line);
}

.sls-site-footer .sls-footer-grid{
  gap:0;
  padding-top:16px;
  padding-bottom:16px;
}

.sls-footer-grid--credit{
  display:flex;
  align-items:center;
  justify-content:center;
}

.sls-footer-credit{
  margin:0;
  color:var(--sls-footer-fg,#fff);
  font-size:13px;
  font-weight:800;
  line-height:1.35;
  text-align:center;
}

.sls-footer-credit a{
  color:var(--sls-footer-fg,#fff);
  text-decoration:none;
}

.sls-footer-credit a:hover,
.sls-footer-credit a:focus-visible{
  color:var(--sls-theme-accent-contrast,#fff);
  text-decoration:underline;
}

.sls-footer-heading{
  margin:0 0 8px;
  color:var(--sls-footer-fg,#fff);
  font-size:13px;
  font-weight:900;
  line-height:1.2;
  text-transform:uppercase;
}

.sls-footer-navigation{
  color:var(--sls-footer-fg,#fff);
  font-size:13px;
  font-weight:800;
}

.sls-footer-navigation .wp-block-navigation__container,
.sls-footer-nav-list{
  gap:6px;
}

.sls-footer-nav-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:0;
  padding:0;
  list-style:none;
}

.sls-footer-navigation .wp-block-navigation-item__content,
.sls-footer-navigation .menu-item > a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 10px;
  color:var(--sls-footer-fg,#fff);
  border:1px solid color-mix(in srgb,var(--sls-footer-fg,#fff) 20%,transparent);
  text-decoration:none;
}

.sls-footer-navigation .wp-block-navigation-item__content:hover,
.sls-footer-navigation .wp-block-navigation-item__content:focus-visible,
.sls-footer-navigation .menu-item > a:hover,
.sls-footer-navigation .menu-item > a:focus-visible{
  color:var(--sls-menu-button-hover-text,#fff);
  background:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary));
  border-color:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary));
  text-decoration:none;
}

.sls-site-footer .sls-main-navigation{
  flex:0 1 auto;
  font-size:12px;
  font-weight:800;
  text-transform:none;
}

.sls-site-footer .sls-auto-nav-list{
  justify-content:flex-start;
}

.sls-site-footer .sls-main-navigation .wp-block-navigation-item__content,
.sls-site-footer .sls-auto-nav-link{
  min-height:30px;
  padding:6px 9px;
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.18);
}

.sls-site-footer .sls-main-navigation .wp-block-navigation__submenu-container,
.sls-site-footer .sls-auto-subnav{
  right:auto;
  left:0;
}

/* Softball Live Scoring plugin surfaces */

body.sls-public-route .sls-main{
  padding-top:18px;
}

body.sls-public-route .sls-entry-shell{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.sls-public-page,
.sls-public-list{
  font-family:var(--sls-theme-font);
}

.sls-public-page{
  width:min(1600px,calc(100vw - 24px)) !important;
  padding-top:0 !important;
}

.sls-public-page .sls-public-page__title{
  color:var(--sls-theme-ink,#111827) !important;
  font-weight:var(--sls-weight-regular,400) !important;
  text-transform:none !important;
}

.sls-public-page__header{
  padding:16px 0 12px !important;
  border-bottom:0 !important;
}

.sls-event-card,
.sls-player-profile,
.sls-team-profile,
.sls-public-panel,
.sls-directory-card,
.sls-public-filters,
.sls-public-scoreboard{
  border-radius:var(--sls-theme-card-radius) !important;
  box-shadow:var(--sls-theme-card-shadow) !important;
}

.sls-event-card,
.sls-player-profile,
.sls-team-profile,
.sls-directory-card,
.sls-public-filters,
.sls-public-game-recap{
  border-top-width:var(--sls-theme-bar-width) !important;
}

.sls-public-panel{
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
}

.sls-public-featured-display>.sls-public-title{
  display:none;
}

.sls-public-status{
  border-radius:0 !important;
  font-weight:900 !important;
}

.sls-public-table th{
  background:var(--sls-theme-table-head,var(--sls-theme-secondary,var(--sls-theme-ink,#111827))) !important;
  color:var(--sls-theme-table-head-text,#fff) !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.sls-public-table td{
  font-weight:600;
}

.sls-public-team-logo,
.sls-event-card__team-logo,
.sls-directory-card__logo,
.sls-team-profile__logo{
  border-radius:0 !important;
}

.sls-public-kpi{
  border-radius:0 !important;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
}

.sls-public-kpi strong,
.sls-public-scoreboard__score,
.sls-event-card__score{
  font-weight:900 !important;
}

/* WordPress blocks and widgets */

.wp-block-separator{
  border-color:var(--sls-theme-line);
}

.wp-block-quote{
  margin-left:0;
  padding:12px 14px;
  border-left:8px solid var(--sls-theme-accent);
  background:#fff;
  box-shadow:var(--sls-theme-card-shadow);
}

.wp-block-cover{
  border-radius:0;
}

.wp-block-post-featured-image{
  margin-top:0;
}

.wp-block-post-featured-image img{
  border-radius:0;
}

.wp-block-query-pagination{
  margin-top:20px;
}

.page-numbers,
.wp-block-query-pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  min-width:34px;
  padding:6px 10px;
  border:1px solid var(--sls-theme-line);
  background:#fff;
  color:var(--sls-theme-text);
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible,
.wp-block-query-pagination a:hover,
.wp-block-query-pagination a:focus-visible{
  background:var(--sls-theme-accent);
  border-color:var(--sls-theme-accent);
  color:#fff;
  text-decoration:none;
}

.wp-block-gallery{
  gap:8px;
}

.wp-block-gallery .wp-block-image,
.wp-block-image img{
  border-radius:0;
}

.wp-block-calendar table caption{
  background:var(--sls-theme-ink);
  color:#fff;
  padding:10px;
  font-weight:900;
}

.wp-block-calendar table th{
  background:var(--sls-theme-accent);
  color:#fff;
}

/* Team colour helpers for custom content. */

.sls-team-card{
  --sls-team-color:var(--sls-theme-accent);
  border:1px solid var(--sls-theme-line);
  border-top:var(--sls-theme-bar-width) solid var(--sls-team-color);
  background:#fff;
  box-shadow:var(--sls-theme-card-shadow);
}

.sls-team-accent{
  color:var(--sls-team-color,var(--sls-theme-accent));
}

.has-sls-green-background-color{
  background-color:var(--sls-theme-accent) !important;
}

.has-sls-green-color{
  color:var(--sls-theme-accent) !important;
}

.has-sls-ink-background-color{
  background-color:var(--sls-theme-ink) !important;
}

.has-sls-ink-color{
  color:var(--sls-theme-ink) !important;
}

.has-sls-blue-background-color{
  background-color:var(--sls-theme-button-primary-bg) !important;
}

.has-sls-blue-color{
  color:var(--sls-theme-button-primary-bg) !important;
}

.has-sls-red-background-color{
  background-color:var(--sls-theme-live) !important;
}

.has-sls-red-color{
  color:var(--sls-theme-live) !important;
}

.has-sls-gold-background-color{
  background-color:var(--sls-theme-button-warning-bg) !important;
}

.has-sls-gold-color{
  color:var(--sls-theme-button-warning-bg) !important;
}

.has-sls-soft-background-color{
  background-color:var(--sls-page-bg) !important;
}

.has-sls-soft-color{
  color:var(--sls-page-bg) !important;
}

.has-sls-white-background-color{
  background-color:#fff !important;
}

.has-sls-white-color{
  color:#fff !important;
}

@media (max-width:900px){
  .sls-site-header{
    position:relative;
  }

  .admin-bar .sls-site-header{
    top:auto;
  }

  .sls-site-header .sls-header-shell{
    align-items:center;
  }

  .sls-brand-lockup{
    width:100%;
  }

  .sls-main-navigation{
    width:100%;
  }

  .sls-main-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
    display:none;
  }

  .sls-main-navigation .wp-block-navigation__responsive-container-open:not(.always-shown){
    display:flex;
  }

  .sls-matchday-header{
    align-items:flex-start;
  }

  .sls-matchday-actions{
    justify-content:flex-start !important;
  }

  .sls-main--home>.alignwide,
  .sls-main--home .sls-matchday-hero,
  .sls-main--home .sls-home-layout{
    width:min(100%,calc(100vw - 24px)) !important;
    max-width:min(100%,calc(100vw - 24px)) !important;
  }

  .sls-home-layout{
    flex-wrap:wrap !important;
  }

  .sls-home-sidebar{
    order:2;
    flex-basis:100% !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-width:0;
    max-width:none;
  }

  .sls-home-main{
    order:1;
    flex-basis:100% !important;
  }

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

  .sls-page-sidebar.sls-home-sidebar{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .sls-news-list__item{
    display:block;
  }

  .sls-news-list__thumb{
    display:block;
    width:96px;
    height:96px;
    margin:0 0 10px;
  }

  .sls-news-list__read-more{
    align-self:flex-start;
  }

  .sls-site-header .sls-header-shell{
    width:min(100%,calc(100vw - 20px));
    max-width:min(100%,calc(100vw - 20px));
    gap:10px;
    min-height:62px;
    padding-top:0;
    padding-bottom:0;
  }

  .sls-brand-lockup{
    flex:0 0 auto;
    width:auto;
    max-width:190px;
    min-width:0;
    min-height:62px;
    gap:8px;
  }

  .sls-brand-copy{
    width:118px;
    max-width:118px;
    transform:none;
  }

  .sls-main-navigation{
    flex:1 1 auto;
    justify-content:flex-start;
    min-width:0;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .sls-main-navigation::-webkit-scrollbar{
    display:none;
  }

  .sls-main-navigation .wp-block-navigation__container,
  .sls-auto-nav-list{
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:max-content;
  }

  .sls-auto-main-navigation{
    flex:1 1 auto;
    min-width:0;
  }

  .sls-main-navigation .wp-block-navigation-item__content,
  .sls-auto-nav-link{
    white-space:nowrap;
  }

  .sls-site-logo img{
    width:58px;
    height:58px;
    transform:none;
  }

  .sls-site-logo{
    width:60px;
    height:60px;
    margin-top:0;
    margin-bottom:0;
  }

  .sls-site-title,
  .sls-site-title a,
  .sls-footer-title,
  .sls-footer-title a{
    font-size:13px;
    line-height:1.08;
  }

  .sls-site-tagline,
  .sls-footer-tagline{
    font-size:12px;
  }

  .sls-main{
    padding-top:18px;
    padding-bottom:36px;
  }

  .sls-entry-shell,
  .sls-post-card,
  .sls-news-card,
  .is-style-sls-card,
  .is-style-sls-accent-card{
    padding:14px;
  }

  .sls-public-page{
    width:min(100%,calc(100vw - 12px)) !important;
  }

  .sls-main--home>.alignwide,
  .sls-main--home .sls-matchday-hero,
  .sls-main--home .sls-home-layout{
    width:min(100%,calc(100vw - 12px)) !important;
    max-width:min(100%,calc(100vw - 12px)) !important;
  }

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

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

  .sls-homepage-hero{
    min-height:240px;
    max-height:360px;
  }

  .sls-player-profile,
  .sls-team-profile{
    grid-template-columns:1fr !important;
  }

  .sls-event-card{
    grid-template-columns:1fr !important;
  }

  .sls-event-card__side{
    justify-items:start !important;
  }

  .sls-event-card__score,
  .sls-event-card__score-label{
    text-align:left !important;
  }
}

@media (max-width:600px){
  .wp-block-search__inside-wrapper{
    flex-direction:column;
  }

  .wp-block-search__button,
  .wp-block-search__input{
    width:100%;
  }

  .sls-public-table--stack,
  .sls-public-table--schedule{
    min-width:0 !important;
  }
}

@media print{
  .sls-site-header,
  .sls-site-footer,
  .sls-matchday-actions,
  .wp-block-query-pagination{
    display:none !important;
  }

  body,
  .wp-site-blocks{
    background:#fff !important;
  }

  .sls-entry-shell,
  .sls-public-panel{
    box-shadow:none !important;
  }
}

/* SLS typography pass.
   Inter Regular is the default. Size, spacing and colour now create hierarchy
   instead of heavy bold weights. */
:root{
  --sls-text-small:12px;
  --sls-text-regular:14px;
  --sls-text-h1:28px;
  --sls-text-h2:22px;
  --sls-text-h3:16px;
  --sls-text-section:16px;
  --sls-text-score:clamp(30px,5vw,56px);
  --sls-text-score-compact:clamp(24px,4vw,40px);
  --sls-type-body:var(--sls-text-regular);
  --sls-type-section:var(--sls-text-section);
  --sls-type-page-title:var(--sls-text-h1);
  --sls-type-hero-title:clamp(28px,3vw,36px);
  --sls-weight-regular:400;
  --sls-weight-heading:600;
}

body,
.editor-styles-wrapper,
.sls-public-page,
.sls-public-list,
.sls-widget,
.sls-entry-content,
.sls-home-layout,
.sls-main{
  font-weight:var(--sls-weight-regular);
}

.sls-entry-content,
.sls-entry-content p,
.sls-entry-content li,
.sls-entry-content td,
.sls-entry-content th,
.sls-public-page,
.sls-public-page p,
.sls-public-page li,
.sls-public-page td,
.sls-public-page th,
.sls-public-page label,
.sls-public-page select,
.sls-widget,
.sls-widget p,
.sls-widget td,
.sls-widget th,
.sls-home-section,
.sls-home-section td,
.sls-home-section th{
  font-size:var(--sls-type-body);
  font-weight:var(--sls-weight-regular) !important;
  line-height:1.45;
}

.sls-site-header,
.sls-site-header :where(a,span,p,button),
.sls-main-navigation,
.sls-main-navigation :where(a,button,span),
.sls-auto-main-navigation,
.sls-auto-main-navigation :where(a,button,span){
  font-weight:var(--sls-weight-regular) !important;
}

.sls-home-section-title,
.sls-widget-title,
.sls-public-title,
.sls-public-panel>.sls-public-title,
.sls-public-featured-display>.sls-public-title,
.sls-public-table-wrap>.sls-public-title,
.sls-venue-map-panel .sls-public-title,
.sls-venue-games-panel .sls-public-title,
.sls-player-profile__title,
.sls-team-profile__title,
.sls-directory-card__title,
.sls-award-card__title{
  font-size:var(--sls-type-section) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.25;
}

.sls-public-page__title,
.sls-archive-title,
.sls-homepage-hero__title{
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.12;
}

.sls-main :where(h1,.sls-heading-1),
.sls-entry-content :where(h1,.sls-heading-1){
  font-size:var(--sls-text-h1) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.12;
}

.sls-main :where(h2,.sls-heading-2),
.sls-entry-content :where(h2,.sls-heading-2){
  font-size:var(--sls-text-h2) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.16;
}

.sls-main :where(h3,h4,h5,h6,.wp-block-heading,.wp-block-post-title,.sls-heading-3),
.sls-entry-content :where(h3,h4,h5,h6,.wp-block-heading,.wp-block-post-title,.sls-heading-3){
  font-size:var(--sls-text-h3) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.22;
}

.sls-text-regular{
  font-size:var(--sls-text-regular);
  font-weight:var(--sls-weight-regular);
  line-height:1.45;
}

.sls-score-text,
.sls-event-card__score,
.sls-public-scoreboard__score{
  font-size:var(--sls-text-score) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.sls-widget .sls-event-card__score,
.sls-widget .sls-public-scoreboard__score{
  font-size:var(--sls-text-score-compact) !important;
}

body:not(.wp-admin) .sls-venues-page{
  display:grid;
  gap:18px;
}

body:not(.wp-admin) .sls-venues-primary{
  display:grid;
  gap:14px;
}

body:not(.wp-admin) .sls-venues-primary>.sls-public-title{
  margin:0;
}

body:not(.wp-admin) .sls-venues-primary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:start;
}

body:not(.wp-admin) .sls-venue-primary-card{
  display:grid;
  gap:12px;
  min-width:0;
  padding:16px;
}

body:not(.wp-admin) .sls-venue-primary-card .sls-venue-map-panel{
  padding:0;
  border:0;
  box-shadow:none;
  background:transparent;
}

body:not(.wp-admin) .sls-venue-primary-card .sls-venue-games-panel{
  padding:12px 0 0;
  margin-top:2px;
  border:0;
  border-top:1px solid var(--sls-line);
  box-shadow:none;
  background:transparent;
}

body:not(.wp-admin) .sls-venue-games-panel{
  display:grid;
  gap:10px;
}

body:not(.wp-admin) .sls-venue-games-summary{
  margin:0;
}

body:not(.wp-admin) .sls-public-pagination .is-gap{
  min-width:22px;
  border-color:transparent;
  background:transparent;
  color:var(--sls-muted);
  padding-left:2px;
  padding-right:2px;
}

@media (max-width:900px){
  body:not(.wp-admin) .sls-venues-primary-grid{
    grid-template-columns:1fr;
  }
}

.sls-main .wp-block-heading,
.sls-entry-content .wp-block-heading{
  font-size:var(--sls-type-section) !important;
  line-height:1.25;
}

.sls-main .wp-block-post-title,
.sls-entry-content .wp-block-post-title{
  font-size:16px !important;
  line-height:1.25;
}

.sls-public-page__title,
.sls-archive-title{
  font-size:var(--sls-type-page-title) !important;
}

.sls-homepage-hero__title{
  font-size:var(--sls-type-hero-title) !important;
}

.sls-public-table th,
.sls-entry-content table th,
.wp-block-table.is-style-sls-table th,
.sls-results-matrix thead th,
.sls-home-section .sls-results-matrix thead th{
  font-size:var(--sls-type-section) !important;
  font-weight:var(--sls-weight-regular) !important;
}

.sls-home-sidebar .sls-event-card__score,
.sls-home-section .sls-event-card__score,
body:not(.wp-admin) .sls-event-card__score{
  font-weight:var(--sls-weight-regular) !important;
}

@media (min-width:761px){
  body:not(.wp-admin),
  body:not(.wp-admin) .wp-site-blocks,
  body:not(.wp-admin) .sls-main,
  body:not(.wp-admin) .sls-entry-content,
  body:not(.wp-admin) .sls-home-layout,
  body:not(.wp-admin) .sls-home-section,
  body:not(.wp-admin) .sls-public-page,
  body:not(.wp-admin) .sls-public-panel,
  body:not(.wp-admin) .sls-widget{
    max-width:100%;
    overflow-x:clip;
  }

  body:not(.wp-admin) .sls-public-table-wrap,
  body:not(.wp-admin) .sls-public-panel.sls-public-table-wrap,
  body:not(.wp-admin) .wp-block-table,
  body:not(.wp-admin) .sls-widget .sls-public-table-wrap{
    max-width:100%;
    min-width:0;
    overflow-x:visible !important;
  }

  body:not(.wp-admin) .sls-public-table,
  body:not(.wp-admin) .sls-public-table--stats,
  body:not(.wp-admin) .sls-public-table--schedule,
  body:not(.wp-admin) .sls-public-table--league,
  body:not(.wp-admin) .sls-results-matrix,
  body:not(.wp-admin) .wp-block-table table{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    table-layout:fixed !important;
  }

  body:not(.wp-admin) .sls-public-table th,
  body:not(.wp-admin) .sls-public-table td,
  body:not(.wp-admin) .sls-results-matrix th,
  body:not(.wp-admin) .sls-results-matrix td,
  body:not(.wp-admin) .wp-block-table th,
  body:not(.wp-admin) .wp-block-table td{
    box-sizing:border-box;
    min-width:0 !important;
    max-width:none !important;
    white-space:normal !important;
    overflow-wrap:anywhere;
    word-break:normal;
    padding-left:clamp(4px,.65vw,10px) !important;
    padding-right:clamp(4px,.65vw,10px) !important;
  }

  body:not(.wp-admin) .sls-public-table--stats th,
  body:not(.wp-admin) .sls-public-table--stats td{
    width:auto !important;
    font-size:clamp(10px,.82vw,12px) !important;
  }

  body:not(.wp-admin) .sls-public-table--stats{
    table-layout:fixed !important;
  }

  body:not(.wp-admin) .sls-public-table--stats col.sls-public-table__col--player{
    width:28% !important;
  }

  body:not(.wp-admin) .sls-public-table--stats col.sls-public-table__col--stat{
    width:auto !important;
  }

  body:not(.wp-admin) .sls-public-table--stats th:first-child,
  body:not(.wp-admin) .sls-public-table--stats td:first-child{
    width:clamp(230px,28%,360px) !important;
    min-width:0 !important;
    white-space:nowrap !important;
  }

  body:not(.wp-admin) .sls-public-table--stats th.is-number,
  body:not(.wp-admin) .sls-public-table--stats td.is-number{
    width:auto !important;
    min-width:0 !important;
    padding-left:clamp(4px,.55vw,8px) !important;
    padding-right:clamp(4px,.55vw,8px) !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow-wrap:normal !important;
    font-variant-numeric:tabular-nums;
  }

  body:not(.wp-admin) .sls-public-table--stats .sls-public-player-cell{
    white-space:nowrap !important;
  }

  body:not(.wp-admin) .sls-public-table--stats .sls-public-player-cell__name{
    white-space:nowrap !important;
    overflow:visible;
    text-overflow:clip;
  }

  body:not(.wp-admin) .sls-public-table--league{
    table-layout:fixed !important;
  }

  body:not(.wp-admin) .sls-public-table--league col.sls-public-table__col--rank,
  body:not(.wp-admin) .sls-public-table--league col.sls-public-table__col--seed{
    width:var(--sls-league-rank-col,46px) !important;
  }

  body:not(.wp-admin) .sls-public-table--league col.sls-public-table__col--team{
    width:var(--sls-league-team-col,220px) !important;
  }

  body:not(.wp-admin) .sls-public-table--league col.sls-public-table__col--stat{
    width:auto !important;
  }

  body:not(.wp-admin) .sls-public-table--league th.sls-public-table__col--rank,
  body:not(.wp-admin) .sls-public-table--league td.sls-public-table__col--rank,
  body:not(.wp-admin) .sls-public-table--league th.sls-public-table__col--seed,
  body:not(.wp-admin) .sls-public-table--league td.sls-public-table__col--seed{
    width:var(--sls-league-rank-col,46px) !important;
    min-width:0 !important;
    white-space:nowrap !important;
  }

  body:not(.wp-admin) .sls-public-table--league th.sls-public-table__col--team,
  body:not(.wp-admin) .sls-public-table--league td.sls-public-table__col--team{
    width:var(--sls-league-team-col,220px) !important;
    min-width:0 !important;
    text-align:left !important;
  }

  body:not(.wp-admin) .sls-public-table--league th.is-number:not(.sls-public-table__col--rank):not(.sls-public-table__col--seed),
  body:not(.wp-admin) .sls-public-table--league td.is-number:not(.sls-public-table__col--rank):not(.sls-public-table__col--seed){
    width:auto !important;
    min-width:0 !important;
    white-space:nowrap !important;
    overflow-wrap:normal !important;
  }

  body:not(.wp-admin) .sls-public-table--league .sls-public-team-cell{
    justify-content:flex-start;
    white-space:nowrap !important;
  }

  body:not(.wp-admin) .sls-public-table--league .sls-public-team-name{
    white-space:nowrap !important;
    overflow:visible;
    text-overflow:clip;
    line-height:1.25;
  }

  body:not(.wp-admin) .sls-public-player-cell,
  body:not(.wp-admin) .sls-public-team-cell,
  body:not(.wp-admin) .sls-results-matrix .sls-public-team-cell{
    min-width:0;
    gap:clamp(4px,.55vw,8px);
  }

  body:not(.wp-admin) .sls-public-player-cell__thumb,
  body:not(.wp-admin) .sls-public-team-logo,
  body:not(.wp-admin) .sls-results-matrix .sls-public-team-logo{
    width:clamp(20px,2.1vw,30px) !important;
    height:clamp(20px,2.1vw,30px) !important;
    flex:0 0 clamp(20px,2.1vw,30px) !important;
  }

  body:not(.wp-admin) .sls-public-player-cell__name,
  body:not(.wp-admin) .sls-public-team-name{
    min-width:0;
    white-space:normal !important;
    overflow:visible;
    text-overflow:clip;
  }

  body:not(.wp-admin) .sls-public-page .sls-results-matrix__home-col,
  body:not(.wp-admin) .sls-widget .sls-results-matrix__home-col,
  body:not(.wp-admin) .sls-public-page .sls-results-matrix thead th:first-child,
  body:not(.wp-admin) .sls-public-page .sls-results-matrix tbody th:first-child,
  body:not(.wp-admin) .sls-widget .sls-results-matrix thead th:first-child,
  body:not(.wp-admin) .sls-widget .sls-results-matrix tbody th:first-child{
    width:var(--sls-matrix-team-col,clamp(112px,20%,240px)) !important;
    min-width:var(--sls-matrix-team-col,clamp(112px,20%,240px)) !important;
  }

  body:not(.wp-admin) .sls-results-matrix__team-head .sls-public-team-name{
    font-size:var(--sls-type-body,14px) !important;
    line-height:1.25;
  }

  body:not(.wp-admin) .sls-results-matrix__link,
  body:not(.wp-admin) .sls-results-matrix__link.is-date{
    font-size:var(--sls-type-body,14px) !important;
    line-height:1.35;
  }

  body:not(.wp-admin) .sls-competition-bracket{
    grid-auto-flow:row;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    grid-auto-columns:auto;
    overflow-x:visible;
  }

  body:not(.wp-admin) .sls-competition-bracket__round{
    min-width:0;
  }
}

@media (max-width:760px){
  body:not(.wp-admin) .sls-public-table-wrap,
  body:not(.wp-admin) .sls-public-panel.sls-public-table-wrap,
  body:not(.wp-admin) .wp-block-table{
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
}

.sls-results-matrix tbody th,
.sls-results-matrix td,
.sls-results-matrix__link,
.sls-results-matrix__team-head .sls-public-team-name{
  font-size:var(--sls-type-body) !important;
  font-weight:var(--sls-weight-regular) !important;
}

.sls-results-matrix__link.is-date{
  font-size:var(--sls-type-body,14px) !important;
  font-weight:var(--sls-weight-regular) !important;
}

.sls-clubhouse-matrix .sls-results-matrix__link.is-date,
.sls-home-section .sls-results-matrix__link.is-date,
.sls-public-page .sls-results-matrix__link.is-date,
.sls-widget .sls-results-matrix__link.is-date{
  font-size:var(--sls-type-body,14px) !important;
  font-weight:var(--sls-weight-regular) !important;
}

.sls-public-team-cell,
.sls-public-player-cell,
.sls-public-player-cell__name a,
.sls-public-table td a:not(.sls-public-button),
.sls-event-card__meta,
.sls-event-card__status-text,
.sls-event-card__team-name,
.sls-event-card__score,
.sls-public-scoreboard__score,
.sls-public-detail-list dt,
.sls-public-detail-list dd,
.sls-public-badge,
.sls-event-card__detail,
.sls-public-kpi span,
.sls-public-kpi strong,
.sls-directory-card__subname,
.sls-directory-card__abbr,
.sls-award-year,
.sls-award-type,
.sls-public-button,
.sls-public-status,
.sls-public-view-switch a,
.sls-public-season-nav a{
  font-weight:var(--sls-weight-regular) !important;
}

.sls-site-header *,
.sls-site-footer *,
.sls-main *,
.sls-public-page *,
.sls-public-list *,
.sls-widget *{
  font-weight:var(--sls-weight-regular) !important;
}

.sls-public-page h1.sls-public-page__title,
.sls-public-page .sls-public-page__title,
.sls-main h1.sls-public-page__title{
  font-size:var(--sls-type-page-title) !important;
  font-weight:var(--sls-weight-heading) !important;
  text-transform:none !important;
}

.sls-main h1,
.sls-entry-content h1,
.sls-main .sls-heading-1{
  font-size:var(--sls-text-h1) !important;
  font-weight:var(--sls-weight-heading) !important;
}

.sls-main h2,
.sls-entry-content h2,
.sls-main .sls-heading-2{
  font-size:var(--sls-text-h2) !important;
  font-weight:var(--sls-weight-heading) !important;
}

.sls-main h3,
.sls-entry-content h3,
.sls-main .sls-heading-3{
  font-size:var(--sls-text-h3) !important;
  font-weight:var(--sls-weight-heading) !important;
}

.sls-home-section-title,
.sls-widget-title,
.sls-public-title,
.sls-public-table th,
.sls-entry-content table th,
.wp-block-table.is-style-sls-table th,
.sls-results-matrix thead th{
  font-size:var(--sls-type-section) !important;
  font-weight:var(--sls-weight-heading) !important;
}

.sls-score-text,
.sls-event-card__score{
  font-size:var(--sls-text-score) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.sls-public-scoreboard__score{
  font-size:var(--sls-text-score-compact) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.sls-widget .sls-event-card__score,
.sls-widget .sls-public-scoreboard__score,
.sls-home-sidebar .sls-event-card__score{
  font-size:var(--sls-text-score-compact) !important;
}

body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page) .sls-event-card.has-score .sls-event-card__score,
body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page) .sls-public-scoreboard__score{
  font-weight:var(--sls-weight-heading) !important;
}

body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page) .sls-event-card.has-status-score .sls-event-card__score{
  font-size:var(--sls-text-h3) !important;
  font-weight:var(--sls-weight-heading) !important;
}

body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page,.sls-public-list) .sls-event-card-list>.sls-event-card:nth-child(odd){
  background:#fff !important;
}

body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page,.sls-public-list) .sls-event-card-list>.sls-event-card:nth-child(even),
body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page,.sls-public-list) .sls-event-card-list>.sls-event-card:nth-child(even) .sls-event-card__body{
  background:#f7f7f7 !important;
}

body:not(.wp-admin) :where(.sls-home-sidebar,.sls-home-section,.sls-widget,.sls-public-page,.sls-public-list) .sls-event-card__team-name{
  font-weight:700 !important;
}

body:not(.wp-admin) .sls-gallery-album-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--sls-section-gap,16px);
  align-items:start;
}

@media (min-width:1180px){
  body:not(.wp-admin) .sls-gallery-album-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

body:not(.wp-admin) .sls-gallery-album-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid rgba(15,23,42,.12);
  border-radius:0 !important;
  background:#fff;
  box-shadow:var(--sls-theme-card-shadow) !important;
  overflow:hidden;
}

body:not(.wp-admin) .sls-gallery-album-card__cover{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:4/3;
  overflow:hidden;
  border-top:var(--sls-theme-bar-width) solid var(--sls-theme-accent);
  background:#f7f7f7;
  color:var(--sls-theme-muted,#64748b);
  text-decoration:none;
}

body:not(.wp-admin) .sls-gallery-album-card__cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

body:not(.wp-admin) .sls-gallery-album-card__placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:var(--sls-theme-muted,#64748b);
  font-size:14px;
  font-weight:var(--sls-weight-heading) !important;
  letter-spacing:.02em;
  text-transform:uppercase;
  background:linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);
}

body:not(.wp-admin) .sls-gallery-album-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:10px;
  padding:14px 16px 16px;
}

body:not(.wp-admin) .sls-gallery-album-card__title{
  margin:0;
  color:var(--sls-theme-text,#111827);
  font-size:var(--sls-type-section,16px) !important;
  font-weight:var(--sls-weight-heading) !important;
  line-height:1.25;
}

body:not(.wp-admin) .sls-gallery-album-card__title a{
  color:inherit;
  text-decoration:none;
}

body:not(.wp-admin) .sls-gallery-album-card__title a:hover{
  color:var(--sls-theme-accent);
  text-decoration:none;
}

body:not(.wp-admin) .sls-gallery-album-card__description{
  margin:0;
  color:var(--sls-theme-muted,#64748b);
  font-size:var(--sls-text-regular,14px);
  line-height:1.45;
}

body:not(.wp-admin) .sls-gallery-album-card__actions{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:2px;
}

@media (max-width:760px){
  body:not(.wp-admin) .sls-gallery-album-grid{
    grid-template-columns:1fr;
  }
}

body:not(.wp-admin) .sls-public-game-page .sls-public-game-live{
  padding:12px;
}

body:not(.wp-admin) .sls-public-game-page .sls-public-game-live > :where(.sls-public-title,.sls-ge-section-title),
body:not(.wp-admin) .sls-public-game-page .sls-public-game-stats :where(.sls-public-title,.sls-ge-section-title),
body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel > h3.sls-ge-section-title,
body:not(.wp-admin) .sls-public-game-page .sls-ge-ss__panel > h3.sls-ge-section-title{
  margin:0 0 8px !important;
  padding:0 !important;
  color:var(--sls-accent, var(--sls-theme-text, #111827)) !important;
  font-family:var(--sls-theme-font, "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
  font-size:var(--sls-type-section, 16px) !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

body:not(.wp-admin) .sls-public-game-page .sls-public-game-live > :where(.sls-public-title,.sls-ge-section-title),
body:not(.wp-admin) .sls-public-game-page .sls-public-game-stats :where(.sls-public-title,.sls-ge-section-title),
body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel--activity > h3.sls-ge-section-title{
  color:var(--sls-theme-text, #111827) !important;
}

body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel--lineup-away{
  --sls-accent:var(--sls-away-color, var(--sls-theme-accent, #12613a));
}

body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel--lineup-away > h3.sls-ge-section-title{
  color:var(--sls-away-color, var(--sls-accent, #12613a)) !important;
}

body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel--lineup-home{
  --sls-accent:var(--sls-home-color, var(--sls-theme-accent, #12613a));
}

body:not(.wp-admin) .sls-public-game-page .sls-live-game__panel--lineup-home > h3.sls-ge-section-title{
  color:var(--sls-home-color, var(--sls-accent, #12613a)) !important;
}

body:not(.wp-admin) .sls-public-game-page .sls-public-game-live > :where(.sls-public-subtitle,.sls-public-muted){
  margin:0 0 12px !important;
  padding:0 !important;
}

body:not(.wp-admin) .sls-public-game-page .sls-public-game-live .sls-live-game-layout{
  margin:0 !important;
}

.sls-score-panel>h2,
.sls-home-section>h2,
.sls-news-panel>h2,
.sls-score-panel>.wp-block-heading,
.sls-home-section>.wp-block-heading,
.sls-news-panel>.wp-block-heading,
.sls-home-section-title,
.sls-widget-title,
.sls-public-title{
  font-size:clamp(17px,1.35vw,21px) !important;
  font-weight:700 !important;
}

.sls-main-navigation .wp-block-navigation-item__content,
.sls-auto-nav-link,
.wp-block-button__link,
.sls-public-button,
.more-link,
.wp-block-search__button,
body:not(.wp-admin) button,
body:not(.wp-admin) .button,
body:not(.wp-admin) input[type="submit"],
.sls-event-card__action,
.sls-public-view-switch a,
.sls-public-season-nav a,
.page-numbers{
  font-weight:700 !important;
}

/* Keep table grids clean: no outside left/right borders, internal grid remains. */
.wp-block-table.is-style-sls-table table :where(th,td):first-child,
.sls-entry-content table :where(th,td):first-child,
.sls-public-table :where(th,td):first-child,
.sls-results-matrix :where(th,td):first-child{
  border-left:0 !important;
}

.wp-block-table.is-style-sls-table table :where(th,td):last-child,
.sls-entry-content table :where(th,td):last-child,
.sls-public-table :where(th,td):last-child,
.sls-results-matrix :where(th,td):last-child{
  border-right:0 !important;
}

/* Public UI readiness pass.
   Keep plugin-rendered public pages, homepage panels, tables and widgets on
   one shared spacing and width system. */
body:not(.wp-admin) .sls-main--sls-public{
  --sls-section-gap:12px;
  padding-top:var(--sls-section-gap) !important;
  padding-bottom:var(--sls-section-gap) !important;
}

body:not(.wp-admin) .sls-public-route-shell{
  width:min(1600px,calc(100vw - 48px)) !important;
  max-width:min(1600px,calc(100vw - 48px)) !important;
  margin-right:auto !important;
  margin-left:auto !important;
}

body:not(.wp-admin) .sls-main--sls-public .sls-public-page{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

body:not(.wp-admin) :where(.sls-public-page,.sls-public-list,.sls-public-game-page){
  display:grid;
  gap:var(--sls-section-gap,12px);
}

body:not(.wp-admin) :where(.sls-public-page,.sls-public-list,.sls-public-game-page) > *{
  margin-block-start:0 !important;
  margin-block-end:0 !important;
}

body:not(.wp-admin) .sls-public-page__header{
  padding:0 !important;
  margin:0 !important;
}

body:not(.wp-admin) .sls-public-panel{
  padding:12px !important;
}

body:not(.wp-admin) .sls-public-panel.sls-public-table-wrap{
  padding:12px !important;
}

body:not(.wp-admin) .sls-public-panel > :first-child,
body:not(.wp-admin) .sls-score-panel > :first-child,
body:not(.wp-admin) .sls-home-section > :first-child{
  margin-top:0 !important;
}

body:not(.wp-admin) .sls-public-panel > :last-child,
body:not(.wp-admin) .sls-score-panel > :last-child,
body:not(.wp-admin) .sls-home-section > :last-child{
  margin-bottom:0 !important;
}

@media (min-width:901px){
  body:not(.wp-admin) .sls-home-main,
  body:not(.wp-admin) .sls-home-sidebar{
    display:flex !important;
    flex-direction:column;
    align-self:flex-start !important;
    align-items:stretch !important;
    gap:var(--sls-section-gap,12px) !important;
  }

  body:not(.wp-admin) .sls-home-main > *,
  body:not(.wp-admin) .sls-home-sidebar > *{
    margin:0 !important;
  }
}

@media (max-width:760px){
  body:not(.wp-admin) .sls-public-route-shell,
  body:not(.wp-admin) .sls-main--home > .alignwide,
  body:not(.wp-admin) .sls-main--home .sls-matchday-hero,
  body:not(.wp-admin) .sls-main--home .sls-home-layout{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
  }
}

/* Responsive visitor menu */
.sls-responsive-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
  min-width:0;
  align-self:center;
}

.sls-responsive-nav__toggle{
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  width:42px;
  height:38px;
  padding:0;
  border:1px solid var(--sls-menu-button-bg,#fff);
  background:var(--sls-menu-button-bg,#fff);
  color:var(--sls-menu-button-text,var(--sls-theme-secondary,#111827));
  box-shadow:var(--sls-theme-card-shadow);
  cursor:pointer;
}

.sls-responsive-nav__toggle:hover,
.sls-responsive-nav__toggle:focus-visible{
  color:var(--sls-menu-button-hover-text,#fff);
  background:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  border-color:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  outline:0;
}

.sls-responsive-nav__line{
  display:block;
  width:20px;
  height:2px;
  background:currentColor;
}

@media (max-width:1180px){
  .sls-site-header .sls-header-shell{
    flex-wrap:wrap;
  }

  .sls-site-header .sls-brand-lockup{
    width:auto;
    max-width:calc(100% - 58px);
  }

  .sls-responsive-nav{
    flex:0 0 auto;
    margin-left:auto;
  }

  .sls-responsive-nav__toggle{
    display:inline-flex;
  }

  .sls-responsive-nav__menu{
    display:none;
    flex:1 0 100%;
    width:100%;
    margin-top:0;
  }

  .sls-responsive-nav.is-open{
    display:grid;
    flex:1 0 100%;
    width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:8px;
    justify-items:end;
    margin-left:0;
  }

  .sls-responsive-nav.is-open .sls-responsive-nav__toggle{
    justify-self:end;
  }

  .sls-responsive-nav.is-open .sls-responsive-nav__menu{
    display:block;
    width:100%;
    justify-self:stretch;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-main-navigation{
    display:block;
    width:100%;
    max-width:none;
    margin-left:0;
    overflow:visible !important;
    font-size:14px;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-main-navigation{
    flex:initial;
    min-width:0;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-nav-list,
  body:not(.wp-admin) .sls-responsive-nav .menu{
    display:grid !important;
    width:100% !important;
    grid-template-columns:1fr;
    gap:4px;
    justify-content:stretch;
    flex-wrap:initial !important;
    margin:0;
    padding:8px 0 0;
    list-style:none;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-nav-item,
  body:not(.wp-admin) .sls-responsive-nav .menu-item{
    width:100%;
    margin:0;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-nav-link,
  body:not(.wp-admin) .sls-responsive-nav .menu a{
    display:flex;
    width:100%;
    min-height:40px;
    align-items:center;
    justify-content:flex-start;
    padding:9px 12px;
    white-space:normal;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-subnav,
  body:not(.wp-admin) .sls-responsive-nav .sub-menu{
    position:static;
    display:grid;
    width:100%;
    min-width:0;
    max-width:none;
    gap:4px;
    margin:4px 0 0;
    padding:0 0 0 14px;
    border:0;
    border-left:4px solid var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
    background:transparent;
    box-shadow:none;
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-subnav-link,
  body:not(.wp-admin) .sls-responsive-nav .sub-menu a{
    min-height:36px;
    padding:8px 10px;
    color:var(--sls-menu-button-text,var(--sls-theme-secondary,#111827));
    background:var(--sls-menu-button-bg,#fff);
    border:1px solid var(--sls-menu-button-bg,#fff);
  }

  body:not(.wp-admin) .sls-responsive-nav .sls-auto-subnav-link:hover,
  body:not(.wp-admin) .sls-responsive-nav .sls-auto-subnav-link:focus-visible,
  body:not(.wp-admin) .sls-responsive-nav .sub-menu a:hover,
  body:not(.wp-admin) .sls-responsive-nav .sub-menu a:focus-visible{
    color:var(--sls-menu-button-hover-text,#fff);
    background:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
    border-color:var(--sls-menu-button-hover-bg,var(--sls-theme-secondary,#111827));
  }
}
