.leaderboard-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
}

.leaderboard-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.leaderboard-subtitle {
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.leaderboard-table th,
.leaderboard-table td {
    vertical-align: middle;
}

.leaderboard-table tbody tr:nth-child(1) td:first-child::before,
.leaderboard-table tbody tr:nth-child(2) td:first-child::before,
.leaderboard-table tbody tr:nth-child(3) td:first-child::before {
    content: "★";
    margin-right: 4px;
}

.leaderboard-updated {
    font-size: 0.85rem;
}
