.rsa-podcast {
	--rsa-gold: #d3a43b;
	--rsa-gold-dark: #9b7017;
	--rsa-ink: #20201d;
	--rsa-cream: #f5f5f3;
	--rsa-tan: #e9e9e6;
	--rsa-white: #fff;
	--rsa-muted: #716f68;
	--rsa-border: rgba(32, 32, 29, .12);
	width: 100%;
	margin: 40px auto;
	color: var(--rsa-ink);
	font-family: inherit;
}

.rsa-podcast *, .rsa-podcast *::before, .rsa-podcast *::after { box-sizing: border-box; }

.rsa-podcast__featured {
	position: relative;
	display: grid;
	grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	overflow: hidden;
	padding: clamp(24px, 4vw, 54px);
	border-radius: 0;
	border: 1px solid var(--rsa-border);
	background: #f4f4f2;
	color: var(--rsa-ink);
	box-shadow: 0 16px 45px rgba(25,24,20,.07);
}

.rsa-podcast__featured::after {
	display: none;
}

.rsa-podcast__featured-art, .rsa-podcast__featured-content { position: relative; z-index: 1; min-width: 0; }
.rsa-podcast__featured-art { width: 100%; }
.rsa-podcast__artwork { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--rsa-cream); }
.rsa-podcast__artwork--featured { aspect-ratio: 1 / 1; border-radius: 0; box-shadow: 0 12px 30px rgba(0,0,0,.13); }

