/* Shared behavior only. Color, distance, blur and strength are generated from Customizer options. */
.property-card,
.home-blog-card,
.tool-link-card,
.calculator-card,
.service-card,
.insight-card,
.premium-link-grid > a,
.contact-methods > a,
.premium-contact-form {
	transition: box-shadow 220ms ease, transform 220ms ease;
}

@media (prefers-reduced-motion: reduce) {
	.property-card,
	.home-blog-card,
	.tool-link-card,
	.calculator-card,
	.service-card,
	.insight-card,
	.premium-link-grid > a,
	.contact-methods > a,
	.premium-contact-form {
		transition: none;
	}
}
