/* Start custom CSS *//* ===== DJ Swiper (Luxury) ===== */
.dj-swiper { width:100%; padding: 8px 0 24px; }
.dj-swiper .swiper-slide { width: 90%; max-width: 560px; }

.track-card{
  position: relative;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(900px 360px at 20% -10%, rgba(255, 215, 120, .16), transparent 55%),
    radial-gradient(700px 320px at 90% 10%, rgba(120, 170, 255, .14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.track-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.track-title{
  margin:0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
}

.track-sub{
  margin: 4px 0 0;
  font-size: 12px;
  opacity: .75;
}

.track-badge{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}

.track-card audio{
  width: 100%;
  border-radius: 12px;
}

/* Pagination dots */
.dj-swiper .swiper-pagination{
  position: relative;
  margin-top: 12px;
}
.dj-swiper .swiper-pagination-bullet{
  width: 8px; height: 8px;
  opacity: .35;
}
.dj-swiper .swiper-pagination-bullet-active{
  opacity: 1;
  transform: scale(1.1);
}/* End custom CSS */