@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

.icon-btn i {
    font-size: 1.2rem;
    color: var(--tg-theme-button-color, #2481cc);
}

.leaderboard-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary-bg-color, #f5f5f5);
    margin-right: 10px;
    overflow: hidden;
}

.leaderboard-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}