.hp-podcast {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  body:not(.wp-admin) .hp-podcast {
    padding-right: 32px !important;
  }
}
.hp-podcast:after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  top: 0;
  background-color: #3B0C0E;
  z-index: -1;
}
.wp-admin .hp-podcast:after {
  left: -32px;
  right: 0;
}
@media (max-width: 1439px) {
  .hp-podcast:after {
    left: 0;
    right: 0;
  }
}
.wp-admin .hp-podcast {
  margin-right: -32px;
}
.wp-admin .hp-podcast .section-header {
  font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 767px) {
  .hp-podcast {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.hp-podcast > div {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .hp-podcast > div {
    flex-wrap: wrap;
    gap: 9px;
  }
}

.podcast-side {
  flex: 0 0 192px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .podcast-side {
    flex-basis: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
  }
}
.podcast-side h2 {
  color: #fff;
  font-size: 24px !important;
  font-weight: 500 !important;
}
@media (max-width: 1199px) {
  .podcast-side h2 {
    margin-bottom: 4px;
  }
}
.podcast-side .wp-block-button {
  margin-top: auto;
}
.podcast-content {
  flex: 1;
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .podcast-content {
    flex-direction: column;
  }
}
.podcast-content .podcast-single {
  flex: 1;
  display: flex;
  gap: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .podcast-content .podcast-single {
    gap: 16px;
  }
}
.podcast-content .podcast-single__image {
  flex: 0 0 192px;
}
@media (max-width: 991px) {
  .podcast-content .podcast-single__image {
    flex-basis: 140px;
  }
}
.podcast-content .podcast-single__image img {
  border-radius: 12px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-content .podcast-single h3 {
  font-size: 28px !important;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .podcast-content .podcast-single h3 {
    font-size: 24px !important;
  }
}
.podcast-content .podcast-single .premium-label {
  color: #fff;
  margin-bottom: 8px !important;
  font-size: var(--wp--preset--font-size--smaller) !important;
}
.podcast-content .podcast-single .text {
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
}
@media (max-width: 1199px) {
  .podcast-content .podcast-single .text {
    font-size: 14px;
  }
}
.podcast-content .podcast-single__content {
  display: flex;
  flex-direction: column;
}
.podcast-content .podcast-single__content .wp-block-button {
  margin-top: auto;
}
.podcast-content .podcast-single:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .podcast-content .podcast-single:before {
    bottom: auto;
    left: 0;
    right: 0;
    top: -16px;
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .podcast-content .podcast-single:first-child:before {
    display: none;
  }
}