/**
 * Website Maintenance (page 459) — minor fixes layered on website-maintenance.css.
 * 1. Centre the section labels of centred sections.
 * 2. CTA heading "Keep your HVAC website ready for business." in solid white.
 * 3. "How website maintenance works" label had two orange dots.
 */

.wm-page .wm-eyebrow.has-text-align-center,
.wm-testimonials-reference .wm-eyebrow {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/* ID-level specificity so it beats every earlier gradient rule (some target the section ID). */
html body #ready-to-build.wm-ready-reference h2.wp-block-heading.wm-ready-title,
html body #ready-to-build.wm-ready-reference h2.wp-block-heading.wm-ready-title *,
html body .wm-ready-reference h2.wp-block-heading.wm-ready-title,
html body .wm-ready-reference h2.wp-block-heading.wm-ready-title * {
	color: #FFFFFF !important;
	-webkit-text-fill-color: #FFFFFF !important;
	background: none !important;
	background-image: none !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	text-shadow: none !important;
}

/* Keep the CSS dot, drop the extra hand-made dot span. */
html body .wm-page #process .wm-eyebrow-dot,
html body .wm-page .wm-process-eyebrow .wm-eyebrow-dot {
	display: none !important;
}
