/* --- The Main Bar Container --- */
#keeponePlayer, #kPlayer {
    height: 80px;
    background: #344955;
    position: fixed;
    bottom: 0;
    right: 0;
	left: 0px !important;
    z-index: 1050;
    visibility: visible;
}

/* Desktop: Push player to the right of the 225px sidebar */
@media (min-width: 992px) {
    #keeponePlayer, #kPlayer {
        left: 20px !important;
        width: calc(100% - 225px) !important;
    }
}

/* Mobile: Full width */
@media (max-width: 991px) {
    #keeponePlayer, #kPlayer {
        left: 0 !important;
        width: 100% !important;
    }
}

/* --- Centering Logic for the Row --- */
#me-audio-row {
    display: flex !important;
    align-items: center;
    justify-content: center; 
    height: 80px;
    margin: 0 auto !important;
    padding: 0 15px;
}

.no-ads .google-auto-placed {
   display: none !important;
}