/*
Theme Name: Milnsbridge Developer
Theme URI: https://milnsbridge.com.au/
Description: Child theme for Hello Elementor (dev2 build). Foundation for the new Milnsbridge website.
Author: Milnsbridge
Template: hello-elementor
Version: 0.1.0
Text Domain: milnsbridge-developer
*/

/*
  Keep this file extremely light.
  The full design system CSS is enqueued separately.
*/

/* Basic resets / guardrails */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }

/* Fix: Elementor popup modal must sit above the fixed header (z-index:10000) */
.elementor-popup-modal {
  z-index: 10001 !important;
}
