/* =============================================================================
   PXL Video Background Widget — widget-video-bg.css
   ============================================================================= */

.elementor-widget-pxl_video_bg {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.pxl-vbg-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.pxl-vbg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	will-change: transform;
}

.pxl-vbg-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0);
	pointer-events: none;
}

.pxl-vbg-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111827;
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	font-family: sans-serif;
}

@media (prefers-reduced-motion: reduce) {
	.pxl-vbg-video { animation-play-state: paused; }
}
