/* Container Link for Elementor */

.dw-cl-has-link {
	position: relative;
}

.dw-cl-has-link.dw-cl-pointer {
	cursor: pointer;
}

a.dw-cl-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	color: inherit;
	background: transparent;
	border: 0;
	border-radius: inherit;
}

a.dw-cl-overlay:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Keep anything interactive above the overlay. */
.dw-cl-has-link a:not(.dw-cl-overlay),
.dw-cl-has-link button,
.dw-cl-has-link input,
.dw-cl-has-link select,
.dw-cl-has-link textarea,
.dw-cl-has-link label,
.dw-cl-has-link summary,
.dw-cl-has-link audio,
.dw-cl-has-link video,
.dw-cl-has-link iframe,
.dw-cl-has-link [role="button"],
.dw-cl-has-link [role="tab"],
.dw-cl-has-link [contenteditable="true"],
.dw-cl-has-link .elementor-widget-video,
.dw-cl-has-link .elementor-tab-title,
.dw-cl-has-link .elementor-accordion-title,
.dw-cl-has-link .swiper,
.dw-cl-has-link .swiper-container,
.dw-cl-has-link .dw-cl-has-link {
	position: relative;
	z-index: 2;
}

/* Sticky/absolute children must not fall behind the overlay. */
.dw-cl-has-link [class*="elementor-absolute"],
.dw-cl-has-link [class*="elementor-fixed"] {
	z-index: 2;
}
