/**
 * Renewal brand overrides — remove legacy Educare orange tints site-wide.
 */
:root {
	--renewal-brand: #526a7a;
	--renewal-brand-dark: #3f525f;
	--renewal-blue: #0073ff;
	--renewal-blue-dark: #005bcc;
}

/* Elementor page transition (kit still had Educare peach #FFBC7D). */
.elementor-kit-6 e-page-transition,
e-page-transition {
	background-color: var(--renewal-brand) !important;
}

/* WooCommerce store notice / legacy Educare accent hooks. */
.woocommerce-store-notice,
p.demo_store {
	background-color: var(--renewal-brand) !important;
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff !important;
}

/* Novo Admin — teal accent from pre-Renewal palette (#258796). */
body.wp-admin #adminmenu li.current a.menu-top,
body.wp-admin #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.wp-admin #adminmenu .wp-submenu a.current {
	background-color: var(--renewal-brand) !important;
}

body.wp-admin .wrap .button-primary,
body.wp-admin .wrap .page-title-action {
	background: var(--renewal-brand) !important;
	border-color: var(--renewal-brand) !important;
}

body.wp-admin .wrap .button-primary:hover,
body.wp-admin .wrap .page-title-action:hover {
	background: var(--renewal-brand-dark) !important;
	border-color: var(--renewal-brand-dark) !important;
}
