:root {
  --episode-page-bg: #ffffff;
  --episode-surface: #053272;
  --episode-text: #053272;
  --episode-text-muted: rgba(5, 50, 114, 0.56);
  --episode-border: #acd6f4;
  --episode-heading: #0346ab;
  --episode-share-icon: #5e6c8d;
}

body,
.wrapper,
.page-holder,
.main {
  background: #ffffff;
}

.page-holder {
  background: #ffffff !important;
}

.episode-detail-page {
  background: #ffffff;
  color: var(--episode-text);
  font-family: "proxima-nova", "Proxima Nova", Arial, sans-serif;
}

.episode-detail-page a {
  color: inherit;
  text-decoration: none;
}

.episode-detail-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--episode-surface);
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

  .episode-detail-hero__inner {
    width: min(1499px, calc(100% - 424px));
    margin: 0 auto;
    padding: 30px 0;
  }

  .episode-detail-hero--vidcast .episode-detail-hero__inner {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }

  .episode-detail-hero--vidcast {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .episode-detail-hero__card {
    overflow: hidden;
    height: 233px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.06);
  }

  .episode-detail-hero--vidcast .episode-detail-hero__card {
    width: min(619px, calc(100% - 240px));
    height: auto;
    aspect-ratio: 619 / 358;
    border-radius: 30px;
    background: #ffffff;
  }

  .episode-detail-hero__embed,
  .episode-detail-hero__fallback {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .episode-detail-hero__fallback {
    object-fit: cover;
    object-position: center;
  }

  .episode-detail-hero--vidcast .episode-detail-hero__fallback {
    object-fit: cover;
  }

  .episode-detail-content {
    padding: 0 0 72px;
  }

  .episode-detail-content__inner {
    width: min(1496px, calc(100% - 424px));
    margin: 0 auto;
    padding: 0;
  }

  .episode-detail-breadcrumbs {
    margin: 13px 0 0;
  }

  .episode-detail-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    color: var(--episode-text-muted);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .episode-detail-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 11px;
  }

  .episode-detail-breadcrumbs__item:not(:last-child)::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    flex: 0 0 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    opacity: 0.78;
  }

  .episode-detail-body {
    padding: 54px 0 0;
  }

  .episode-detail-breadcrumbs a:hover,
  .episode-detail-breadcrumbs a:focus-visible {
    opacity: 0.8;
    outline: none;
  }

  .episode-detail-copy {
    padding: 25px 0 0;
  }

  .episode-detail-copy__subtitle {
    margin: 0 0 6px;
    color: var(--episode-heading);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .episode-detail-copy__heading {
    margin: 0 0 14px;
    color: var(--episode-heading);
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    max-width: 1496px;
  }

  .episode-detail-copy__meta {
    margin: 0 0 24px;
    color: var(--episode-text);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .episode-detail-copy__meta-row {
    margin: 0;
  }

  .episode-detail-copy__meta-row + .episode-detail-copy__meta-row {
    margin-top: 2px;
  }

  .episode-detail-copy__meta-label {
    font-weight: 700;
  }

  .episode-detail-copy__meta-value {
    font-weight: 400;
  }

  .episode-detail-copy__body {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: var(--episode-text);
  }

  .episode-detail-copy__body p {
    margin: 0 0 33px;
  }

  .episode-detail-copy__body p:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 1599px) {
    .episode-detail-hero__inner,
    .episode-detail-content__inner {
      width: calc(100% - 120px);
    }
  }

  @media (max-width: 1279px) {
    .episode-detail-hero__card {
      height: 220px;
    }

    .episode-detail-hero--vidcast .episode-detail-hero__card {
      width: min(619px, calc(100% - 160px));
      height: auto;
    }

    .episode-detail-copy__body {
      font-size: 20px;
      line-height: 31px;
    }
  }

  @media (max-width: 1023px) {
    .episode-detail-hero {
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
    }

    .episode-detail-hero--vidcast {
      border-top-right-radius: 48px;
      border-bottom-right-radius: 48px;
    }

    .episode-detail-hero__inner,
    .episode-detail-content__inner {
      width: calc(100% - 56px);
    }

    .episode-detail-hero__inner {
      padding: 24px 0;
    }

    .episode-detail-hero__card {
      height: 200px;
      border-radius: 20px;
    }

    .episode-detail-hero--vidcast .episode-detail-hero__card {
      width: min(619px, calc(100% - 96px));
      border-radius: 24px;
    }

    .episode-detail-copy__heading {
      font-size: 26px;
      line-height: 34px;
    }

    .episode-detail-copy__subtitle {
      font-size: 17px;
      line-height: 23px;
    }

    .episode-detail-copy__meta {
      margin-bottom: 22px;
    }

    .episode-detail-copy__body {
      font-size: 18px;
      line-height: 29px;
    }
  }

  @media (max-width: 767px) {
    .episode-detail-hero__inner,
    .episode-detail-content__inner {
      width: calc(100% - 32px);
    }

    .episode-detail-hero__card {
      height: 176px;
      border-radius: 18px;
    }

    .episode-detail-hero--vidcast .episode-detail-hero__card {
      width: calc(100% - 32px);
      height: auto;
      border-radius: 20px;
    }

    .episode-detail-copy__heading {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 14px;
    }

    .episode-detail-copy__subtitle {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 5px;
    }

    .episode-detail-copy__meta {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 23px;
    }

    .episode-detail-copy__body {
      font-size: 17px;
      line-height: 28px;
    }
  }

  @media (max-width: 479px) {
    .episode-detail-hero {
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px;
    }

    .episode-detail-hero--vidcast {
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
    }

    .episode-detail-hero__inner,
    .episode-detail-content__inner {
      width: calc(100% - 24px);
    }

    .episode-detail-hero__card {
      height: 150px;
      border-radius: 16px;
    }

    .episode-detail-hero--vidcast .episode-detail-hero__card {
      width: calc(100% - 24px);
      border-radius: 18px;
    }
  }
