.media-embeds-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.video-embed,.audio-embed{box-shadow:var(--shadow-sm);background:var(--bg-light,#f8fafc);border-radius:16px;overflow:hidden}.video-embed iframe{border:none;width:100%;height:350px;display:block}.audio-embed iframe{border:none;width:100%;height:166px;display:block}.video-title,.audio-title{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--text-primary);background:var(--bg-light,#f8fafc);margin:0;padding:.75rem 1rem}@media (width<=968px){.media-embeds-grid{grid-template-columns:1fr}.video-embed iframe{height:300px}}@media (width<=768px){.video-embed iframe{height:220px}.audio-embed iframe{height:152px}}
