.kw-podcast-page,
.kw-podcast-page * {
  box-sizing: border-box;
}

.kw-podcast-page {
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(12, 18, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 18, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfbfa 0, #ffffff 44%, #f7f7f4 100%);
  background-size:
    28px 28px,
    28px 28px,
    auto;
  color: var(--kw-ink);
  font-family: var(--kw-mono);
  letter-spacing: 0;
}

.kw-podcast-page a {
  color: inherit;
}

.kw-podcast-page a.kw-podcast-button--primary,
.kw-podcast-page a.kw-podcast-button--primary:hover,
.kw-podcast-page a.kw-podcast-button--primary:focus-visible {
  color: #ffffff;
}

.kw-podcast-page a:focus-visible,
.kw-podcast-page button:focus-visible,
.kw-podcast-page iframe:focus-visible {
  outline: 2px solid var(--kw-green);
  outline-offset: 4px;
}

.kw-podcast-page > .kw-breadcrumbs {
  max-width: 1536px;
  margin: 0 auto;
  padding: 24px 64px 0;
  color: #586365;
}

.kw-podcast {
  overflow: hidden;
}

.kw-podcast h1,
.kw-podcast h2,
.kw-podcast h3,
.kw-podcast p,
.kw-podcast figure,
.kw-podcast dl {
  margin: 0;
}

.kw-podcast-kicker {
  color: #168f24;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.kw-podcast-button {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid rgba(8, 13, 14, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #080d0e;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.kw-podcast-button span {
  color: var(--kw-green);
  font-size: 1.1rem;
  line-height: 1;
}

.kw-podcast-button:hover,
.kw-podcast-button:focus-visible {
  border-color: rgba(34, 214, 47, 0.72);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(5, 9, 9, 0.1);
  color: #050708;
  transform: translateY(-1px);
}

.kw-podcast-button--primary {
  border-color: #050708;
  background: #050708;
  color: #ffffff;
}

.kw-podcast-button--primary:hover,
.kw-podcast-button--primary:focus-visible {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.kw-podcast-button--ghost {
  border-color: rgba(8, 13, 14, 0.18);
}

.kw-podcast-button--placeholder {
  color: rgba(8, 13, 14, 0.72);
}

.kw-podcast-hero {
  padding: 40px 24px 0;
}

.kw-podcast-hero__shell {
  position: relative;
  display: grid;
  max-width: 1536px;
  min-height: 720px;
  grid-template-columns: minmax(420px, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(4rem, 6vw, 6rem) clamp(4rem, 6vw, 5.5rem);
  border: 1px solid rgba(9, 14, 16, 0.08);
  background:
    radial-gradient(circle at 74% 34%, rgba(34, 214, 47, 0.14), transparent 20rem),
    linear-gradient(rgba(8, 13, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.045) 1px, transparent 1px), #fbfbfa;
  background-size:
    auto,
    46px 46px,
    46px 46px,
    auto;
  isolation: isolate;
}

.kw-podcast-hero__shell::before,
.kw-podcast-hero__shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.kw-podcast-hero__shell::before {
  inset: 22px;
  z-index: 0;
  border: 1px solid rgba(8, 13, 14, 0.07);
}

.kw-podcast-hero__shell::after {
  top: 84px;
  right: 12%;
  z-index: 1;
  width: 360px;
  height: 360px;
  opacity: 0.34;
  background:
    radial-gradient(circle, rgba(34, 214, 47, 0.38) 0 3px, transparent 4px),
    radial-gradient(circle, transparent 0 72px, rgba(8, 13, 14, 0.14) 73px 74px, transparent 76px),
    radial-gradient(
      circle,
      transparent 0 128px,
      rgba(8, 13, 14, 0.1) 129px 130px,
      transparent 132px
    ),
    linear-gradient(rgba(8, 13, 14, 0.16), rgba(8, 13, 14, 0.16)) center / 1px 250px no-repeat,
    linear-gradient(90deg, rgba(8, 13, 14, 0.16), rgba(8, 13, 14, 0.16)) center / 250px 1px
      no-repeat;
}

.kw-podcast-hero__copy,
.kw-podcast-hero__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.kw-podcast-hero__copy {
  display: grid;
  align-content: center;
  row-gap: 24px;
}

.kw-podcast-hero__copy > * {
  margin: 0;
}

.kw-podcast-hero h1 {
  max-width: 700px;
  color: #070a0b;
  font-size: clamp(3.3rem, 6vw, 4.0rem);
  font-weight: 800;
  line-height: 0.96;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.kw-podcast-hero__lead {
  max-width: 670px;
  color: #111516;
  font-family: var(--kw-sans);
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  font-weight: 700;
  line-height: 1.48;
}

.kw-podcast-hero__text {
  max-width: 630px;
  color: #3d4648;
  font-family: var(--kw-sans);
  font-size: 1rem;
  line-height: 1.72;
}

.kw-podcast-hero__actions,
.kw-podcast-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kw-podcast-hero__actions {
  padding-top: 12px;
}

.kw-podcast-hero__visual {
  align-self: stretch;
  min-height: 510px;
}

.kw-podcast-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 13, 14, 0.16);
  background: #030709;
  box-shadow: 0 26px 76px rgba(3, 7, 9, 0.18);
}

.kw-podcast-hero__media::before,
.kw-podcast-hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.kw-podcast-hero__media::before {
  background:
    linear-gradient(var(--kw-green), var(--kw-green)) 18px 16px / 1px 24px no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) 18px 16px / 24px 1px no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) calc(100% - 18px) calc(100% - 39px) / 1px 24px
      no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) calc(100% - 41px) calc(100% - 16px) / 24px 1px
      no-repeat,
    linear-gradient(180deg, rgba(3, 7, 9, 0.02) 0, rgba(3, 7, 9, 0.52) 100%);
}

