/**
 * Full-bleed video cover styles.
 */

/* Break out of constrained layouts when full alignment is unavailable. */
.wp-block-cover.sanc-cover-video--full-bleed:not(.alignfull) {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wp-block-cover.sanc-cover-video--full-bleed.alignfull {
	max-width: none;
}

/* Ensure embedded providers fill the cover area. */
.wp-block-cover.sanc-cover-video--full-bleed .sanc-cover-video__embed iframe,
.wp-block-cover.sanc-cover-video--full-bleed .wp-block-cover__embed-background iframe {
	width: 100vw;
	height: 56.25vw;
	min-width: 177.78vh;
	min-height: 100vh;
}

/* Keep overlay content above the background video. */
.wp-block-cover.sanc-cover-video--full-bleed .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	body:not(.block-editor-page) .wp-block-cover.sanc-cover-video--full-bleed video.wp-block-cover__video-background {
		display: none;
	}

	body:not(.block-editor-page) .wp-block-cover.sanc-cover-video--full-bleed .wp-block-cover__embed-background {
		display: none;
	}
}
