.podcast {
  padding: 10px 10px;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  background: rgb(59, 58, 58);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcast p {
  width: 320px;
}
.podcast audio {
  background: rgb(59, 58, 58);
  padding: 0 0;
  margin: 0 auto;
}

.active_audio {
  background: red;
}

.active {
  padding: 10px 10px;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  background: RGB(50, 102, 168);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.active p {
  width: 320px;
}
.active audio {
  background: RGB(50, 102, 168);
  padding: 0 0;
  margin: 0 auto;
}/*# sourceMappingURL=podcasts.css.map */