.podcast_hero {
  margin-bottom: var(--block-margin-top);
}

.podcast_hero img {
  width: 100%;
  display: block;
  border-radius: var(--img-border-radius);
}

.podcast_participants {
  margin-top: .5em;
  margin-bottom: var(--block-margin-top);
}

.podcast_description {
  margin-bottom: var(--block-margin-top);
}

.podcast_movie_link {
  margin-bottom: var(--block-margin-top);
}

.podcast_movie_link a {
  text-decoration: underline;
}

.podcast_player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: var(--block-margin-top);
}

.podcast_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--img-border-radius);
}

.podcast_url_invalid {
  margin-top: var(--block-margin-top);
}
