/* wrapper player */
.custom-audio-wrapper {
    background: #f5f9ff;
    border: 1px solid #d0e2ff;
    padding: 10px 14px;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

/* judul kecil di atas player (jika ada) */
.custom-audio-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #133a7a;
}

/* tombol download */
.download-audio-button {
    display: inline-block;
    padding: 8px 14px;
    background: #0b66d1;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 6px;
}
.download-audio-button:hover {
    background: #0a57b0;
}

/* pastikan audio yang dibuat terlihat bagus */
audio.customified-player {
    width: 100%;
    max-width: 100%;
    display: block;
}
