/* custom-wavesurfer.css */
#waveform {
    width: 100%;
    height: 64px; /* Reduzierte Höhe */

    margin-top: 10px;
	margin-bottom:10px;
}

button#playPauseButton {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    background-color: #672985;
    color: white;
    border: none;
    cursor: pointer;
    margin-right: 5px;
	margin-left:25px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button#playPauseButton:hover, button#playPauseButton:focus  {
    background-color: #672985;
}

button#playPauseButton svg {
    fill: white;
}