 
.custom-audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f9f6;
  padding: 10px;
  border-radius: 8px;
  font-family: sans-serif;
}

.custom-audio-player button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.custom-audio-player .progress {
  flex: 1;
}
