/* Minimal neon placeholder thumbnails */
.album-art img.song-placeholder-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.album-art.has-song-placeholder {
  overflow: hidden;
  background: #1b0817;
}

.album-art.has-song-placeholder .album-shine {
  pointer-events: none;
}
