/* Saroki Video Hero — base styles
   All per-hero styles are output inline by the shortcode PHP.
   This file just resets any WPBakery/Salient interference. */

.saroki-video-hero {
    box-sizing: border-box;
    /* Prevent Salient from adding unwanted padding to full-width rows */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* When placed inside a WPBakery full-width row, remove default row padding */
.vc_row.svh-full-row {
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure video never shows native controls */
.saroki-video-hero video::-webkit-media-controls {
    display: none !important;
}
