/* Small, targeted overrides that existed only as WordPress "Additional CSS"
   (Customizer) content on staging — never in a theme file, never in git.
   Ported here verbatim (2026-09-09) after a database-vs-code drift check
   found them; the Customizer field is cleared afterward so this file is the
   single source of truth going forward. Keep new patches in this file, not
   the Customizer panel, so they stay version-controlled. */

@media (min-width: 1024px) {
	.single-service .gb-service-faq {
		height: 100% !important;
	}
}

.gb-blog-hero__inner {
	padding: 15px 0px !important;
	align-items: center !important;
	height: 100% !important;
}

.gb-blog-hero__text {
	padding-top: 0px !important;
}

.gb-blog-hero__media {
	margin: 0px 0 0 !important;
}

.gb-watermark--dark {
	display: none !important;
}

.gb-blog-toc {
	position: sticky !important;
	top: 120px;
}

@media (max-width: 991px) {
	.gb-blog-toc {
		display: none !important;
	}
}
