.embed-audio {
  margin: 30px 0;
}
.embed-audio .embed-audio-parent {
  position: relative;
  line-height: 0;
  background: #F5F6FE;
  border-radius: 6px;
}
.embed-audio .embed-audio-parent audio {
  display: block !important;
  width: 100%;
  position: relative;
  z-index: 2;
}
.embed-audio .embed-audio-parent audio::-webkit-media-controls-panel {
  background: #F5F6FE;
  border-radius: 6px !important;
}
.embed-audio .embed-audio-parent .embed-audio-overlay {
  background: #F5F6FE;
}
.embed-audio .embed-audio-parent .embed-audio-play {
  width: 30px;
  height: 30px;
  background: url(../../../../images/icons/play.svg) no-repeat center;
  margin: 0 0 0 10px;
  cursor: pointer;
  background-size: 12px;
  border-radius: 16px;
}
.embed-audio .embed-audio-parent .embed-audio-play:hover {
  background: #ffffff url(../../../../images/icons/play.svg) no-repeat center;
  background-size: 12px;
}