.program-super {
    --program-accent: #2B93F4;
    --program-active-color: #fff;
    --program-cols-min: 16rem;
    --program-accent-active: #2B93F4;
}

.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;
}