.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: #4B22F5;
  --program-active-color: #fff;
  --program-cols-min: 14rem;
  --program-accent-active: #4b22f5;
}

.nexo-schedule-item.is-current .nexo-schedule-item-content::before {
  content: "Al aire";
  background-color: var(--program-accent);
  font-size: 10px;
  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;
}

/* ?? OCULTAR PARTES DEL PLAYER */
.player-picture,
.player-controls,
.player-social,
.player-button,
.player-left {
  display: none !important;
}

/* ?? OCULTAR TÍTULO */
.player-info {
  display: none !important;
}

/* ?? OCULTAR BOTONES DE APPS */
.header-app {
  display: none !important;
}

/* ?? AJUSTE DE ESPACIO */
.header-player {
  padding: 0 !important;
  min-height: auto !important;
}

/* ?? OCULTAR TV EN VIVO */
.station-tv {
  display: none !important;
}
/* ?? ARREGLAR VISUAL DE LOS DÍAS */
.program-super {
  padding-top: 1rem !important;
}

/* ?? MEJORAR GRID DE PROGRAMACIÓN */
.nexo-schedule {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 1rem !important;
}

/* ?? TARJETAS MÁS LIMPIAS */
.nexo-schedule-item {
  background: #111 !important;
  border-radius: 12px !important;
  padding: 10px !important;
}