.standings-header-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.standings-header {
    font-size: 25px;
    font-weight: bold;
    color: rgb(173, 173, 173);
    margin-left: 10px;
}

.standings-subheader {
    color: rgb(173, 173, 173);
    font-size: 15px;
    margin-left: 20px;
    height: 22px;
}

.standings-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    padding-right: 10px;
}

.standings-container {
    padding: 20px 10px 0 10px;
    height: unset;
    width: 100%;
}

.standings-grid {
    margin: 15px 5px 0 5px;
}

.teams-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 975px) {
    .teams-container {
        justify-content: center;
    }
}

.team-card {
    width: 450px;
    max-width: 600px;
    flex-grow: 1;
    margin: 15px 10px 10px 10px;
    border-radius: 20px;
    border: 1px solid black;
    background-color: #282e2e;
    color: #c5ced1;
    padding: 20px 30px 30px 30px;
}

.team-card-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.team-name {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 3px;
}

.grid-header {
    font-weight: bold;
    margin-bottom: 2px;
    color: #c5ced1;
}

.driver-row {
    display: grid;
    grid-template-columns: auto 70px 50px;
    color: #a5b3b8;
}

.ag-body-viewport {
    height: unset;
}
