/* Minimal override only. The card shape comes from the cloned LISTEN TO #CHAOSCORE card. */
.look-shop-busta-card {
  text-decoration: none !important;
}

.look-shop-busta-card [id] {
  scroll-margin-top: 0;
}

.look-shop-busta-card .look-shop-card-text,
.look-shop-busta-card [data-shop-card-text] {
  position: relative;
  z-index: 3;
}

.look-shop-busta-card .look-shop-fallback-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(180,24,45,0.34), transparent 8rem),
    linear-gradient(135deg, rgba(62,8,15,0.88), rgba(9,8,8,0.92));
  pointer-events: none;
}
