.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;
}
.modal-share .modal-content {
    background-color: #ffffff4d;
    text-align: center;
    padding: 1rem;
    color: #fff;
    max-width: 520px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.footer-logo {
    height: 34px;
}

.main-news {
  background: #fff;
}

.main-ytlist {
  background-color: #f1f1f1;
}

@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;
}

.dropdown {
    position: absolute;
    bottom: 100%;
    background-color: rgb(255 255 255 / 28%);
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    left: 50%;
    transform: translateX(-50%);
    transition: opacity var(--duration);
}

.badge {
    font-size: .75rem;
    background-color: #fff;
    padding: .125rem .5rem;
    color: black;
    display: inline-block;
    border-radius: .25rem;
}

.badge::before {
    width: 8px;
    height: 8px;
    display: inline-block;
    content: "";
    margin-right: .5rem;
    background-color: #f74605;
    border-radius: 999px;
}