/* ═══════════════════════════════════════════════════════════
   SEW Single Podcast Episode — MOBILE FIRST
   ═══════════════════════════════════════════════════════════ */

/* ─── HERO ──────────────────────────────────────────────── */
.sew-podcast-hero {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: var(--sew-dark-600, #1A1A1A);
  display: flex;
  align-items: flex-end;
}
.sew-podcast-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 100%);
}
.sew-podcast-hero__content {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  width: 100%;
}
.sew-podcast-hero__badge {
  display: inline-block;
  background: var(--sew-primary-500);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
.sew-podcast-hero__title {
  font-family: 'Playfair Display', serif !important;
  color: #fff !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 0.5rem !important;
}
.sew-podcast-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.78rem;
}
.sew-podcast-hero__meta span {
  white-space: nowrap;
}

/* ─── BODY (content below hero) ─────────────────────────── */
.sew-podcast-body {
  padding: 1.25rem 8px;
  max-width: 800px;
  margin: 0 auto;
}

/* ─── PLAYER ────────────────────────────────────────────── */
.sew-podcast-player {
  margin-bottom: 1.25rem;
}
/* Castos/SSP player overrides */
.sew-podcast-player .castos-player {
  border-radius: 14px !important;
  overflow: hidden;
}
.sew-podcast-player .podcast_player {
  margin: 0 !important;
}
/* Hide ALL raw SSP meta + Jetpack share — we have our own */
.podcast_player > .podcast_meta,
.podcast_player > .sharedaddy,
.sew-podcast-player .podcast_meta,
.sew-podcast-player .sharedaddy,
.sew-podcast-player .sd-sharing-enabled {
  display: none !important;
}

/* ─── ACTION BUTTONS ────────────────────────────────────── */
.sew-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.sew-podcast-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.15rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.2s, transform 0.15s;
  white-space: nowrap;
}
.sew-podcast-btn:active {
  transform: scale(0.97);
}
.sew-podcast-btn--primary {
  background: var(--sew-primary-500);
  color: #fff !important;
}
.sew-podcast-btn--primary:hover {
  opacity: 0.85;
}
.sew-podcast-btn--secondary {
  background: var(--sew-dark-600, #1A1A1A);
  color: #fff !important;
}
.sew-podcast-btn--secondary:hover {
  opacity: 0.85;
}

/* ─── SUBSCRIBE CHIPS ───────────────────────────────────── */
.sew-podcast-subscribe {
  margin-bottom: 1.5rem;
}
.sew-podcast-subscribe__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sew-podcast-subscribe__chip {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  background: #f5f5f5;
  color: var(--sew-dark-600, #1A1A1A) !important;
  text-decoration: none !important;
  transition: background 0.2s;
}
.sew-podcast-subscribe__chip:hover {
  background: #eee;
}

/* ─── SECTION TITLES ────────────────────────────────────── */
.sew-podcast-section-title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sew-dark-600, #1A1A1A);
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ─── SHOW NOTES ────────────────────────────────────────── */
.sew-podcast-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
.sew-podcast-notes {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #444;
  word-break: break-word;
}
.sew-podcast-notes a {
  color: var(--sew-primary-500);
  text-decoration: none;
  word-break: break-all;
}
.sew-podcast-notes a:hover {
  text-decoration: underline;
}
.sew-podcast-notes p {
  margin: 0 0 0.65rem;
}

/* ─── TRANSCRIPTION ─────────────────────────────────────── */
.sew-podcast-transcript {
  font-size: 0.85rem;
  line-height: 1.75;
  color: #555;
}
.sew-podcast-pending {
  font-size: 0.82rem;
  color: #999;
  font-style: italic;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}

/* ─── SHARE ─────────────────────────────────────────────── */
.sew-podcast-share {
  margin-bottom: 1.5rem;
}
.sew-podcast-share__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sew-podcast-share__btn {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  background: #f5f5f5;
  color: var(--sew-dark-600, #1A1A1A) !important;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.sew-podcast-share__btn:hover {
  background: #eee;
}

/* ─── EPISODE NAVIGATION ────────────────────────────────── */
.sew-podcast-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}
.sew-podcast-nav__link {
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fafafa;
  text-decoration: none !important;
  transition: background 0.2s;
}
.sew-podcast-nav__link:hover {
  background: #f0f0f0;
}
.sew-podcast-nav__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sew-primary-500);
  margin-bottom: 0.15rem;
}
.sew-podcast-nav__title {
  font-family: 'Playfair Display', serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sew-dark-600, #1A1A1A);
  line-height: 1.3;
}

/* ─── RESPONSIVE ────────────────────────────────────────── */
@media (min-width: 769px) {
  .sew-podcast-hero {
    min-height: 350px;
  }
  .sew-podcast-hero__content {
    padding: 2.5rem;
    max-width: 800px;
  }
  .sew-podcast-hero__title {
    font-size: 2rem !important;
  }
  .sew-podcast-body {
    padding: 2rem 1.5rem;
  }
  .sew-podcast-nav {
    flex-direction: row;
  }
  .sew-podcast-nav__link {
    flex: 1;
  }
  .sew-podcast-nav__next {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .sew-podcast-hero__title {
    font-size: 2.5rem !important;
  }
  .sew-podcast-hero__content {
    padding: 3rem;
  }
}
