/* v3.20.3.15.6 — HBCU Scoreboard hero height reduction hotfix */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.clean-scoreboard-title.custom-scoreboard-title.hbcu-scoreboard-hero-v3203155 {
  position: relative;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #020304 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Reduce the visual height of the hero by cropping the top and bottom instead of
   scaling the artwork down. */
.hbcu-scoreboard-hero-v3203155 .hbcu-scoreboard-hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(190px, 26vw, 420px);
  margin: 0;
  object-fit: cover;
  object-position: center center;
}

.hbcu-scoreboard-context-v3203155 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: .6rem clamp(.8rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(247, 213, 95, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(90deg, rgba(118, 10, 16, .44), rgba(4, 5, 7, .96) 38%, rgba(0, 83, 34, .36));
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
}

.hbcu-scoreboard-context-v3203155 [data-division-season-label] {
  color: #f7d55f;
  white-space: nowrap;
}

.hbcu-scoreboard-context-v3203155 [data-current-week-label] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.ncs-visually-hidden-v3203155 {
  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;
}

@media (max-width: 960px) {
  .hbcu-scoreboard-hero-v3203155 .hbcu-scoreboard-hero-image {
    height: clamp(180px, 30vw, 340px);
  }
}

@media (max-width: 640px) {
  .hbcu-scoreboard-hero-v3203155 .hbcu-scoreboard-hero-image {
    height: clamp(150px, 42vw, 240px);
  }

  .hbcu-scoreboard-context-v3203155 {
    padding: .55rem .75rem;
    font-size: .67rem;
    letter-spacing: .07em;
  }
}
