/* Noble Youth Basketball LeagueLobster demo */
.basketball .sport-hero:after{
  content:"";
  position:absolute;
  right:3%;
  top:50%;
  width:410px;
  height:410px;
  transform:translateY(-50%);
  border:5px solid rgba(223,198,111,.20);
  border-radius:50%;
  box-shadow:inset 0 0 0 46px rgba(255,255,255,.025), inset 0 0 0 49px rgba(223,198,111,.10);
}
.basketball-demo-alert{
  background:#fff7df;
  border-top:1px solid #ead99c;
  border-bottom:1px solid #ead99c;
}
.basketball-demo-alert>div{
  width:min(1200px,calc(100% - 32px));
  margin:auto;
  padding:15px 0;
  display:flex;
  align-items:center;
  gap:18px;
  color:#51451e;
}
.basketball-demo-alert strong{
  flex:0 0 auto;
  padding:7px 10px;
  background:var(--gold);
  color:#111722;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.basketball-demo-alert span{font-size:13px;font-weight:750;line-height:1.5}
.basketball-view-tabs{
  display:flex;
  background:#eef2f6;
  border-bottom:1px solid var(--line);
}
.basketball-view-tab{
  min-height:50px;
  padding:0 24px;
  border:0;
  border-right:1px solid var(--line);
  background:transparent;
  color:var(--royal-dark);
  cursor:pointer;
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:.08em;
  font-weight:1000;
}
.basketball-view-tab.active{background:var(--gold);color:#111722}
.basketball-filter-note{
  padding:13px 18px;
  border-bottom:1px solid var(--line);
  background:#fbfcfe;
  color:var(--slate);
  font-size:12px;
  line-height:1.55;
  font-weight:700;
}
.basketball-filter-note strong{color:var(--royal-dark)}
.basketball-leaguelobster-frame{height:1100px}
@media(max-width:700px){
  .basketball-demo-alert>div{align-items:flex-start;flex-direction:column;gap:8px}
  .basketball-view-tabs{display:grid;grid-template-columns:1fr 1fr}
  .basketball-view-tab{width:100%;padding:0 10px}
  .basketball-leaguelobster-frame{height:950px}
}


/* Approved photographic basketball hero */
.basketball-photo-hero{
  position:relative !important;
  width:100% !important;
  aspect-ratio:2146 / 733 !important;
  min-height:0 !important;
  height:auto !important;
  overflow:hidden !important;
  background:#071a38 !important;
  border-bottom:7px solid var(--gold) !important;
}
.basketball-photo-hero:before,
.basketball-photo-hero:after{
  display:none !important;
}
.basketball-hero-art{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.basketball-photo-hero .sport-hero-inner{
  visibility:hidden !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  width:100% !important;
  min-height:0 !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  pointer-events:none !important;
}

/* Readability alignment with the rest of Noble Youth Sports */
.basketball-demo-alert strong{font-size:12px}
.basketball-demo-alert span{font-size:16px}
.basketball-view-tab{font-size:12px}
.basketball-filter-note{font-size:15px}
