
.gleague-page .conference-section{margin-top:34px}
.gleague-page .conference-title{
  color:#111827;
  border-bottom:2px solid #e5e7eb
}
.gleague-page .divisions-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}
.gleague-team-link{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-height:88px;
  padding:12px 18px;
  text-decoration:none;
  border-bottom:1px solid #edf0f4;
  transition:.18s ease;
  background:#fff;
  color:#111827
}
.gleague-team-link:last-child{border-bottom:0}
.gleague-team-link:hover{
  background:#f8fafc;
  transform:translateX(3px)
}
.gleague-team-copy{min-width:0}
.gleague-team-name{
  display:block;
  font-weight:800;
  line-height:1.2;
  color:#111827
}
.gleague-affiliate{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:7px;
  color:#5f6b7a;
  font-size:.78rem;
  line-height:1.2
}
.gleague-affiliate-logo{
  width:20px;
  height:20px;
  object-fit:contain;
  flex:0 0 20px
}
.gleague-affiliate strong{
  color:#374151;
  font-weight:750
}
.gleague-intro{
  margin:0 0 22px;
  padding:18px 20px;
  border:1px solid #d9dee7;
  border-radius:14px;
  background:#f8fafc;
  color:#5f6b7a
}
.gleague-intro h1{
  margin:0 0 5px;
  color:#111827;
  font-size:clamp(1.65rem,3vw,2.35rem)
}
.gleague-intro p{margin:0}
@media(max-width:800px){
  .gleague-page .divisions-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .gleague-team-link{
    grid-template-columns:50px minmax(0,1fr);
    padding:11px 14px
  }
  .gleague-team-link .team-index-logo{
    width:46px;
    height:46px
  }
}


/* v0.19.60 — cabecera G-League */
.gleague-page .gleague-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 22px;
  padding:14px 20px;
  border:1px solid #d9dee7;
  border-radius:14px;
  background:#fff;
}
.gleague-page .gleague-brand-logo{
  display:block;
  width:min(100%,430px);
  height:auto;
  object-fit:contain;
}
.gleague-page .conference-title{
  font-weight:900;
}


/* v0.19.63 — nombres de divisiones */
.gleague-page .division-heading{
  font-weight:900;
}
