/* Podcast — one section per show (episode cards live in podcast-cards.css).
   Centred show heading, like the dev /podcasts/ layout. */
/* Show sections rely on section.block padding for rhythm; a hairline divider
   keeps consecutive shows distinct without a big void. */
.pod-show + .pod-show{border-block-start:1px solid var(--line)}

.pod-show__head{text-align:center;margin-block-end:.4rem}
.pod-show__title{font-family:var(--font-display);font-weight:500;font-size:var(--step-2);letter-spacing:-.01em;line-height:1.15}
.pod-show__subs{justify-content:center}

.pod-show__more{text-align:center;margin-block-start:1.8rem;margin-block-end:0}
