.wp-block-forefront-frost-podcast-content {
    margin-bottom: var(--wp--preset--spacing--medium);
}

.podcast-audio-player {
    margin-bottom: var(--wp--preset--spacing--small);
}

.podcast-audio-player audio,
.podcast-audio-player iframe {
    width: 100%;
    max-width: 100%;
}

.podcast-excerpt {
    line-height: 1.6;
    color: var(--wp--preset--color--foreground, #333);
}

.wp-audio-shortcode {
    display: block;
    width: 100%;
    margin-bottom: var(--wp--preset--spacing--small);
}

.wp-audio-shortcode audio {
    display: block;
    width: 100%;
}