.rsa-podcast__artwork--fallback {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1 / 1;
	padding: 14%;
	background: linear-gradient(145deg, #f7f7f5, #deded9);
	color: var(--rsa-ink);
}

.rsa-podcast__fallback-mark { font-size: clamp(18px,3vw,38px); font-weight: 900; letter-spacing: .08em; }
.rsa-podcast__fallback-name { font-size: clamp(13px,2vw,23px); font-weight: 800; line-height: .9; text-transform: uppercase; }
.rsa-podcast__eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--rsa-muted); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rsa-podcast__live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rsa-ink); box-shadow: 0 0 0 5px rgba(32,32,29,.08); }
.rsa-podcast__featured-title { max-width: 820px; margin: 0 0 13px; color: var(--rsa-ink); font-size: clamp(28px,4vw,48px); font-weight: 800; line-height: 1.04; letter-spacing: -.025em; }
.rsa-podcast__featured-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 18px; color: var(--rsa-muted); font-size: 14px; font-weight: 600; }
.rsa-podcast__featured-description { max-width: 760px; margin: 0 0 25px; color: #55554f; font-size: 16px; line-height: 1.7; }
.rsa-podcast__audio { display: block; width: 100%; max-width: 760px; height: 48px; border-radius: 6px; }
.rsa-podcast__episodes { margin-top: 38px; padding: clamp(22px,3vw,38px); border: 1px solid var(--rsa-border); background: #f4f4f2; }
.rsa-podcast__list-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding: 0 0 18px; border-bottom: 2px solid var(--rsa-ink); }
.rsa-podcast__list-heading h3 { margin: 0; color: var(--rsa-ink); font-size: clamp(24px,3vw,34px); line-height: 1; }
.rsa-podcast__list-heading span { display: block; margin-top: 8px; color: #565650; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rsa-podcast__search { position: relative; display: block; width: min(100%,340px); flex: 0 1 340px; }
.rsa-podcast__search svg { position: absolute; top: 50%; left: 14px; width: 19px; height: 19px; transform: translateY(-50%); fill: none; stroke: #5b5b55; stroke-width: 1.8; stroke-linecap: round; pointer-events: none; }
.rsa-podcast__search input { width: 100%; min-height: 46px; margin: 0; padding: 10px 42px; border: 1px solid #aaa9a2; border-radius: 0; background: var(--rsa-white); color: var(--rsa-ink); font: inherit; font-size: 15px; line-height: 1.3; box-shadow: none; }
.rsa-podcast__search input::placeholder { color: #6a6963; opacity: 1; }
.rsa-podcast__search input:focus { border-color: var(--rsa-gold-dark); outline: 3px solid rgba(211,164,59,.25); outline-offset: 0; }
.rsa-podcast__list { display: flex; flex-direction: column; }

.rsa-podcast__episode {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(0,1fr) auto;
	gap: 20px;
	align-items: center;
	width: 100%;
	padding: 18px 8px;
	border: 0;
	border-bottom: 1px solid var(--rsa-border);
	border-radius: 0;
	background: rgba(255,255,255,.48);
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 180ms ease, padding 180ms ease;
}

.rsa-podcast__episode:hover, .rsa-podcast__episode:focus-visible, .rsa-podcast__episode.is-active { padding-right: 16px; padding-left: 16px; background: var(--rsa-white); outline: none; }
.rsa-podcast__episode:focus-visible { box-shadow: inset 0 0 0 3px var(--rsa-gold); }
.rsa-podcast__episode.is-active { box-shadow: inset 4px 0 0 var(--rsa-gold); }
.rsa-podcast__episode-art { position: relative; display: block; width: 78px; height: 78px; overflow: hidden; border-radius: 4px; background: var(--rsa-tan); }
.rsa-podcast__episode-play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(32,32,29,.52); opacity: 0; transition: opacity 180ms ease; }
.rsa-podcast__episode:hover .rsa-podcast__episode-play, .rsa-podcast__episode:focus-visible .rsa-podcast__episode-play, .rsa-podcast__episode.is-active .rsa-podcast__episode-play { opacity: 1; }
.rsa-podcast__episode-play svg { width: 27px; height: 27px; fill: var(--rsa-white); }
.rsa-podcast__episode-content { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.rsa-podcast__episode-title { color: var(--rsa-ink); font-size: 17px; font-weight: 800; line-height: 1.25; }
.rsa-podcast__episode-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--rsa-muted); font-size: 13px; font-weight: 600; }
.rsa-podcast__episode-action { display: flex; gap: 22px; align-items: center; padding-left: 20px; color: var(--rsa-muted); }
.rsa-podcast__episode-duration { min-width: 56px; font-size: 13px; font-variant-numeric: tabular-nums; text-align: right; }
.rsa-podcast__arrow { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: color 180ms ease, transform 180ms ease; }
.rsa-podcast__episode:hover .rsa-podcast__arrow, .rsa-podcast__episode:focus-visible .rsa-podcast__arrow, .rsa-podcast__episode.is-active .rsa-podcast__arrow { color: var(--rsa-gold-dark); transform: translateX(4px); }
.rsa-podcast__episode:hover .rsa-podcast__episode-title, .rsa-podcast__episode:focus-visible .rsa-podcast__episode-title, .rsa-podcast__episode.is-active .rsa-podcast__episode-title { color: var(--rsa-gold-dark); }
.rsa-podcast__episode[hidden] { display: none; }
.rsa-podcast__no-results { margin: 0; padding: 32px 12px 12px; color: #4e4e49; font-size: 16px; text-align: center; }
.rsa-podcast__no-results[hidden] { display: none; }
.rsa-podcast-error { padding: 20px; border-left: 4px solid #b84032; background: #f7eeee; color: #70271f; }

@media (max-width: 760px) {
	.rsa-podcast { margin: 28px auto; }
	.rsa-podcast__featured { grid-template-columns: 1fr; padding: 22px; }
	.rsa-podcast__featured-art { max-width: 260px; }
	.rsa-podcast__featured-title { font-size: clamp(27px,8vw,39px); }
	.rsa-podcast__episodes { padding: 20px 14px; }
	.rsa-podcast__list-heading { align-items: stretch; flex-direction: column; }
	.rsa-podcast__search { width: 100%; flex-basis: auto; }
	.rsa-podcast__episode { grid-template-columns: 62px minmax(0,1fr); gap: 14px; padding: 15px 4px; }
	.rsa-podcast__episode:hover, .rsa-podcast__episode:focus-visible, .rsa-podcast__episode.is-active { padding-right: 10px; padding-left: 10px; }
	.rsa-podcast__episode-art { width: 62px; height: 62px; }
	.rsa-podcast__episode-action { display: none; }
}

@media (max-width: 480px) {
	.rsa-podcast__list-heading { gap: 14px; }
	.rsa-podcast__featured-description { font-size: 15px; }
	.rsa-podcast__episode-title { font-size: 15px; }
	.rsa-podcast__episode-meta span:last-child, .rsa-podcast__episode-meta span[aria-hidden="true"] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.rsa-podcast__episode, .rsa-podcast__episode-play, .rsa-podcast__arrow { transition: none; }
}
