/*
Theme Name: Divi Child
Theme URI: https://jouwwebsite.nl/
Description: Child theme voor Divi
Author: Jouw Naam
Author URI: https://jouwwebsite.nl/
Template: Divi
Version: 1.0.0
*/

.song-list {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.song-item {
  margin-bottom: 1em;
}

.song-title-link {
  width: 90%;
  text-align: center;
  display: block;
  font-family: 'Alata', 'Helvetica', 'Arial', 'Lucida', 'sans-serif';
}

.song-title-link:hover {
  color: #00b72d; /* of een kleur die past bij je thema */
  text-decoration: underline;
}

.song-item-audio {
  width: 100%;
  background: transparent;
  border-radius: 8px;
  outline: none;
  margin-top: -24px;
}

.song-item-audio::-webkit-media-controls-panel {
  background-color: transparent !important;
}

.song-item-audio::-webkit-media-controls-enclosure {
  background-color: transparent !important;
  box-shadow: none !important;
}

.song-item-audio::-webkit-media-controls {
  background-color: transparent !important;
}

.song-item-audio::-webkit-media-controls-play-button,
.song-item-audio::-webkit-media-controls-timeline,
.song-item-audio::-webkit-media-controls-volume-slider {
  filter: brightness(0.9);
}
