/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 02:33:47 */
/* ===== AUDIO PLAYER ICON SIZE FIX ONLY ===== */

/* Target common audio player containers */
.audio-player button svg,
.audio-player button i,
.waveform button svg,
.waveform button i,
.mejs__button button svg,
.mejs__button button i,
.wp-audio-shortcode button svg,
.wp-audio-shortcode button i {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
}

/* Play button specifically */
.audio-player .play svg,
.waveform .play svg,
.mejs__playpause-button button svg {
    width: 34px !important;
    height: 34px !important;
}

/* Download icon */
.audio-player .download svg,
.waveform .download svg {
    width: 30px !important;
    height: 30px !important;
}

/* Fix pseudo icons */
.mejs__button button::before {
    font-size: 30px !important;
}

/* Slightly increase button size for balance */
.audio-player button,
.waveform button,
.mejs__button button,
.wp-audio-shortcode button {
    min-width: 52px !important;
    min-height: 52px !important;
}