.audio-blog-light {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 1.4em;
}

.audio-blog-light p {
  color: #fff031;
  text-align: center;
  line-height: 22px;
}

.audio-blog-light figure {
  margin-bottom: 0;
}

.audio-blog-light .custom-audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.audio-blog-light .play-pause {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.audio-blog-light .play-pause svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.audio-blog-light .progress-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.audio-blog-light .current-time, .duration {
  font-size: 12px;
  color: #000;
}

.audio-blog-light .custom-progress-bar {
  flex: 1;
  height: 3px;
  appearance: none;
  background: #ddd;
  border-radius: 2px;
  cursor: pointer;
}

.audio-blog-light .custom-progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.audio-blog-light .controls-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.audio-blog-light .speed-control, .rewind, .forward {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #000;
  padding: 5px;
}

.audio-blog-light .speed-control {
  font-size: 12px;
  background: #ddd;
  border-radius: 5px;
}
