.news-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 18px;
    background: #0f172a;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.news-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
