
.ltd-player {
  background: #333;
  color: #fff;
  padding: 24px;
  max-width: 500px;
  margin: auto;
  border-radius: 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.ltd-cover {
  width: 80%;
  margin-bottom: 20px;
}
#waveform {
  width: 100%;
  height: 100px;
  margin: 10px 0;
}
.ltd-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.ltd-description {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ltd-controls button {
  font-size: 18px;
  margin: 0 10px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #333;
  cursor: pointer;
}
