.podcast-category-content .hero {
  position: relative;
  text-align: center;
  color: var(--color-white);
  padding: var(--sp45) var(--sp30);
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  transition-duration: 200;
}
.podcast-category-content .hero img {
  margin: 0 auto;
  max-width: 420px;
  height: auto;
  width: 80%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.podcast-category-content .hero h1 {
  margin: var(--sp30s) auto 0;
  font-weight: 300;
}
.podcast-category-content .hero p.leading {
  font-size: var(--font-size-base);
  max-width: 560px;
  margin: var(--sp30s) auto;
}

.views-element-container:has(.podcast-category-teaser) .views-row {
  background-color: var(--color-beige-light);
  max-width: 300px;
  margin: 0 auto;
}

.podcast-category-teaser {
  position: relative;
  text-align: center;
}
.podcast-category-teaser .image {
  position: relative;
}
.podcast-category-teaser .image:hover .icon-podcast,
.podcast-category-teaser .image:focus .icon-podcast {
  animation: pulse 1.5s infinite ease-in-out;
}
.podcast-category-teaser .icon-podcast {
  position: absolute;
  width: var(--sp45);
  height: var(--sp45);
  bottom: -22.5px;
  left: calc(50% - 22.5px); /* center mic icon */
  background-image: url(../../images/icon-mic.svg);
  background-size: var(--sp45) var(--sp45);
  transform: translateY(0);
}
.podcast-category-teaser h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--font-size-sm);
  margin: 0 auto;
}
.podcast-category-teaser h3 a {
  text-decoration: none;
}
.podcast-category-teaser .body {
  padding: var(--sp45) var(--sp30);
}
.podcast-category-teaser .excerpt {
  font-size: var(--font-size-base);
  margin: var(--sp15) 0;
}

#block-injili-views-block-podcasts-block-2 {
  max-width: var(--site-max-width);
  margin: var(--sp60) auto 0;
}

@media (min-width: 700px) {
  .podcast-category-teaser .icon-podcast {
    width: var(--sp60);
    height: var(--sp60);
    bottom: -25px;
    left: calc(50% - 30px); /* center mic icon */
    background-size: var(--sp60) var(--sp60);
  }
}

@media screen and (min-width: 780px) {
  .podcast-category-content .hero {
    padding: var(--sp90) var(--sp30);
  }
  .podcast-category-content .hero p.leading {
    font-size: var(--font-size-base);
  }
}

@media (min-width: 860px) {
  #block-injili-views-block-podcasts-block-1 > div {
    padding-left: var(--sp30);
    padding-right: var(--sp30);
  }
}
