.experience-assets-race_recap_stats_summary {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#race-recap-stats-summary {
    flex-grow: 1;
    background-color: var(--background_color);
    padding: 20px;
    display: flex;
    align-items: center;
}

.race-recap-stats-summary-header {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.race-recap-stats-summary-header-text {
    color: var(--header_color);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    flex: 0 1 auto;
    padding: 0 15px;
}

.race-recap-stats-summary-header-line {
    background-color: var(--header_line_color);
    height: 1px;
    flex: 1 1 auto;
}

.race-recap-stats-summary-subtext {
    color: var(--subtext_color);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 23px;
}

.race-recap-stats-summary-stats-title {
    color: var(--stats_title_color);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 11.5px;
    margin-bottom: 10px;
}

.race-recap-stats-stat {
    color: var(--stat_color);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
}

.race-recap-stats-subtext {
    color: var(--stat_subtext_color);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.race-recap-stats-row {
    display: flex;
    justify-content: space-between;
}

.race-recap-stats-individual {
    display: flex;
    width: 45%;
}

.race-recap-stats-icon {
    height: 80px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.race-recap-stats-icon svg {
    max-width: 100%;
}

.race-recap-stats-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

@media screen and (max-width: 1024px) {
    .race-recap-stats-summary-inner-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
    .race-recap-stats-icon {
        height: 65px;
        width: 45px;
    }

    .race-recap-stats-summary-stats-title {
        font-size: 10.5px;
    }

    .race-recap-stats-stat {
        font-size: 14px;
    }

    .race-recap-stats-subtext {
        font-size: 11px;
    }
}
