/**
 * Mindscale Header — current nav item (loads AFTER Elementor Kit / widget CSS).
 * Same selectors as Additional CSS so specificity wins over Elementor typography.
 */
.mscore-widget-shell .site-header .main-nav .nav-link.mindscale_button_text.is-current,
.mscore-widget-shell .site-header .main-nav .nav-link.mindscale_button_text[aria-current="page"] {
	color: var(--ms-accent, #66fcf1) !important;
}

a.mega-item.mindscale_body_small.is-current {
	background: rgba(102, 252, 241, 0.06);
	border: 1px solid rgba(102, 252, 241, 0.1);
}

a.drawer-nav-item.mindscale_body_default.is-current {
	background: rgba(102, 252, 241, 0.06);
	border: 1px solid rgba(102, 252, 241, 0.1) !important;
}
