/*
 * Dynasty Nerds Podcast Post — v2.0.0
 * All rules scoped to #dn-podcast-wrapper
 * Extends dn-single-post.css for .dn-post-body styles.
 */

/* ══════════════════════════════════
   ELEMENTOR OVERRIDES (scoped)
   ══════════════════════════════════ */
#dn-podcast-wrapper * {
    box-sizing: border-box;
}
#dn-podcast-wrapper a {
    text-decoration: none !important;
    color: inherit !important;
}
#dn-podcast-wrapper a:hover {
    text-decoration: none !important;
}
#dn-podcast-wrapper p {
    margin: 0;
}
#dn-podcast-wrapper img {
    border: none !important;
    box-shadow: none !important;
}
#dn-podcast-wrapper h1,
#dn-podcast-wrapper h2,
#dn-podcast-wrapper h3 {
    margin: 0;
    padding: 0;
}

/* ══════════════════════════════════
   LAYOUT
   ══════════════════════════════════ */
/* Light gray page background — brand standard #f3f4f6 */
body:has(#dn-podcast-wrapper) {
    background: #f3f4f6 !important;
}
/* Fallback for browsers without :has() — set via JS in partial */
body.dn-podcast-page {
    background: #f3f4f6 !important;
}
#dn-podcast-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 24px 60px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #334155;
    -webkit-font-smoothing: antialiased;
}

/* ── Accent color (reused) ── */
#dn-podcast-wrapper .dn-pc-accent {
    color: #B2150D;
}

/* ── Breadcrumbs ── */
#dn-podcast-wrapper .dn-breadcrumbs {
    margin-bottom: 16px;
}
#dn-podcast-wrapper .dn-breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
#dn-podcast-wrapper .dn-breadcrumbs li {
    font-size: 13px;
    color: #64748b;
}
#dn-podcast-wrapper .dn-breadcrumbs a {
    color: #475569 !important;
}
#dn-podcast-wrapper .dn-breadcrumbs a:hover {
    color: #B2150D !important;
}
#dn-podcast-wrapper .dn-breadcrumb-sep {
    padding: 0 6px;
    color: #cbd5e1;
    user-select: none;
}

/* ══════════════════════════════════
   PODCAST HERO BANNER
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-hero {
    background: linear-gradient(135deg, #0f1923 0%, #1a2f4a 80%);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}
/* Ambient glow blobs */
#dn-podcast-wrapper .dn-podcast-hero-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
}
#dn-podcast-wrapper .dn-podcast-hero-glow--red {
    top: -120px;
    right: -80px;
    background: radial-gradient(ellipse, rgba(178,21,13,0.08), transparent 70%);
}
#dn-podcast-wrapper .dn-podcast-hero-glow--blue {
    bottom: -120px;
    left: -80px;
    background: radial-gradient(ellipse, rgba(30,115,190,0.06), transparent 70%);
}
#dn-podcast-wrapper .dn-podcast-hero-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 1;
}
#dn-podcast-wrapper .dn-podcast-hero-art {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
}
#dn-podcast-wrapper .dn-podcast-hero-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
#dn-podcast-wrapper .dn-podcast-ep-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}
#dn-podcast-wrapper .dn-podcast-hero-title {
    font-family: 'Teko', sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.05;
    color: #fff !important;
    margin-bottom: 10px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}
#dn-podcast-wrapper .dn-podcast-hero-meta {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    color: #94a3b8;
    flex-wrap: wrap;
}
#dn-podcast-wrapper .dn-podcast-hero-show {
    font-weight: 600;
    color: #cbd5e1;
}
#dn-podcast-wrapper .dn-podcast-hero-sep {
    padding: 0 8px;
    color: #475569;
}

