.elementor-9314 .elementor-element.elementor-element-28de470c > .elementor-container{max-width:664px;}.elementor-9314 .elementor-element.elementor-element-22c536d9{font-family:"Libre Caslon Display", Sans-serif;font-size:25px;}.elementor-9314 .elementor-element.elementor-element-35d33a7e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-9314 .elementor-element.elementor-element-2c111698{width:var( --container-widget-width, 115.899% );max-width:115.899%;--container-widget-width:115.899%;--container-widget-flex-grow:0;}.elementor-9314 .elementor-element.elementor-element-2c111698 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 0px 0px 0px;}@media(min-width:768px){.elementor-9314 .elementor-element.elementor-element-33417fee{width:62.784%;}.elementor-9314 .elementor-element.elementor-element-35d33a7e{width:37.216%;}}/* Start custom CSS for wp-widget-media_audio, class: .elementor-element-2c111698 *//* ============================================
   WORDPRESS MP3 PLAYER - CUSTOM COLORS
   ============================================ */

/* --- PLAYER BACKGROUND --- */
.mejs-container,
.mejs-container .mejs-controls {
    background-color: #518F6B !important;
    background: rgba(81, 143, 107, 0.82) !important;
    border-radius: 8px !important;
}

/* --- PLAY / PAUSE BUTTON --- */
.mejs-button > button {
    color: #FFFFFF !important; /* ✏️ Change this to your color */
}
.mejs-controls .mejs-button button:hover {
    opacity: 0.75 !important;
}

/* --- PROGRESS BAR TRACK --- */
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, 0.3) !important; /* ✏️ Track color */
}

/* --- PROGRESS BAR FILL --- */
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #FFFFFF !important; /* ✏️ Fill color */
}

/* --- VOLUME SLIDER --- */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #FFFFFF !important; /* ✏️ Volume fill color */
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 0.3) !important;
}

/* --- TIME TEXT (0:00 / 3:45) --- */
.mejs-controls .mejs-time span {
    color: #FFFFFF !important; /* ✏️ Text color */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-28de470c *//* WordPress Audio Player Custom Color */
.mejs-container .mejs-controls,
.mejs-container .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-time-rail .mejs-time-current {
    background: #C6D9FF !important; /* your color */
}

.mejs-container .mejs-button > button {
    color: #ff4f9 !important; /* play/pause button color */
}

.mejs-container .mejs-time span {
    color: #ff4f9 !important; /* time text */
}/* End custom CSS */