.main-activities#beat-saber {
    background-image: url("/images/kgamex-poses/beat-saber.svg"), linear-gradient(135deg, #d91041, #b22ba8, #5475da);
}

.player-stats {
    margin: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.player-data {
    background: var(--section-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    width: fit-content;
}

.score-list {
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: none;
    padding: 0;
}

.score-card {
    background: var(--section-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
}

.score-cover {
    border-radius: 5px;
    height: 150px;
}

.score-text {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.score-text div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.score-text div.score-data {
    flex-direction: row;
}

.score-text div.score-data div {
    align-items: flex-end;
}

.block.pp {
    background-color: #8992e8;
    color: white;
}

.block.pp {
    width: 180px;
}

.block.score {
    width: 150px;
}

.block.acc-left, .block.acc-right {
    width: 75px;
    color: white;
}

.block.acc-left {
    background-color: #00e6ff;
}

.block.acc-right {
    background-color: #0032ff;
}