/* V193 — hide serial number badges from all song/reel cards */
html body #songs .ohm-song-serial,
html body #songs [class*="song-serial"],
html body #songs .ohm-serial-card .ohm-song-serial,
html body #reels .ohm-reel-serial,
html body #reels [class*="reel-serial"],
html body .ohm-song-grid-horizontal-final .ohm-song-serial,
html body .ohm-reel-grid-only-cards .ohm-reel-serial{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
