.dmusic-votes {
  padding: 12px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
}
.dmusic-votes .track {
  font-weight: 600;
  margin-bottom: 8px;
}
.dmusic-votes .meta {
  font-size: 0.92rem;
  opacity: 0.85;
  margin-bottom: 10px;
}
.dmusic-votes .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dmusic-votes button {
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 999px;
  padding: 8px 12px;
  background: white;
}
.dmusic-votes.is-loading {
  opacity: .7;
  pointer-events: none;
}
.btn.is-active {
  transform: scale(1.08);
  filter: brightness(1.15);
}