.leaderboard-btn-active {
    background: #FFEFE9;
    border: 1px solid #EA794C
}

@media (min-width: 769px) {
    #mobile-leaderboard {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100% !important;
        height: 100% !important;
        z-index: 4;
    }

    #mobile-leaderboard .expand-block-details.block-details-wrapper {
        width: 70% !important;
        min-height: unset !important;;
        height: calc(100% - 66px) !important;
        overflow-y: auto;
        border-radius: 16px;
        left: 15%;
        top: 30px;
    }
}
