/**
 * Desktop hero titles — unified 55px across landings (home keeps its own clamp size).
 */

@media (min-width: 900px) {
	body.renewal-landing:not(.renewal-landing--home) .hero__title,
	body.renewal-landing:not(.renewal-landing--home) .hero__title .line,
	body.renewal-landing:not(.renewal-landing--home) .ds2-hero__title,
	body.renewal-landing:not(.renewal-landing--home) .ds2-hero__title-line,
	body.renewal-landing:not(.renewal-landing--home) .ab-hero h1,
	body.renewal-landing:not(.renewal-landing--home) .ab-hero__stack > h1,
	body.renewal-landing:not(.renewal-landing--home) .renewal-hero__title,
	body.renewal-landing:not(.renewal-landing--home) .renewal-cert-hero__title,
	body.ds2-page:not(.renewal-landing--home) .hero__title,
	body.ds2-page:not(.renewal-landing--home) .hero__title .line,
	body.ds2-page:not(.renewal-landing--home) .ds2-hero__title,
	body.ds2-page:not(.renewal-landing--home) .ds2-hero__title-line,
	body.ds2-page:not(.renewal-landing--home) .ab-hero h1,
	body.ds2-page:not(.renewal-landing--home) .ab-hero__stack > h1,
	body.ds2-page:not(.renewal-landing--home) .renewal-hero__title,
	body.ds2-page:not(.renewal-landing--home) .renewal-cert-hero__title {
		font-size: 55px !important;
		line-height: 1.1 !important;
	}
}
