/*
 * Elementor compatibility — prevent theme from adding space below builder footers.
 */

html,
body {
	margin: 0 !important;
	padding: 0 !important;
}

body.elementor-page,
body.siternet-elementor-page,
body.siternet-page-builder-canvas {
	background: transparent !important;
}

#page.site {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	background: transparent !important;
}

#page.site::after {
	display: none !important;
	content: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.site-main,
.siternet-builder-content,
.elementor {
	margin-bottom: 0 !important;
}

.elementor-location-footer,
.elementor-location-footer .elementor,
[data-elementor-type="footer"],
footer.elementor-location-footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.siternet-elementor-page .site-footer,
body.siternet-page-builder-canvas .site-footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#page > *:last-child {
	margin-bottom: 0 !important;
}
