.audio-player-wrapper-31850773 {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

.audio-player-31850773 {
    width: 100%;
    max-width: 600px;
    outline: none;
    border-radius: 8px;
}

/* Custom styling for WebKit browsers to look more modern */
.audio-player-31850773::-webkit-media-controls-panel {
    background-color: #ffffff;
    border-radius: 8px;
}

.audio-player-31850773::-webkit-media-controls-play-button,
.audio-player-31850773::-webkit-media-controls-mute-button {
    background-color: #e9ecef;
    border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .audio-player-wrapper-31850773 {
        padding: 12px;
        border-radius: 8px;
    }
}
