body {
  color: #000;
  background: #fff;
}

.site-header {
  min-height: 48px;
  background-color: #fff;
  z-index: 1030;
}

.site-title {
  letter-spacing: 0.08rem !important;
  font-size: 1.45rem !important;
  line-height: 1 !important;
}

.episode-shell {
  width: 100%;
  align-items: flex-start;
  padding-bottom: 0;
}

.episode-panel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 78px 16px 60px;
  font-size: 0.78rem;
}

.episode-player {
  margin: 0 auto 30px;
  text-align: center;
}

.episode-player .audioplayer-style {
  width: clamp(196px, 58vw, 238px);
  height: clamp(196px, 58vw, 238px);
  border-width: 2px;
}

.episode-player .pButton-style {
  width: 64px;
  height: 64px;
  background-size: 46% 46%;
}

.episode-player .timeline-style {
  width: min(72%, 270px);
  margin-top: 22px !important;
  margin-bottom: 18px !important;
  background: rgba(0, 0, 0, 0.28);
}

.episode-credits {
  margin-bottom: 20px !important;
  font-size: 0.68rem !important;
  line-height: 1.45;
  letter-spacing: 0.01rem;
}

.episode-download {
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  text-align: center;
}

.episode-download-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem !important;
  letter-spacing: 0.075rem !important;
  line-height: 1;
  text-decoration: none !important;
  color: #000 !important;
}

.episode-download-link svg {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  vertical-align: 0 !important;
}

.episode-copy {
  max-width: 34rem !important;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.42;
}

.episode-heading,
.section-heading {
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 0.055rem;
}

.reading-list {
  margin-top: 28px;
  line-height: 1.34;
}

.reading-list a,
.contact-block a {
  color: #000;
  text-decoration: none !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

.contact-block {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .desktop-shell {
    margin-top: 0 !important;
  }

  .episode-shell {
    align-items: center;
    padding: 80px 0 56px;
  }

  .episode-panel {
    max-width: 940px !important;
    padding: 0 24px;
    font-size: 0.88rem;
  }

  .episode-layout {
    align-items: center;
    justify-content: center;
    gap: 56px;
    flex-wrap: nowrap;
  }

  .episode-player {
    flex: 0 0 300px;
    max-width: 300px !important;
    margin: 0 !important;
  }

  .episode-player .audioplayer-style {
    width: 232px;
    height: 232px;
  }

  .episode-player .pButton-style {
    width: 72px;
    height: 72px;
  }

  .episode-copy {
    flex: 0 1 540px;
    max-width: 540px !important;
    margin: 0 !important;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .episode-download {
    margin-bottom: 0 !important;
  }
}