/* ══════════════════════════════════
   LISTEN ON PLATFORMS (inside hero)
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-hero-platforms {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#dn-podcast-wrapper .dn-podcast-hero-platform {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1 !important;
    transition: background 0.15s, color 0.15s, transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}
#dn-podcast-wrapper .dn-podcast-hero-platform:hover {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
#dn-podcast-wrapper .dn-podcast-hero-platforms-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-right: 4px;
}
#dn-podcast-wrapper button.dn-podcast-hero-platform {
    cursor: pointer;
    font-family: inherit;
}
#dn-podcast-wrapper .dn-podcast-hero-platform svg {
    opacity: 0.7;
    shape-rendering: geometricPrecision;
}
#dn-podcast-wrapper .dn-podcast-hero-platform:hover svg {
    opacity: 1;
}

/* ══════════════════════════════════
   SUBSCRIBE TO PRIVATE FEED
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-subscribe-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
}
#dn-podcast-wrapper .dn-subscribe-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.15s;
}
#dn-podcast-wrapper .dn-subscribe-header:hover {
    background: #f8fafc;
}
#dn-podcast-wrapper .dn-subscribe-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1a2f4a;
}
#dn-podcast-wrapper .dn-subscribe-header-left svg {
    color: #B2150D;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-subscribe-chevron {
    color: #94a3b8;
    transition: transform 0.2s;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-subscribe-body {
    padding: 0 16px 16px;
    border-top: 1px solid #e2e8f0;
}
#dn-podcast-wrapper .dn-subscribe-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    margin: 12px 0 !important;
}
#dn-podcast-wrapper .dn-subscribe-apps {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    margin-bottom: 14px;
}
#dn-podcast-wrapper .dn-subscribe-app {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    color: #1a2f4a !important;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
}
#dn-podcast-wrapper .dn-subscribe-app:hover {
    background: #e2e8f0 !important;
    border-color: #cbd5e1;
}
#dn-podcast-wrapper .dn-subscribe-app svg {
    flex-shrink: 0;
    color: #475569;
    width: 16px;
    height: 16px;
}
#dn-podcast-wrapper .dn-subscribe-feed {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
}
#dn-podcast-wrapper .dn-subscribe-feed-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 8px !important;
}
#dn-podcast-wrapper .dn-subscribe-feed-row {
    display: flex;
    gap: 8px;
}
#dn-podcast-wrapper .dn-subscribe-feed-input {
    flex: 1;
    padding: 8px 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 12px;
    font-family: 'SF Mono', 'Fira Code', monospace;
    color: #475569 !important;
    outline: none;
    min-width: 0;
}
#dn-podcast-wrapper .dn-subscribe-feed-input:focus {
    border-color: #297DB9 !important;
}
#dn-podcast-wrapper .dn-subscribe-feed-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    padding: 0 !important;
}
#dn-podcast-wrapper .dn-subscribe-feed-copy:hover {
    background: #f1f5f9 !important;
    color: #1a2f4a;
}

/* ── Hero Image ── */
#dn-podcast-wrapper .dn-podcast-hero-img {
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
}
#dn-podcast-wrapper .dn-podcast-cover {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* ── Hide AIOSEO author bio (injected via the_content) ── */
#dn-podcast-wrapper .aioseo-author-bio-compact {
    display: none !important;
}

/* ══════════════════════════════════
   ARTICLE BODY (reuses single post body styles)
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-article {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
#dn-podcast-wrapper .dn-post-body {
    font-size: 16px;
    line-height: 1.65;
    color: #334155;
    word-break: break-word;
}
#dn-podcast-wrapper .dn-post-body p {
    margin: 0 0 1em !important;
}
#dn-podcast-wrapper .dn-post-body h2 {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
    color: #1a2f4a;
    margin: 1.5em 0 0.4em !important;
}
#dn-podcast-wrapper .dn-post-body h3 {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a2f4a;
    margin: 1.2em 0 0.3em !important;
}
#dn-podcast-wrapper .dn-post-body a {
    color: #297DB9 !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(41, 125, 185, 0.3) !important;
    text-underline-offset: 2px;
}
#dn-podcast-wrapper .dn-post-body a:hover {
    color: #1B6DA7 !important;
    text-decoration-color: rgba(41, 125, 185, 0.7) !important;
}
#dn-podcast-wrapper .dn-post-body ul,
#dn-podcast-wrapper .dn-post-body ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}
#dn-podcast-wrapper .dn-post-body li {
    margin-bottom: 0.3em;
    line-height: 1.6;
}
#dn-podcast-wrapper .dn-post-body blockquote {
    border-left: 4px solid #B2150D;
    margin: 1em 0;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #475569;
}
#dn-podcast-wrapper .dn-post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}
/* Player entity inline icons — keep truly inline */
#dn-podcast-wrapper .dn-post-body img.dnpe-player-icon {
    display: inline !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 0 0 2px !important;
    vertical-align: middle !important;
    border-radius: 0 !important;
}
#dn-podcast-wrapper .dn-post-body iframe {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5em 0;
}

/* ── Share Bar ── */
#dn-podcast-wrapper .dn-post-share-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 32px;
}
#dn-podcast-wrapper .dn-post-share-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#dn-podcast-wrapper .dn-post-share-buttons {
    display: flex;
    gap: 8px;
}
#dn-podcast-wrapper .dn-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    padding: 0;
}
#dn-podcast-wrapper .dn-share-btn:hover {
    background: rgba(178,21,13,0.06);
    border-color: rgba(178,21,13,0.15);
    color: #B2150D;
}
#dn-podcast-wrapper .dn-share-btn.dn-share-copied {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #059669;
}

