/* 🎵 Custom Pastel Music Player */
.music-player {
  background-color: #fff3f6 !important;
  border: 2px solid #fbc4d6 !important;
  border-radius: 12px;
  padding: 10px;
}

#player-box {
  font-size: 14px;
  color: #d46a92;
}

#audio-player {
  width: 100%;
  margin-top: 5px;
}

.controls {
  margin-top: 5px;
  text-align: center;
}

.controls button {
  background-color: #fbc4d6;
  border: none;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.controls button:hover {
  background-color: #e4a0b6;
}
