/* ONE HIT MUSIC V350 — spacing-only correction.
   Keep the existing cards, player, ad slot and song sections unchanged. */

/* Give the blank ad card breathing room from its own section border. */
html body #songs .ohm-home-pl-ad-v313,
html body #songs .ohm-pl-v309-ad{
  margin:14px 12px 16px!important;
}

/* Highest Views stays inside the same #songs/videoGrid section.
   Only add the same vertical separation used between song cards. */
html body #songs #videoGrid,
html body #songs .video-grid{
  overflow:visible!important;
}
html body #songs #videoGrid > .ohm-song-section:first-child,
html body #songs #videoGrid.ohm-song-three-groups-v167 > .ohm-song-section:first-child{
  margin-top:22px!important;
}
html body #songs #videoGrid.ohm-song-three-groups-v167 .ohm-song-section,
html body #songs #videoGrid .ohm-song-section{
  margin-bottom:22px!important;
}
html body #songs #videoGrid.ohm-song-three-groups-v167 .ohm-song-section:last-child,
html body #songs #videoGrid .ohm-song-section:last-child{
  margin-bottom:0!important;
}

@media (max-width:820px){
  html body #songs .ohm-home-pl-ad-v313,
  html body #songs .ohm-pl-v309-ad{
    margin:12px 8px 14px!important;
  }
  html body #songs #videoGrid > .ohm-song-section:first-child,
  html body #songs #videoGrid.ohm-song-three-groups-v167 > .ohm-song-section:first-child{
    margin-top:18px!important;
  }
  html body #songs #videoGrid.ohm-song-three-groups-v167 .ohm-song-section,
  html body #songs #videoGrid .ohm-song-section{
    margin-bottom:18px!important;
  }
}