.kw-podcast-hero__media::after {
  opacity: 0.2;
  background:
    linear-gradient(rgba(34, 214, 47, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 198, 212, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  mix-blend-mode: screen;
}

.kw-podcast-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kw-podcast-hero__caption,
.kw-podcast-signal {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(3, 7, 9, 0.76);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.kw-podcast-hero__caption {
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
}

.kw-podcast-hero__caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kw-podcast-hero__caption strong {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.04;
}

.kw-podcast-signal {
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.72rem;
  font-weight: 800;
}

.kw-podcast-signal strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kw-green);
}

.kw-podcast-signal strong::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kw-green);
  box-shadow: 0 0 16px rgba(34, 214, 47, 0.78);
  content: "";
}

.kw-podcast-authority,
.kw-podcast-channels,
.kw-podcast-episodes,
.kw-podcast-newsletter {
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
}

.kw-podcast-authority {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px 24px 0;
}

.kw-podcast-authority__intro,
.kw-podcast-stats {
  border: 1px solid rgba(8, 13, 14, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(5, 9, 9, 0.045);
}

.kw-podcast-authority__intro {
  padding: 28px;
}

.kw-podcast-authority__intro h2 {
  margin-top: 16px;
  color: #080d0e;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  text-wrap: balance;
}

.kw-podcast-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.kw-podcast-stats div {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 10px;
  min-height: 168px;
  padding: 24px 20px;
  border-left: 1px solid rgba(8, 13, 14, 0.1);
}

.kw-podcast-stats div:first-child {
  border-left: 0;
}

.kw-podcast-stats dt {
  color: #080d0e;
  font-size: clamp(1.8rem, 3.4vw, 3.25rem);
  font-weight: 800;
  line-height: 0.95;
}

.kw-podcast-stats dd {
  margin: 0;
  color: #5b6467;
  font-family: var(--kw-sans);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.kw-podcast-channels {
  padding: 96px 24px 0;
}

.kw-podcast-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.kw-podcast-section-heading h2 {
  max-width: 760px;
  color: #080d0e;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.kw-podcast-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.kw-podcast-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 540px;
  flex-direction: column;
  row-gap: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(8, 13, 14, 0.14);
  background:
    linear-gradient(var(--kw-green), var(--kw-green)) 22px 20px / 1px 22px no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) 22px 20px / 22px 1px no-repeat,
    radial-gradient(circle at 86% 18%, rgba(34, 214, 47, 0.13), transparent 18rem),
    #ffffff;
  box-shadow: 0 24px 64px rgba(5, 9, 9, 0.06);
}

.kw-podcast-card--business {
  background:
    linear-gradient(var(--kw-cyan), var(--kw-cyan)) 22px 20px / 1px 22px no-repeat,
    linear-gradient(var(--kw-cyan), var(--kw-cyan)) 22px 20px / 22px 1px no-repeat,
    radial-gradient(circle at 82% 22%, rgba(25, 198, 212, 0.12), transparent 18rem),
    #ffffff;
}

.kw-podcast-card::after {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 180px;
  height: 180px;
  opacity: 0.12;
  background:
    radial-gradient(circle, rgba(8, 13, 14, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle, transparent 0 48px, rgba(8, 13, 14, 0.7) 49px 50px, transparent 52px),
    linear-gradient(rgba(8, 13, 14, 0.7), rgba(8, 13, 14, 0.7)) center / 1px 138px no-repeat,
    linear-gradient(90deg, rgba(8, 13, 14, 0.7), rgba(8, 13, 14, 0.7)) center / 138px 1px no-repeat;
  content: "";
  pointer-events: none;
}

.kw-podcast-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: #5d6668;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kw-podcast-card__top span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 13, 14, 0.18);
  color: #080d0e;
}

.kw-podcast-card h3 {
  max-width: 640px;
  margin-bottom: 12px;
  color: #080d0e;
  font-size: clamp(2.1rem, 3.4vw, 3.8rem);
  line-height: 1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.kw-podcast-card--business h3 {
  font-size: clamp(1.9rem, 2.6vw, 3.25rem);
  line-height: 1.04;
}

.kw-podcast-card__lead,
.kw-podcast-card p:not(.kw-podcast-card__lead):not(.kw-podcast-card__top p) {
  max-width: 650px;
  color: #384144;
  font-family: var(--kw-sans);
  font-size: 1rem;
  line-height: 1.72;
}

.kw-podcast-card__lead {
  color: #111516;
  font-weight: 700;
}

.kw-podcast-card p:not(.kw-podcast-card__lead):not(.kw-podcast-card__top p) {
  margin-top: 0;
}

.kw-podcast-card__actions {
  margin-top: auto;
  padding-top: 46px;
}

.kw-podcast-episodes {
  display: grid;
  gap: 32px;
  align-items: start;
  padding: 96px 24px 0;
}

.kw-podcast-episodes + .kw-podcast-episodes {
  padding-top: 64px;
  padding-bottom: 112px;
}

.kw-podcast-episodes__copy {
  display: grid;
  max-width: 920px;
  min-width: 0;
  gap: 18px;
}

.kw-podcast-episodes__copy h2 {
  color: #080d0e;
  font-size: clamp(2.1rem, 3.1vw, 3.6rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.kw-podcast-episodes__copy p:not(.kw-podcast-kicker) {
  max-width: 760px;
  color: #3d4648;
  font-family: var(--kw-sans);
  font-size: 1rem;
  line-height: 1.72;
}

.kw-podcast-episodes__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.kw-podcast-episode-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kw-podcast-episode-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 13, 14, 0.14);
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(5, 9, 9, 0.06);
}

.kw-podcast-episode-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(rgba(34, 214, 47, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 198, 212, 0.08) 1px, transparent 1px), #030709;
  background-size: 22px 22px;
}

.kw-podcast-episode-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--kw-green), var(--kw-green)) 14px 12px / 1px 18px no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) 14px 12px / 18px 1px no-repeat,
    linear-gradient(180deg, rgba(3, 7, 9, 0) 48%, rgba(3, 7, 9, 0.36) 100%);
  content: "";
  pointer-events: none;
}

