/**
 * DCA Layout Fix – frontend safeguards
 */

.elementor-invisible,
.elementor-element.elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	animation: none !important;
}

.elementor-element[data-settings*="animation"] {
	opacity: 1;
	visibility: visible;
}

img,
.elementor img,
.elementor-widget-image img,
.elementor-widget-theme-site-logo img {
	max-width: 100% !important;
	height: auto !important;
}

.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-image img,
.elementor-widget-theme-site-logo img,
img[src*="SPORTS_CENTER"],
img[src*="ROZE"],
img[src*="ROZET"],
header img.custom-logo,
.wp-custom-logo .custom-logo {
	max-width: 140px !important;
	width: auto !important;
	height: auto !important;
}

.elementor-section,
.elementor-container,
.e-con {
	max-width: 100%;
}
