/* CANTAIMY v8.0.3 — player overlap + canonical genre search */

/* Keep the last track/action row fully reachable above the fixed player. */
body.subpage-player-open .unified-subpage-view.active .unified-subpage-shell{
  padding-bottom:132px!important;
  scroll-padding-bottom:132px!important;
}
body.subpage-player-open .unified-subpage-view.active .unified-content-panel{
  margin-bottom:118px!important;
}
body.subpage-player-open #catalog.active .catalog-shell,
body.subpage-player-open #favorites.active .library-shell,
body.subpage-player-open #history.active .library-shell,
body.subpage-player-open #playlists.active .library-shell,
body.subpage-player-open #genres.active #genreSelectionResults{
  margin-bottom:118px!important;
}

/* Genre hits are first-class search results, not only tracks that happen to match a genre. */
.search-genre-result{
  border:1px solid rgba(128,92,255,.16)!important;
  background:linear-gradient(90deg,rgba(111,76,255,.10),rgba(0,232,255,.035))!important;
}
.search-genre-result:hover,
.search-genre-result:focus-visible{
  border-color:rgba(0,232,255,.30)!important;
  background:linear-gradient(90deg,rgba(111,76,255,.18),rgba(0,232,255,.07))!important;
  outline:none!important;
}
.search-genre-badge{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(0,232,255,.10)!important;
  color:#63efff!important;
  font-size:15px!important;
}

@media(max-width:900px){
  body.subpage-player-open .unified-subpage-view.active .unified-subpage-shell{
    padding-bottom:154px!important;
    scroll-padding-bottom:154px!important;
  }
  body.subpage-player-open .unified-subpage-view.active .unified-content-panel{
    margin-bottom:136px!important;
  }
  body.subpage-player-open #catalog.active .catalog-shell,
  body.subpage-player-open #favorites.active .library-shell,
  body.subpage-player-open #history.active .library-shell,
  body.subpage-player-open #playlists.active .library-shell,
  body.subpage-player-open #genres.active #genreSelectionResults{
    margin-bottom:136px!important;
  }
}