/* ══════════════════════════════════
   EPISODE NAVIGATION
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-episode-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 32px 0;
    border-top: 1px solid #e2e8f0;
}
#dn-podcast-wrapper .dn-episode-nav-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 3px solid transparent;
    transition: background 0.15s, border-color 0.15s, border-left-color 0.15s;
}
#dn-podcast-wrapper .dn-episode-nav-link:hover {
    background: #f0f4f8;
    border-color: #cbd5e1;
    border-left-color: #B2150D;
}
#dn-podcast-wrapper .dn-episode-nav-link:hover .dn-episode-nav-title {
    color: #0f1923;
}
#dn-podcast-wrapper .dn-episode-nav-next {
    text-align: right;
}
#dn-podcast-wrapper .dn-episode-nav-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}
#dn-podcast-wrapper .dn-episode-nav-title {
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a2f4a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ══════════════════════════════════
   GO PREMIUM CTA
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-cta {
    background: linear-gradient(135deg, #0f1923 0%, #1a2f4a 100%);
    border-radius: 12px;
    padding: 32px;
    position: relative;
    overflow: hidden;
}
#dn-podcast-wrapper .dn-podcast-cta-glow {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(178,21,13,0.12), transparent 70%);
    pointer-events: none;
}
#dn-podcast-wrapper .dn-podcast-cta-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
#dn-podcast-wrapper .dn-podcast-cta-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(178,21,13,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-podcast-cta-icon-wrap img {
    width: 36px;
    height: 36px;
}
#dn-podcast-wrapper .dn-podcast-cta-inner img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-podcast-cta-text {
    flex: 1;
}
#dn-podcast-wrapper .dn-podcast-cta-heading {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 4px !important;
}
#dn-podcast-wrapper .dn-podcast-cta-desc {
    font-size: 14px;
    color: #94a3b8 !important;
    line-height: 1.4;
}
#dn-podcast-wrapper .dn-podcast-cta-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #B2150D !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(178,21,13,0.4);
}
#dn-podcast-wrapper .dn-podcast-cta-btn:hover {
    background: #9a1109 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(178,21,13,0.5);
}

/* ══════════════════════════════════
   PREMIUM GATE (NerdHerd)
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-podcast-gate {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(178,21,13,0.12);
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
#dn-podcast-wrapper .dn-podcast-gate-artwork {
    position: relative;
    background: linear-gradient(135deg, #0f1923 0%, #1a2f4a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
#dn-podcast-wrapper .dn-podcast-gate-cover {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}
#dn-podcast-wrapper .dn-podcast-gate-lock {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}
#dn-podcast-wrapper .dn-podcast-gate-body {
    padding: 32px 28px 28px;
    text-align: center;
}
#dn-podcast-wrapper .dn-podcast-gate-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
#dn-podcast-wrapper .dn-podcast-gate-heading {
    font-family: 'Teko', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    color: #1a2f4a;
    margin-bottom: 8px !important;
}
#dn-podcast-wrapper .dn-podcast-gate-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px !important;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
#dn-podcast-wrapper .dn-podcast-gate-preview {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 24px;
    text-align: left;
}
#dn-podcast-wrapper .dn-podcast-gate-preview-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 6px !important;
}
#dn-podcast-wrapper .dn-podcast-gate-preview-text {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}
#dn-podcast-wrapper .dn-podcast-gate-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
#dn-podcast-wrapper .dn-podcast-gate-btn-primary {
    display: inline-block;
    padding: 14px 48px;
    background: #B2150D !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    text-decoration: none !important;
    box-shadow: 0 4px 24px rgba(178,21,13,0.4);
}
#dn-podcast-wrapper .dn-podcast-gate-btn-primary:hover {
    background: #9a1109 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(178,21,13,0.5);
}
#dn-podcast-wrapper .dn-podcast-gate-btn-secondary {
    display: inline-block;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #1a2f4a !important;
    background: transparent !important;
    border: 2px solid #1a2f4a;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}
#dn-podcast-wrapper .dn-podcast-gate-btn-secondary:hover {
    background: #1a2f4a !important;
    color: #fff !important;
}
#dn-podcast-wrapper .dn-podcast-gate-perks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}
#dn-podcast-wrapper .dn-podcast-gate-perk {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155;
}
/* ── Blurred fake player teaser ── */
#dn-podcast-wrapper .dn-podcast-gate-player {
    position: relative;
    margin-bottom: 28px;
    border-radius: 16px;
    overflow: hidden;
    min-height: 200px;
}
#dn-podcast-wrapper .dn-podcast-gate-player-inner {
    background: #1a1d21;
    border-radius: 16px;
    filter: blur(5px);
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
    padding: 0;
}
/* Waveform visualization */
#dn-podcast-wrapper .dn-gate-player-waveform {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 3px;
    height: 60px;
    padding: 16px 32px 0;
}
#dn-podcast-wrapper .dn-gate-waveform-bar {
    flex: 1;
    max-width: 8px;
    background: #B2150D;
    border-radius: 2px 2px 0 0;
    min-height: 6px;
}
#dn-podcast-wrapper .dn-gate-waveform-bar:nth-child(-n+9) {
    background: #B2150D;
}
#dn-podcast-wrapper .dn-gate-waveform-bar:nth-child(n+10) {
    background: #2d3139;
}
/* Controls row */
#dn-podcast-wrapper .dn-gate-player-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 32px 24px;
}
#dn-podcast-wrapper .dn-gate-player-art {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 10px;
    background: #2d3139;
}
#dn-podcast-wrapper .dn-gate-player-info {
    flex: 1;
    min-width: 0;
}
#dn-podcast-wrapper .dn-gate-player-title {
    height: 14px;
    width: 65%;
    background: #3a3f47;
    border-radius: 4px;
    margin-bottom: 8px;
}
#dn-podcast-wrapper .dn-gate-player-sub {
    height: 11px;
    width: 40%;
    background: #2d3139;
    border-radius: 4px;
}
#dn-podcast-wrapper .dn-gate-player-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-gate-player-skip {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}
#dn-podcast-wrapper .dn-gate-player-play {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dn-podcast-wrapper .dn-gate-player-time {
    font-size: 12px;
    color: #64748b;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    flex-shrink: 0;
}
/* CTA overlay */
#dn-podcast-wrapper .dn-podcast-gate-player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(15,25,35,0.75);
}
#dn-podcast-wrapper .dn-gate-overlay-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(178,21,13,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
#dn-podcast-wrapper .dn-gate-overlay-label {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
#dn-podcast-wrapper .dn-gate-overlay-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#dn-podcast-wrapper .dn-gate-overlay-btn-primary {
    display: inline-block;
    padding: 12px 44px;
    background: #B2150D !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.1s;
    box-shadow: 0 4px 16px rgba(178,21,13,0.3);
}
#dn-podcast-wrapper .dn-gate-overlay-btn-primary:hover {
    background: #9a1109 !important;
    transform: translateY(-1px);
}
#dn-podcast-wrapper .dn-gate-overlay-btn-login {
    display: inline-block;
    padding: 8px 24px;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s;
}
#dn-podcast-wrapper .dn-gate-overlay-btn-login:hover {
    background: rgba(255,255,255,0.18) !important;
}

