.today-match-teams .match-score-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    align-items: start;
    column-gap: 10px;
}

.today-match-teams .match-score-card .match-team,
.today-match-teams .match-score-card .match-result {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    clear: none !important;
}

.today-match-teams .match-score-card .match-team img {
    width: 52px;
    max-width: 52px;
    height: auto;
    margin: 0 auto 6px;
    display: block;
}

.today-match-teams .match-score-card .match-team h4 {
    font-size: 13px;
    line-height: 1.15;
    margin: 0;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.today-match-teams .match-score-card .match-result {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    padding-top: 18px;
}

.today-match-teams .match-score-card .match-result h4 {
    font-size: 12px;
    margin-top: 8px;
}
