/*
Theme Name: Freight Ops Child
Template: hello-elementor
Description: Child theme for Freight Ops, built on Hello Elementor. Overrides Elementor Global Kit (post-8.css) button styles and other conflicting styles from the new site theme.
Version: 1.0.2
Author: WheelHouse IT
*/

/* 1.0.2 — correct the legacy non-Elementor Company page's content-box overflow.
   This page is the only published route using Hello Elementor's plain page layout. */
body.page-id-6410 #content,
body.page-id-6410 .entry-title {
	box-sizing: border-box;
	width: 100%;
	margin-right: 0;
}