#dn-podcast-wrapper .dn-podcast-gate-price {
    font-size: 13px;
    color: #94a3b8;
}
#dn-podcast-wrapper .dn-podcast-gate-price strong {
    color: #1a2f4a;
}
#dn-podcast-wrapper .dn-podcast-gate-price span {
    color: #94a3b8;
}

/* ══════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════ */
@media (max-width: 768px) {
    #dn-podcast-wrapper {
        padding: 0 16px 48px;
    }
    #dn-podcast-wrapper .dn-podcast-episode-nav {
        grid-template-columns: 1fr;
    }
    #dn-podcast-wrapper .dn-episode-nav-next {
        text-align: left;
    }
    #dn-podcast-wrapper .dn-podcast-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    #dn-podcast-wrapper .dn-post-body {
        font-size: 16px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-platforms {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 16px;
        padding-top: 16px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-platform {
        padding: 6px 10px;
        font-size: 12px;
    }
    #dn-podcast-wrapper .dn-podcast-hero {
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 24px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-inner {
        gap: 16px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-art {
        width: 90px;
        height: 90px;
        border-radius: 12px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-cover {
        border-radius: 12px;
    }
    #dn-podcast-wrapper .dn-podcast-hero-title {
        font-size: 26px;
    }
    #dn-podcast-wrapper .dn-podcast-ep-label {
        font-size: 11px;
    }
    #dn-podcast-wrapper .dn-podcast-article {
        padding: 20px;
        border-radius: 12px;
    }
    #dn-podcast-wrapper .dn-podcast-gate-cover {
        width: 120px;
        height: 120px;
    }
    #dn-podcast-wrapper .dn-podcast-gate-artwork {
        padding: 32px 20px;
    }
    #dn-podcast-wrapper .dn-podcast-gate-body {
        padding: 28px 20px 24px;
    }
    #dn-podcast-wrapper .dn-podcast-gate-heading {
        font-size: 24px;
    }
}


