.leaderboards-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

.leaderboard-item {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    position: relative;
}

.leaderboard-item img {
    width: 220px;
    height: auto;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    opacity: 0.6;
}

.leaderboard-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.leaderboard-item img.active-logo {
    opacity: 1;
    /*filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));*/
}


.bandit {
    width: auto !important;
    height: 65px !important;
}

.roobet {

}

.clash {
    width: auto !important;
    height: 50px !important;
}

.vertical-line {
    width: 2px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    margin: 0 10px;
}