.scorers td {
    padding-left: .5em;
    padding-right: .5em;
}

.team_stats td {
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;

}

.game_team_abbreviation {
    display: none;
}


.stats-cols {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
}

.stat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.35rem;
}

.stat-col span:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    color: var(--cmh-muted);
}


#single-game-card-body {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.game-section {
    background: linear-gradient(145deg, rgba(20,24,35,0.9), rgba(7,8,14,0.95));
}

.game-hr {
    color: rgba(255,255,255,0.30);
}