span.translit { display: none; }

.badge-difficulty {
    font-size: 0.875em;
    margin-right: 0.25em;
    padding: 0.5em 0.4em;
    min-width: 2em;
}

.prog-card {
    box-shadow: 0 4px 16px #0004;
}

.prog-card.prog-special {
    box-shadow: 0 4px 16px #ea868f44,
        inset 0 0 12px #ea868fcc;
}

.prog-hour {
    background: linear-gradient(24deg, rgba(0, 56, 107, 0.5) 0%, rgba(180, 79, 14, 0.5) 100%);
    mask-image: linear-gradient(0deg, transparent 0%, white 25%, white 75%, transparent 100%);
}

@media (min-width: 992px) {
    .prog-hour {
        background: none;
        mask-image: none;
    }
}

.card-header .condition-popover a {
    pointer-events: none;
    text-decoration: underline dotted #fffa;
}

.card-header.bg-warning .condition-popover a {
    text-decoration: underline dotted #000a;
}