/* v3.20.3.21.3 — Bayou Direct Matchup Renderer and Preseason Defaults */
#bayou-college-game-center .bcgc-bayou-matchup-section{
  overflow:hidden;
}
#bayou-college-game-center .bcgc-bayou-matchup-board{
  overflow:hidden;
  border:1px solid rgba(243,196,81,.18);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(17,13,4,.86),rgba(3,3,3,.94));
}
#bayou-college-game-center .bcgc-bayou-matchup-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:clamp(12px,2vw,24px);
  padding:clamp(14px,2vw,20px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:radial-gradient(circle at 50% 0,rgba(243,196,81,.10),transparent 58%);
}
#bayou-college-game-center .bcgc-bayou-matchup-team{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
#bayou-college-game-center .bcgc-bayou-matchup-team.is-home{
  justify-content:flex-end;
  text-align:right;
}
#bayou-college-game-center .bcgc-bayou-matchup-logo-box{
  position:relative;
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  min-width:54px;
  flex:0 0 54px;
  border:1px solid rgba(243,196,81,.20);
  border-radius:14px;
  background:rgba(0,0,0,.34);
  overflow:hidden;
}
#bayou-college-game-center .bcgc-bayou-matchup-logo{
  display:block;
  width:44px;
  height:44px;
  max-width:44px;
  max-height:44px;
  object-fit:contain;
}
#bayou-college-game-center .bcgc-bayou-matchup-initials{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  padding:4px;
  color:#f3c451;
  font-size:.72rem;
  font-weight:1000;
  line-height:1;
  text-align:center;
  letter-spacing:.03em;
}
#bayou-college-game-center .bcgc-bayou-matchup-initials[hidden]{
  display:none !important;
}
#bayou-college-game-center .bcgc-bayou-matchup-team-copy{
  display:grid;
  gap:4px;
  min-width:0;
}
#bayou-college-game-center .bcgc-bayou-matchup-team-copy strong{
  display:block;
  min-width:0;
  color:#fff7e8;
  font-size:clamp(1rem,1.75vw,1.28rem);
  font-weight:1000;
  line-height:1.08;
  overflow-wrap:anywhere;
}
#bayou-college-game-center .bcgc-bayou-matchup-team-copy span{
  display:block;
  color:rgba(255,247,232,.66);
  font-size:.74rem;
  font-weight:850;
  line-height:1.3;
}
#bayou-college-game-center .bcgc-bayou-matchup-vs{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid rgba(243,196,81,.34);
  border-radius:999px;
  background:rgba(243,196,81,.10);
  color:#f3c451;
  font-size:.72rem;
  font-weight:1000;
  letter-spacing:.09em;
}
#bayou-college-game-center .bcgc-bayou-matchup-rows{
  display:grid;
}
#bayou-college-game-center .bcgc-bayou-matchup-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(118px,.72fr) minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:42px;
  padding:9px clamp(14px,2vw,20px);
  border-top:1px solid rgba(255,255,255,.07);
}
#bayou-college-game-center .bcgc-bayou-matchup-row:first-child{
  border-top:0;
}
#bayou-college-game-center .bcgc-bayou-matchup-row strong{
  color:#fff7e8;
  font-size:.9rem;
  font-weight:1000;
  line-height:1.2;
}
#bayou-college-game-center .bcgc-bayou-matchup-row strong:last-child{
  text-align:right;
}
#bayou-college-game-center .bcgc-bayou-matchup-row > span{
  color:#f3c451;
  font-size:.68rem;
  font-weight:1000;
  line-height:1.2;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.055em;
}
#bayou-college-game-center .bcgc-bayou-matchup-note{
  margin:0;
  padding:14px clamp(14px,2vw,20px) 16px;
  border-top:1px solid rgba(243,196,81,.12);
  color:rgba(255,247,232,.66);
  font-size:.78rem;
  font-weight:800;
  line-height:1.45;
}

@media(max-width:760px){
  #bayou-college-game-center .bcgc-bayou-matchup-head{
    gap:10px;
    padding:14px 12px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-logo-box{
    width:44px;
    height:44px;
    min-width:44px;
    flex-basis:44px;
    border-radius:12px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-logo{
    width:36px;
    height:36px;
    max-width:36px;
    max-height:36px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team-copy strong{
    font-size:.92rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team-copy span{
    font-size:.66rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-vs{
    width:38px;
    height:38px;
    font-size:.65rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row{
    grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr);
    gap:8px;
    padding:9px 12px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row strong{
    font-size:.8rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row > span{
    font-size:.61rem;
    letter-spacing:.035em;
  }
}

@media(max-width:480px){
  #bayou-college-game-center .bcgc-bayou-matchup-head{
    grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);
    gap:6px;
    padding:12px 8px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    gap:7px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team.is-home{
    grid-template-columns:minmax(0,1fr) 34px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-logo-box{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:10px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-logo{
    width:28px;
    height:28px;
    max-width:28px;
    max-height:28px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-initials{
    font-size:.58rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team-copy{
    gap:2px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team-copy strong{
    font-size:.76rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-team-copy span{
    font-size:.56rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-vs{
    width:32px;
    height:32px;
    font-size:.57rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row{
    grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr);
    gap:5px;
    min-height:39px;
    padding:8px;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row strong{
    font-size:.72rem;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-row > span{
    font-size:.54rem;
    letter-spacing:.02em;
  }
  #bayou-college-game-center .bcgc-bayou-matchup-note{
    padding:12px 10px 14px;
    font-size:.7rem;
  }
}
