.player-matches-history {
    margin: 24px 0;
}

.player-matches-history__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.player-matches-history__empty {
    padding: 24px 16px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    background: #f8fafc;
    border-radius: 12px;
}

.player-matches-history__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.player-matches-history__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .player-matches-history__title {
        font-size: 18px;
    }
}
