.acf-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
	margin-bottom:10px;
}
.acf-play-btn {
    background: #008cf5;
    color: white;
    border: none;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 14px;
    cursor: pointer !important;
}

.acf-play-btn i{
	margin-left:-1px !important;
}
.acf-waveform
{
	width:100% !important;
}