.edap-player{
    padding:20px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
}

.edap-title{
    font-weight:700;
    margin-bottom:10px;
}

.edap-player audio{
    width:100%;
    display:block;
}