/* Podcasts CSS Document */

.podcast-embed-container{
    width: 100%; 
    line-height: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    margin-bottom: 1.5rem;
}


.guest-list{
    display: flex;
    flex-wrap: wrap;
    margin: .25rem 0 1.5rem 0;
    line-height: 25px;
    font-size: .65rem;
}

.guest-list p.by-author{
    padding: 0;
    margin: 0;
    line-height: 25px;
}


.pod-series-grid{
    display: grid;
    grid-gap: 1.5rem;
}

.pod-series-grid article h3{
    margin-bottom: 0;
}

.accordion-body.pod-series-grid {
    padding: 0;
}

        