/** Widgets: image-compare **/

.ha-image-compare, .ha-image-compare .twentytwenty-container img {
	width: 100%;
}

.ha-image-compare>.elementor-widget-container {
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
	box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
}

.ha-image-compare:not(:has(.elementor-widget-container)) {
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
	box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
}

.ha-image-compare .twentytwenty-container, .ha-image-compare .twentytwenty-wrapper {
	border-radius: inherit;
}