/* ══════════════════════════════════
   INLINE AUDIO PLAYER
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-inline-player {
    background: #1a1d21;
    border-radius: 12px;
    padding: 0;
    margin: 0 0 1.5rem;
    overflow: hidden;
    font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}
#dn-podcast-wrapper .dn-inline-player-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
}
#dn-podcast-wrapper .dn-inline-play-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #B2150D !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s, background 0.15s;
}
#dn-podcast-wrapper .dn-inline-play-btn:hover {
    transform: scale(1.06);
    background: #d4342d !important;
}
#dn-podcast-wrapper .dn-inline-player-meta {
    flex: 1;
    min-width: 0;
}
#dn-podcast-wrapper .dn-inline-player-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
#dn-podcast-wrapper .dn-inline-player-time {
    font-size: 12px;
    color: #94a3b8 !important;
    font-variant-numeric: tabular-nums;
    margin-top: 2px;
    -webkit-font-smoothing: antialiased;
}
#dn-podcast-wrapper .dn-inline-player-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
#dn-podcast-wrapper .dn-inline-download {
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #94a3b8 !important;
    transition: background 0.15s, color 0.15s;
}
#dn-podcast-wrapper .dn-inline-download:hover {
    background: rgba(255,255,255,0.15);
    color: #fff !important;
}
/* Seek bar */
#dn-podcast-wrapper .dn-inline-seek {
    width: 100%;
    height: 4px;
    background: #2d3139;
    cursor: pointer;
    position: relative;
}
#dn-podcast-wrapper .dn-inline-seek:hover {
    height: 6px;
}
#dn-podcast-wrapper .dn-inline-seek-fill {
    height: 100%;
    width: 0%;
    background: #B2150D;
    pointer-events: none;
    transition: width 0.1s linear;
}
#dn-podcast-wrapper .dn-inline-seek:hover .dn-inline-seek-fill {
    background: #d4342d;
}

/* Mobile inline player */
@media (max-width: 600px) {
    #dn-podcast-wrapper .dn-inline-player-row {
        gap: 10px;
        padding: 12px 14px;
    }
    #dn-podcast-wrapper .dn-inline-play-btn {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    #dn-podcast-wrapper .dn-inline-player-title {
        font-size: 13px;
    }
}


/* ══════════════════════════════════
   EPISODE LIST
   ══════════════════════════════════ */
#dn-podcast-wrapper .dn-episode-list {
    margin: 2rem 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}
#dn-podcast-wrapper .dn-episode-list-heading {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1a1d21 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
}
#dn-podcast-wrapper .dn-episode-list-items {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
#dn-podcast-wrapper .dn-episode-list-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.12s;
    cursor: pointer;
    color: inherit !important;
}
#dn-podcast-wrapper .dn-episode-list-item:last-child {
    border-bottom: none;
}
#dn-podcast-wrapper .dn-episode-list-item:hover {
    background: #f8fafc;
}
#dn-podcast-wrapper .dn-episode-list-item--active {
    background: #fef2f2;
    border-left: 3px solid #B2150D;
}
#dn-podcast-wrapper .dn-episode-list-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#dn-podcast-wrapper .dn-episode-list-ep-num {
    font-size: 11px;
    font-weight: 700;
    color: #B2150D !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#dn-podcast-wrapper .dn-episode-list-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1d21 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
#dn-podcast-wrapper .dn-episode-list-item-meta {
    font-size: 12px;
    color: #94a3b8 !important;
}
#dn-podcast-wrapper .dn-episode-list-sep {
    margin: 0 4px;
}
#dn-podcast-wrapper .dn-episode-list-item-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
#dn-podcast-wrapper .dn-episode-list-download {
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #94a3b8 !important;
    transition: background 0.12s, color 0.12s;
}
#dn-podcast-wrapper .dn-episode-list-download:hover {
    background: #f1f5f9;
    color: #1a1d21 !important;
}

/* Mobile episode list */
@media (max-width: 600px) {
    #dn-podcast-wrapper .dn-episode-list-item {
        padding: 12px 14px;
    }
    #dn-podcast-wrapper .dn-episode-list-item-title {
        font-size: 13px;
        white-space: normal;
    }
}
