/* Conservative site-wide stability rules. Keep project-specific design in the CSS manager. */
.elementor img,
.elementor-widget-image img {
	height: auto;
	max-width: 100%;
}

/* Prevent Elementor widgets from forcing their parent wider than the viewport. */
.elementor,
.elementor-widget-container {
	min-width: 0;
}
