body:has(.snap-container) .placeholder-card-wrapper,
body:has(.snap-container) .snap-card.placeholder-removed {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  scroll-snap-align: none !important;
}
