/* Kisure v279: live header ticker states */
.football-header-ticker__match.is-live {
    background: rgba(239, 68, 68, .18) !important;
    border-color: rgba(239, 68, 68, .35) !important;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, .16), 0 10px 22px rgba(239, 68, 68, .08);
}

.football-header-ticker__match.is-live .football-header-ticker__moment,
.football-header-ticker__moment.is-live-moment {
    color: #ef4444 !important;
    font-weight: 1000;
    min-width: 36px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.football-header-ticker__match.is-live .football-header-ticker__score b {
    color: #fff;
    background: rgba(239, 68, 68, .28);
    border-color: rgba(239, 68, 68, .38);
}

.football-header-ticker__match.is-live [data-live-clock].is-live-clock-running,
.football-header-ticker__match.is-live [data-live-clock][data-live-clock-state="running"] {
    color: #ef4444 !important;
}

.football-header-ticker__match.is-live [data-live-clock].is-live-clock-paused,
.football-header-ticker__match.is-live [data-live-clock][data-live-clock-state="paused"] {
    color: #f59e0b !important;
}

.football-header-ticker__match.is-live [data-live-clock][data-live-clock-state="paused"]::before,
.football-header-ticker__match.is-live [data-live-clock].is-live-clock-paused::before {
    background: rgba(245, 158, 11, .18);
    color: #f59e0b;
}

.football-header-ticker__match.has-penalties .football-header-ticker__penalty {
    color: #facc15;
    font-weight: 1000;
}

@media (max-width: 640px) {
    .football-header-ticker__match.is-live .football-header-ticker__moment,
    .football-header-ticker__moment.is-live-moment {
        min-width: 30px;
        font-size: .76rem;
    }
}
