.artista-comentario {
  border-left: 4px solid #00ffe1;
  background: linear-gradient(to right, #1a1a1a, #121212);
  box-shadow: 0 0 10px rgba(0, 255, 225, 0.1);
}
.artista-comentario img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.artista-comentario h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.artista-comentario p {
  font-size: 1rem;
  color: #ccc;
}

.track-item.compact {
  flex-direction: column;
  align-items: stretch;
  background-color: #161616;
  border-radius: 6px;
  padding: 12px;
}
.track-item.compact .btn-sm {
  font-size: 0.8rem;
}
.track-item.compact .progress {
  height: 5px;
  margin-top: 4px;
}
.track-item.compact .fw-semibold {
  font-size: 0.95rem;
}