.kw-podcast-episode-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.kw-podcast-episode-card__media:hover img,
.kw-podcast-episode-card__media:focus-visible img {
  transform: scale(1.035);
}

.kw-podcast-episode-card__media span {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(3, 7, 9, 0.74);
  box-shadow: 0 12px 26px rgba(3, 7, 9, 0.24);
  place-items: center;
}

.kw-podcast-episode-card__media span::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--kw-green);
  content: "";
}

.kw-podcast-episode-card__body {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.kw-podcast-episode-card time {
  color: #168f24;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.kw-podcast-episode-card h3 {
  margin: 0;
  color: #080d0e;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.kw-podcast-page .kw-podcast-episode-card h3 a {
  color: inherit;
  text-decoration: none;
}

.kw-podcast-page .kw-podcast-episode-card h3 a:hover,
.kw-podcast-page .kw-podcast-episode-card h3 a:focus-visible {
  color: #168f24;
}

.kw-podcast-episode-card__link {
  width: fit-content;
  color: #080d0e;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.kw-podcast-page a.kw-podcast-episode-card__link:hover,
.kw-podcast-page a.kw-podcast-episode-card__link:focus-visible {
  color: #168f24;
}

.kw-podcast-episode-card__link span {
  color: var(--kw-green);
}

.kw-podcast-episodes-fallback {
  display: grid;
  gap: 20px;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(8, 13, 14, 0.14);
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(5, 9, 9, 0.06);
}

.kw-podcast-episodes-fallback p {
  margin: 0;
  color: #3d4648;
  font-family: var(--kw-sans);
  line-height: 1.7;
}

.kw-podcast-newsletter.kw-home-newsletter {
  display: block;
  width: calc(100% - 48px);
  padding: 0 0 112px;
}

@media (max-width: 1180px) {
  .kw-podcast-page > .kw-breadcrumbs {
    padding-right: 35px;
    padding-left: 35px;
  }

  .kw-podcast-hero__shell,
  .kw-podcast-authority,
  .kw-podcast-section-heading,
  .kw-podcast-episodes {
    grid-template-columns: 1fr;
  }

  .kw-podcast-hero__shell {
    min-height: 0;
    gap: 48px;
    padding: 56px 42px;
  }

  .kw-podcast-hero__visual {
    min-height: 480px;
  }

  .kw-podcast-authority {
    gap: 18px;
  }

  .kw-podcast-section-heading {
    gap: 16px;
  }

  .kw-podcast-episodes + .kw-podcast-episodes {
    padding-bottom: 88px;
  }

  .kw-podcast-episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kw-podcast-newsletter.kw-home-newsletter {
    width: calc(100% - 48px);
    padding-bottom: 88px;
  }
}

@media (max-width: 900px) {
  .kw-podcast-channel-grid,
  .kw-podcast-stats {
    grid-template-columns: 1fr;
  }

  .kw-podcast-stats div,
  .kw-podcast-stats div:first-child {
    min-height: 124px;
    border-top: 1px solid rgba(8, 13, 14, 0.1);
    border-left: 0;
  }

  .kw-podcast-stats div:first-child {
    border-top: 0;
  }

  .kw-podcast-card {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .kw-podcast-page > .kw-breadcrumbs {
    padding: 18px 20px 0;
  }

  .kw-podcast-hero {
    padding: 24px 20px 0;
  }

  .kw-podcast-hero__shell {
    gap: 38px;
    padding: 42px 24px 24px;
  }

  .kw-podcast-hero__shell::before,
  .kw-podcast-hero__shell::after {
    display: none;
  }

  .kw-podcast-hero h1 {
    font-size: 2rem;
    line-height: 1.04;
  }

  .kw-podcast-hero__lead {
    font-size: 1rem;
  }

  .kw-podcast-hero__copy {
    row-gap: 20px;
  }

  .kw-podcast-hero__text,
  .kw-podcast-card__lead,
  .kw-podcast-card p:not(.kw-podcast-card__lead):not(.kw-podcast-card__top p),
  .kw-podcast-episodes__copy p:not(.kw-podcast-kicker) {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .kw-podcast-hero__actions,
  .kw-podcast-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kw-podcast-button {
    width: 100%;
  }

  .kw-podcast-hero__visual {
    min-height: 330px;
  }

  .kw-podcast-signal {
    top: 18px;
    left: 18px;
  }

  .kw-podcast-hero__caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px 16px;
  }

  .kw-podcast-authority,
  .kw-podcast-channels,
  .kw-podcast-episodes {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kw-podcast-authority {
    padding-top: 28px;
  }

  .kw-podcast-authority__intro,
  .kw-podcast-card {
    padding: 28px 24px;
  }

  .kw-podcast-authority__intro h2,
  .kw-podcast-section-heading h2,
  .kw-podcast-episodes__copy h2 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .kw-podcast-channels {
    padding-top: 64px;
  }

  .kw-podcast-card__top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .kw-podcast-card h3 {
    margin-bottom: 4px;
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .kw-podcast-card--business h3 {
    font-size: 1.95rem;
    line-height: 1.08;
  }

  .kw-podcast-card {
    row-gap: 20px;
  }

  .kw-podcast-card__actions {
    padding-top: 16px;
  }

  .kw-podcast-episodes {
    gap: 24px;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .kw-podcast-episodes + .kw-podcast-episodes {
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .kw-podcast-episode-grid {
    grid-template-columns: 1fr;
  }

  .kw-podcast-newsletter.kw-home-newsletter {
    width: calc(100% - 40px);
    padding-bottom: 70px;
  }
}
