#playlist-controls {
  margin-bottom: 16px;
}

#playlist-controls button {
  background-color: #6c63ff;
  color: white;
  border: none;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

#playlist-controls button:hover {
  background-color: #5a54d1;

.audio-wrapper.playing {
  background-color: #f5f5ff;
  border-left: 4px solid #6c63ff;
  padding-left: 8px;
  transition: background-color 0.3s ease;
}

#playlist-controls button {
  background-color: #6c63ff;
  color: white;
  border: none;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

#playlist-controls button:hover {
  background-color: #5a54d1;
}}
