/* -------------------------------- CLASSEMENT --------------------------------- */

/* Conteneur */
.ranking-card {
    max-width: 900px;
    margin: 0 auto;
}

/* Rang */
.ranking-rank {
    font-weight:bold !important; 
    width:40px; 
    color:#4da3ff !important; 
}

/* Lien joueur */
.user-profile-link {
    color: #f7a5fb;
    text-decoration: none;
    font-weight: 500;
}
.user-profile-link:visited {
    color: #f7a5fb;
}
.user-profile-link:hover {
    color: #f7dcf9;
    text-decoration: none;
}
.user-profile-link:active {
    color: #d78cdb;
}