.news-video { min-width: 0; }
.news-video iframe { position: relative; z-index: 2; display: block; width: 100%; height: 330px; border: 0; border-radius: 18px; background: #061e38; box-shadow: var(--shadow); }
.news-video-link { position: relative; z-index: 2; display: inline-block; margin-top: 12px; font-size: 12px; color: var(--blue); text-decoration: underline; }
.news-video-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (max-width: 900px) { .news-video iframe { height: 280px; } }
@media (max-width: 640px) { .news-video iframe { height: 235px; } }
