/* Join Our Team CTA — layout/colors are utility-driven. This only handles the
   reduced-motion case: the primary button's hover lift (scale) must not animate
   for users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
	.le-join-our-team-cta-block a {
		transition: none;
	}
	.le-join-our-team-cta-block a:hover {
		transform: none;
	}
}
