/* Decoronomics Video Featured – frontend styles */

.dvf-featured-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit; /* inherit rounded corners from theme */
}

/* Ensure the video fills common theme thumbnail wrappers */
.post-thumbnail .dvf-featured-video,
.featured-image .dvf-featured-video,
.entry-thumbnail .dvf-featured-video,
figure.dvf-featured-video {
    max-width: 100%;
}

/* Disable pointer events so the video doesn't interfere with card clicks */
.dvf-featured-video {
    pointer-events: none;
}
