/*
Theme Name: ProScribe Hello Child
Template: hello-elementor
Version: 1.0.0
*/

/* Let Elementor own the canvas; ProScribe sections supply their own inner width.
   Clip horizontal overflow on <body> only — applying overflow-x to <html>
   suppresses the viewport's vertical scrollbar thumb in Chromium. */
body { overflow-x: clip; }
body.elementor-page .elementor-section.elementor-section-boxed > .elementor-container { max-width: none; }
