/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

.podcast-episode-listing-shortcode {

}
.podcast-episode-listing-shortcode .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.podcast-episode-listing-shortcode .row .col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.podcast-episode-listing-shortcode .episode-number {
    color: #C697FF;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
.podcast-episode-listing-shortcode .episode-name {
    color: white;
}
.podcast-episode-listing-shortcode .episode-excerpt {
    color: white;
}