.story-room-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}
.story-room-tabs a{display:inline-flex;align-items:center;min-height:48px;padding:10px 20px;border-radius:14px;border:1px solid #cdd8d0;font-size:16px;background:#fff}
.story-room-tabs a[aria-current=page]{color:white;background:var(--ink,#254a40);border-color:var(--ink,#254a40)}
.podcast-room{max-width:980px;margin:0 auto;background:white;border:1px solid #cdd8d0;border-radius:24px;overflow:hidden}
.podcast-room-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:24px 28px;border-bottom:1px solid #e1e5db}
.podcast-room-heading h2{margin:10px 0 0;font-size:28px}
.podcast-room a{text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;min-height:44px;font-size:14px}
.podcast-player{width:100%;height:640px;height:clamp(480px,72dvh,760px);display:block;border:0;background:#fff}
.podcast-load-status{padding:14px 28px;margin:0;background:#f5f6f0;font-size:16px}
.podcast-load-status[hidden]{display:none}
.podcast-player-help{border-top:1px solid #e1e5db;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:14px}
.podcast-player-help>div{display:flex;align-items:center;flex-wrap:wrap;gap:16px}
.podcast-player-help button{font-size:14px;min-height:44px;padding:9px 14px}
.podcast-source-note{max-width:980px;margin:18px auto 0;font-size:14px;line-height:1.8;color:var(--muted,#63716c)}
@media(max-width:580px){.story-room-tabs a{padding:10px 14px}.podcast-room{border-radius:18px}.podcast-room-heading{padding:18px}.podcast-room-heading h2{font-size:25px}.podcast-load-status,.podcast-player-help{padding:14px 18px}.podcast-player{height:620px;height:clamp(480px,76dvh,700px)}}
