/* SoundNation V12.4 – Warteschlangen-Button im mobilen Player */
.mobile-player-queue-btn{
    display:none !important;
    position:relative;
}

@media(max-width:900px){
    #player .mobile-player-queue-btn{
        display:inline-flex !important;
        align-items:center;
        justify-content:center;
        position:relative;
    }

    #player .mobile-player-queue-btn.active{
        color:#f5d98c;
        background:rgba(215,180,106,.13);
        box-shadow:0 0 0 1px rgba(215,180,106,.2) inset;
    }

    #player #mobileQueueCountBadge{
        top:-6px;
        right:-6px;
        pointer-events:none;
    }
}

/* Alle Player-Funktionen bleiben auch auf sehr kleinen Displays sichtbar. */
@media(max-width:370px){
    #player .player-controls{
        gap:3px !important;
    }

    #player .player-controls button{
        width:26px !important;
        height:26px !important;
    }

    #player #playBtn{
        width:36px !important;
        height:36px !important;
    }
}
