/* Video embebido responsivo dentro de la tarjeta Media. */
.media-video-frame{width:calc(100% + 4rem);aspect-ratio:16/9;margin:-2rem -2rem 1.35rem;background:var(--blue-dark);overflow:hidden}.media-video-frame iframe{display:block;width:100%;height:100%;border:0}
.media-video-fallback{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.35rem;margin-top:.65rem;font-family:var(--font-nav);font-size:.78rem;font-weight:700;color:var(--text-muted)}.media-video-fallback:hover{color:var(--green-dark)}.media-video-fallback i{width:14px;height:14px}
.media-current-more{max-width:440px;margin:2.5rem auto 0}.media-current-more>h3{font-family:var(--font-display);font-size:1rem;text-transform:uppercase;text-align:center;color:var(--text-muted);margin-bottom:1rem}.media-card-single{min-height:0}.media-archive-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:900px;margin:2rem auto 0}.media-archive-videos .media-card{min-height:0}@media (max-width:720px){.media-archive-videos{grid-template-columns:1fr}}
