.elementor-widget-video .e-hosted-video.elementor-wrapper {
	position: relative;
}

.elementor-widget-video.ap-video-mute-hidden-yes .ap-video-mute-btn {
	display: none !important;
}

.ap-video-mute-btn {
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	transition: background 0.2s ease, transform 0.15s ease, color 0.2s ease, border-color 0.2s ease;
	line-height: 0;
}

.ap-video-mute-btn:hover {
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
}

.ap-video-mute-btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 2px;
}

.ap-video-mute-btn:active {
	transform: scale(0.94);
}

.ap-video-mute-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.ap-video-mute-waves,
.ap-video-mute-slash {
	transition: opacity 0.2s ease;
}

.ap-video-mute-slash {
	opacity: 0;
}

.ap-video-mute-btn.is-muted .ap-video-mute-waves {
	opacity: 0;
}

.ap-video-mute-btn.is-muted .ap-video-mute-slash {
	opacity: 1;
}
