.podcast-component {
  container-type: inline-size;
  container-name: podcast;
}
.podcast-component iframe {
  width: 100%;
  height: 225px;
}
@container podcast (width < 500px) {
  .podcast-component iframe {
    height: 500px;
  }
}

/*# sourceMappingURL=podcast-component-style.css.map */
