
.results-wrapper {
    padding: 20px 10px 0 10px;
    height: unset;
    width: 100vw;
}

.results-header-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.subheader-container {
    margin-bottom: 5px;
}

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

.subheader {
    font-size: 20px;
}

.results-form {
    max-width: 100vw;
    padding: 10px;
    padding-top: 20px;
}

.form-label {
    color: #c5ced1;
    font-size: 16px;
    margin-bottom: 0;
}

.form-col {
    margin-top: 15px;
}

.week-select {
    margin-right: 20px;
}

@media (max-width: 750px) {
    .week-select {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 750px) {
    .team-select {
        width: 100%;
    }
}

.form-select {
    min-width: 230px;
    font-size: 16px;
}

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

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

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

.results-scores {
    display: grid;
    grid-template-columns: auto 45% 10% 45% auto;
}

.results-team-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.results-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-winner {
    color: rgb(75, 204, 75);
}

.team-1 {
    grid-column: 2;
}

.team-2 {
    grid-column: 4;
}

.results-vs {
    grid-column: 3;
    height: 100%;
}

.results-vs-text {
    height: 100%;
}

.results-vs-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.results-team-score {
    font-size: 33px;
    font-weight: bold;
}

.results-team-text {
    font-size: 15px;
}

.results-team-upcoming {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

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

.grid-header.playoffs {
    font-size: 1.45rem;
}

.divider {
    width: 100%;
    height: 0;
    border-top: 1px solid rgb(90, 90, 90);
    margin-top: 15px;
    margin-bottom: 15px;
}

.driver-row {
    display: grid;
    grid-template-columns: auto 20%;
    color: #a5b3b8;
}

.points {
    text-align: right;
}

.points.playoffs {
    display: grid;
    font-size: 1.45rem;
    color: #39b039;
    font-weight: bold;
    margin-bottom: 12px;
}

.hide {
    display: none;
}

.height-100 {
    height: 100%;
}

.upcoming-card {
    padding-top: 35px;
    padding-bottom: 35px;
}

.darker {
    color: #99a5aa;
}

.playoffs-br {
    margin-top: 10px;
}