/*
 Theme Name:   Hello Elementor Child (Crane)
 Theme URI:    https://www.enilon.com/
 Description:  Crane ecosystem child theme — brand styles live here; runtime logic in _includes/.
 Author:       Enilon
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/*
 * Brand-specific CSS belongs in this file for each site deployment.
 * The Crane platform uses crane-* class prefixes (breadcrumbs, mega nav, FAQs, etc.).
 * Copy this theme from crane-master/ and customize colors, typography, and spacing.
 */

/* Footer legal strip: Cookies / Terms / Privacy Policy */
.crane-footer-legal a,
.elementor-location-footer .elementor-element-99e1e2a a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.crane-footer-legal a:hover,
.crane-footer-legal a:focus,
.elementor-location-footer .elementor-element-99e1e2a a:hover,
.elementor-location-footer .elementor-element-99e1e2a a:focus {
	color: var(--e-global-color-primary, #ed1c24);
}
