/* Batch 7C.12: Standings table columns and team-cell alignment. */
.cx-col-pos {
    width: 60px;
    text-align: center !important;
}
th.cx-col-pos {
    font-weight: 800 !important;
}
td.cx-col-pos strong {
    color: var(--cx-muted) !important;
}
.cx-col-team {
    text-align: left !important;
}
.cx-col-pts {
    width: 70px;
    text-align: center !important;
}
th.cx-col-pts {
    font-weight: 900 !important;
}
td.cx-col-pts strong {
    color: var(--cx-primary-dark) !important;
    font-size: 15px !important;
}
.cx-table-team-cell {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    text-align: left !important;
}
