/**
 * Hustle Quality site-shell consistency.
 *
 * Elementor template 1725 is the single footer used across the site. Home and
 * Contact contain legacy embedded copies, so those copies are suppressed while
 * the shared template is restored. The page CTA and contact content stay intact.
 */

html body.home .hq-close-footer,
html body.home .hq-home-copy,
html body.page-id-33 .hq-contact-footer,
html body.page-id-33 .hq-contact-copy {
	display: none !important;
}

html body.home .elementor.elementor-1725,
html body.page-id-33 .elementor.elementor-1725 {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
}

/* The existing template used 100vw, which was eight pixels wider than the
 * desktop content area when a vertical scrollbar was present. */
html body .elementor-1725 .elementor-element-17c6f2e0,
html body .elementor-1725 .elementor-element-07da17a {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
}

/* Keep the closing content balanced after the embedded Home footer is removed. */
html body.home .hq-close-left {
	display: flex;
	align-items: stretch;
}

html body.home .hq-close-left > .hq-cta-panel {
	width: 100%;
}

@media (max-width: 980px) {
	html body.home .hq-close-left {
		display: block;
	}
}
