.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border: 1px solid color-mix(in srgb, currentColor 8%, transparent);
  border-radius: 16px;
  background: #fff;
  color: #2c3338;
  text-align: left;
  pointer-events: none;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #e4ebe4;
  flex-shrink: 0;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-thumb img, .cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-thumb-fallback {
  background:
    radial-gradient(circle at 30% 30%, #c5d4c5, transparent 55%),
    #e4ebe4;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-thumb-play {
  position: absolute;
  inset: auto 6px 6px auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #7a8f7a;
  color: #fff;
  padding-left: 1px;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-label {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7378;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-title {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-tag {
  font-size: 10px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e8efe8;
  color: #4f6350;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 11px;
  color: #6b7378;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-chevron {
  color: #6b7378;
  display: grid;
  place-items: center;
}

/* Featured player */
.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-embed, .cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #c5d0c4;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-cover-img, .cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-cover-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-cover-fallback {
  background: linear-gradient(135deg, #c5d0c4, #8fa28f);
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      115deg,
      rgba(26, 34, 40, 0.72) 0%,
      rgba(26, 34, 40, 0.35) 48%,
      transparent 72%
    );
  pointer-events: none;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-leaf {
  position: absolute;
  width: 140px;
  bottom: -8px;
  right: -8px;
  color: #a3b5a3;
  pointer-events: none;
  z-index: 1;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-content {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 2;
  max-width: min(440px, 78%);
  padding: clamp(20px, 4vw, 36px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #4f6350;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-label {
  font-size: 12px;
  opacity: 0.85;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 4px;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-title {
  margin: 0;
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  font-weight: 600;
  line-height: 1.15;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0.88;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #7a8f7a;
  color: #fff;
  display: grid;
  place-items: center;
  padding-left: 4px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-missing {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 24px;
  background: rgba(26, 34, 40, 0.35);
}

.cc_I1vIPjnu8K_hEtAIwhwws .podcast-ep-player-duration {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20, 24, 28, 0.55);
  color: #fff;
  font-size: 12px;
}
