/* Hide unwanted sidebar items */
a[href="#/artist"],
a[href="#/radio"],
a[href="#/playlist"] {
    display: none !important;
}

/* Hide album sub-menu items except All and Favourites */
a[href*="recentlyAdded"],
a[href*="topRated"],
a[href*="recentlyPlayed"],
a[href*="mostPlayed"],
a[href*="random"] {
    display: none !important;
}

/* Hide Songs entry (Favourites now serves as liked songs) */
a[href="#/song"] {
    display: none !important;
}
