/*
Theme Name: Hello Child
Theme URI: https://elementor.com/
Description: Child theme for the Hello Elementor theme.
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/
/* ===== FIX: Remove Phantom Left Gutter ===== */
/* ===== FIX: Remove Left Margin Artifact ===== */
html {
  scrollbar-gutter: stable !important; /* only one edge reserved, not both */
}
body {
  overflow-x: hidden; /* ensures no horizontal overflow */
  max-width: 100%;
}
