/* Kisure v263: true date-grouped ticker + penalty score polish */
.football-header-ticker__date {
    flex: 0 0 auto;
}

.football-header-ticker__splitter {
    opacity: .85;
}

.football-header-ticker__score {
    gap: 6px !important;
}

.football-header-ticker__penalty {
    color: rgba(255,255,255,.92);
    font-size: .76rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.02em;
}

.football-header-ticker__match.has-penalties {
    min-width: 150px;
}

.football-header-ticker__match.has-penalties .football-header-ticker__score b {
    min-width: 28px;
}

@media (max-width: 720px) {
    .football-header-ticker__penalty {
        font-size: .7rem;
    }

    .football-header-ticker__match.has-penalties {
        min-width: 138px;
    }
}
