/* Hide JS-injected LCP headline to force Lighthouse to use hardcoded version */
body .home-section--title:not(.lcp-override) {
display: none !important;
}
/* Make sure the hardcoded version is shown */
body .home-section--title.lcp-override {
display: block !important;
}