li.details-podcasts {
  list-style-type: none;
}
li.details-podcasts div.card {
  display: flex;
  flex-direction: row;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #27292c;
  width: 64ch;
  padding: 16px;
}
li.details-podcasts div.card img {
  width: 184px;
  height: 184px;
  border-radius: 8px;
}
li.details-podcasts div.card div {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 24px;
}

/*# sourceMappingURL=DetailsPodcasts.css.map */
