.latest-audio{background:#000;box-shadow:none;grid-template-columns:minmax(0,1fr) minmax(240px,.85fr)}
.latest-audio::after{display:none}
.latest-audio-player{background:#101010;border-color:#343434;min-width:0}
.latest-audio-player .brief-play{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;min-height:56px;padding:13px 18px;border:1px solid #ed1c24;border-radius:4px;background:#ed1c24;color:#fff;font:800 1rem/1.25 Arial,sans-serif;cursor:pointer}
.latest-audio-player .brief-play[hidden]{display:none}
.latest-audio-player .brief-play span{display:inline;margin:0;font:inherit;letter-spacing:.03em;color:inherit}
.brief-play:focus-visible{outline:3px solid #fff;outline-offset:4px}
.brief-play[aria-pressed=true]{background:#181818}
.brief-play:disabled{opacity:.7;cursor:wait}
body.bb-app .bb-app-scroll .latest-audio-player .brief-play{background-color:#ed1c24!important}
body.bb-app .bb-app-scroll .latest-audio-player .brief-play[aria-pressed=true]{background-color:#181818!important}
.latest-audio-player audio{display:none!important}
.latest-audio-player .brief-player-status{font-size:.8rem;line-height:1.5;margin:10px 0 0;min-height:2.6em;color:#ddd;letter-spacing:normal}
.audio-transcript{grid-column:1/-1;border-top:1px solid #333;padding-top:12px}
.audio-transcript summary{cursor:pointer;min-height:32px;font-size:.875rem}
.audio-transcript p{margin:12px 0;font-size:1rem;line-height:1.6;max-width:75ch}
.audio-transcript ul{padding-left:20px;font-size:.875rem}
.audio-transcript a{color:#fff;text-decoration:underline}
@media(max-width:800px){.latest-audio{grid-template-columns:minmax(0,1fr)}}

html[data-theme=day] .latest-audio{background:#f8f7f2;color:#102840}
html[data-theme=day] .latest-audio-player{border-color:#c8ced3;background:#fff}
html[data-theme=day] .latest-audio-player .brief-player-status{color:#46586a}
html[data-theme=day] .audio-transcript{border-color:#c8ced3}
html[data-theme=day] .audio-transcript a{color:#102840}
