/* ONE HIT MUSIC V331 — ad fully visible + approved tight ad-to-song gap */
html body #songs,
html body #songs.section,
html body section#songs{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  padding-bottom:0!important;
  overflow:visible!important;
}

html body #songs>.head{
  margin-bottom:6px!important;
}

html body #songs .home-media-player-shell,
html body #songs .songs-player-shell{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

html body #songs .ohm-home-pl-v313,
html body #songs .ohm-playlist-v84-player{
  display:block!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  padding-bottom:0!important;
  overflow:visible!important;
}

html body #songs .ohm-home-pl-ad-v313,
html body #songs .ohm-pl-v309-ad{
  box-sizing:border-box!important;
  margin:8px 8px 0!important;
  overflow:hidden!important;
  clip-path:none!important;
  transform:none!important;
}

html body #songs #videoGrid,
html body #songs .video-grid{
  display:block!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  z-index:2!important;
}

html body #songs #videoGrid.ohm-song-three-groups-v167>.ohm-song-section:first-child,
html body #songs #videoGrid>.ohm-song-section:first-child{
  margin-top:0!important;
}

@media(max-width:700px){
  html body #songs>.head{margin-bottom:5px!important}
  html body #songs .ohm-home-pl-ad-v313,
  html body #songs .ohm-pl-v309-ad{margin:6px 6px 0!important}
}
