.player-title {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 800;
  letter-spacing: -2px;
}

@media (min-width: 768px) {
  .player-title {
    font-size: 3rem;
  }

  .player-description {
    font-size: 1.5rem;
  }
}

.program-super {
  --program-accent: #0b0d22;
  --program-active-color: #fff;
  --program-cols-min: 14rem;
  --program-accent-active: #ff3131;
}

.nexo-schedule-item.is-current .nexo-schedule-item-content::before {
  content: "On Air";
  background-color: var(--program-accent);
  font-size: 15px;
  text-transform: uppercase;
  padding: .25rem .5rem;
  border-radius: 25rem;
  margin-bottom: .5rem;
  display: inline-flex;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}
