/* v3.20.3.23.21 — HBCU Scoreboard hero banner refresh */
.ncs-visually-hidden-v32032321 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hbcu-scoreboard-hero-v32032321 {
  position: relative;
  display: block !important;
  width: 100%;
  margin: 0 0 1.2rem !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #040404;
  box-shadow: 0 14px 36px rgba(0,0,0,.36);
}

.hbcu-scoreboard-hero-v32032321 .hbcu-scoreboard-hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 1901 / 222;
  object-fit: cover;
  object-position: center;
}

.hbcu-scoreboard-context-v32032321 {
  position: absolute;
  right: clamp(.85rem, 2.2vw, 1.5rem);
  bottom: clamp(.7rem, 1.7vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
  max-width: min(100%, 48rem);
}

.hbcu-scoreboard-context-v32032321 span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .36rem .72rem;
  border-radius: 999px;
  background: rgba(4, 4, 4, .74);
  border: 1px solid rgba(255,255,255,.14);
  color: #f8fafc;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

@media (max-width: 760px) {
  .hbcu-scoreboard-context-v32032321 {
    position: static;
    justify-content: center;
    padding: .6rem .75rem .8rem;
    background: rgba(4,4,4,.96);
  }

  .hbcu-scoreboard-context-v32032321 span {
    justify-content: center;
    text-align: center;
    width: auto;
    max-width: 100%;
    font-size: .72rem;
  }
}
