/* ONE HIT MUSIC V351 — spacing-only fix for the blank Google ad card.
   Keep the existing player, More Videos row, ad card and song sections unchanged. */

/* The ad card remains inside the same player section. Add guaranteed space
   between the card bottom edge and the section border. */
html body #songs .ohm-home-pl-v313,
html body #songs .ohm-playlist-v84-player{
  box-sizing:border-box!important;
  padding-bottom:16px!important;
}

html body #songs .ohm-home-pl-ad-v313,
html body #songs .ohm-pl-v309-ad{
  margin-bottom:0!important;
}

@media (max-width:700px){
  html body #songs .ohm-home-pl-v313,
  html body #songs .ohm-playlist-v84-player{
    padding-bottom:12px!important;
  }
}
