/*
 * Del Mar Adventures - Elementor background video controls.
 * Strictly namespaced to prevent WoodMart, Elementor and global button/image styles from leaking in.
 */
.dma-bg-video-controls {
	position: absolute !important;
	right: calc(30px + env(safe-area-inset-right, 0px)) !important;
	bottom: calc(26px + env(safe-area-inset-bottom, 0px)) !important;
	z-index: 50 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 8px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	pointer-events: auto !important;
	isolation: isolate !important;
}

.dma-bg-video-controls .dma-bg-video-control {
	all: unset !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	box-sizing: border-box !important;
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 44px !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	cursor: pointer !important;
	opacity: .76 !important;
	transform: translateZ(0) !important;
	transition: opacity 160ms ease, transform 120ms ease !important;
	-webkit-tap-highlight-color: transparent !important;
	touch-action: manipulation !important;
	user-select: none !important;
	-webkit-user-select: none !important;
}

.dma-bg-video-controls .dma-bg-video-control::before,
.dma-bg-video-controls .dma-bg-video-control::after {
	content: none !important;
	display: none !important;
}

.dma-bg-video-controls .dma-bg-video-control:hover,
.dma-bg-video-controls .dma-bg-video-control:focus-visible {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

.dma-bg-video-controls .dma-bg-video-control:active {
	background: transparent !important;
	box-shadow: none !important;
	transform: scale(.94) translateZ(0) !important;
}

.dma-bg-video-controls .dma-bg-video-control:focus {
	outline: none !important;
}

.dma-bg-video-controls .dma-bg-video-control:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .9) !important;
	outline-offset: 2px !important;
}

.dma-bg-video-controls .dma-bg-video-icon {
	all: unset !important;
	box-sizing: border-box !important;
	display: block !important;
	flex: none !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	object-fit: contain !important;
	object-position: center !important;
	pointer-events: none !important;
	user-select: none !important;
	-webkit-user-select: none !important;
}

@media (max-width: 1024px) {
	.dma-bg-video-controls {
		right: calc(22px + env(safe-area-inset-right, 0px)) !important;
		bottom: calc(22px + env(safe-area-inset-bottom, 0px)) !important;
		gap: 7px !important;
	}
}

@media (max-width: 767px) {
	.dma-bg-video-controls {
		right: calc(14px + env(safe-area-inset-right, 0px)) !important;
		bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
		gap: 5px !important;
	}

	.dma-bg-video-controls .dma-bg-video-control {
		flex-basis: 44px !important;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		min-height: 44px !important;
		max-width: 44px !important;
		max-height: 44px !important;
	}

	.dma-bg-video-controls .dma-bg-video-icon {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dma-bg-video-controls .dma-bg-video-control {
		transition: none !important;
	}
}
