.simple-audio-playlist {
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
    max-width: 100%;
    box-sizing: border-box;
}
.simple-audio-playlist audio {
    width: 100%;
    margin-top: 10px;
}
.sap-track {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
    word-break: break-word;
}
.sap-track:hover {
    background: #eef;
}
.sap-track.active {
    font-weight: bold;
    color: #0073aa;
    background: #e0f0ff;
}
.sap-track p {
    margin-bottom: 0px !important;
}
