
/* OSBeats homepage artwork sizing fix
   Shows the full uploaded cover instead of cropping it. */

.music-card .cover.has-image,
.featured-side .mini-thumb[style*="background-image"] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0b0c10 !important;
}

/* Keep the play button above the artwork */
.music-card .cover.has-image::after {
  z-index: 2;
}

/* Optional subtle frame when artwork doesn't fill the full square */
.music-card .cover.has-image {
  border-bottom: 1px solid #252831;
}
