/* v3.20.3.22.17.1 — CFB rankings hero + stray badge cleanup */

/* Respect the hidden attribute even when the fallback badge has an authored display rule. */
.rank-logo-fallback[hidden]{display:none!important;}

/* Uploaded CFB Polls artwork becomes the rankings-page hero. */
.rank-hero{padding:20px 0 18px;}
.rank-hero-card.rank-hero-image-card{
  padding:0;
  border-radius:24px;
  background:#070503;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.025);
}
.rank-hero-banner{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1200 / 141;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:760px){
  .rank-hero{padding-top:14px;}
  .rank-hero-card.rank-hero-image-card{border-radius:18px;}
  .rank-hero-banner{
    aspect-ratio:4 / 1;
    min-height:118px;
    object-fit:cover;
    object-position:center center;
  }
}
@media(max-width:470px){
  .rank-hero-banner{
    aspect-ratio:3.2 / 1;
    min-height:112px;
  }
}
