.summarystats .header {
    display: flex;
    padding: 10px;
    align-items: center;
}

.summarystats .header .profileImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-inline: 20px 16px;
}

.summarystats .header .titles {
    display: flex;
    flex-direction: column;
}

.summarystats .header .titles .mainTitle {
    display: flex;
    align-items: center;
}

.summarystats .header .titles .mainTitle .title {
    font-family: "Metropolis Bold";
    font-size: 32px;
    letter-spacing: 0.32px;
    color: #333;
}

.summarystats .header .titles .mainTitle .iconAndGame {
    display: flex;
    align-items: center;
}

.summarystats .header .titles .mainTitle .iconAndGame .icon {
    width: 32px;
    height: 32px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/zenride_icon_portal_v1.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    margin-inline: 10px;
    margin-bottom: 6px;
}

.summarystats .header .titles .date {
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    color: #333;
}

.summarystats .section .title {
    font-family: "Metropolis Regular";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.24px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    color: #333;
}

.summarystats .section .description {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16px;
    color: #333;
    padding: 0.5rem 0 1rem;
}

.summarystats .cardsContainer {
    display: flex;
    align-items: center;
    padding: 20px 20px 40px;
    width: 100%;
    overflow-x: auto;
    column-gap: 50px;
}

.summarystats .tableContainer {
    display: block;
}

.summarystats .tableContainer .gameanalisystable .table .tableRow .key .nameAndIcon .icon {
    background-color: #0eb5fe;
}

.summarystats .scoreContainer {
    padding-bottom: 5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2rem;
}

.summarystats .scoreContainer .cardScore {
    display: flex;
    width: 45%;
    min-width: 500px;
}