﻿.mejs__container,
.mejs__container * {
    box-sizing: border-box;
    border-radius: 10px;
}

.custom-audio-player {
    background: #45556C !important;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: auto;
}

    .custom-audio-player audio {
        width: auto;
        height: 85px !important;
        outline: none;
        border: none;
        background-color: transparent;
    }

/* Optional: round progress bar in some browsers */
audio::-webkit-media-controls-panel {
    background-color: #45556C !important;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider {
    filter: invert(40%); /* Darker icons */
}

.mejs__controls:not([style*="display: none"]) {
    background-color: #45556C; /* Replace with any custom solid color */
    /* Remove any previous background gradient lines */
}
