/* Nav scrollspy — active button mirrors the Elementor hover look.
   Scoped by author IDs so it outranks Elementor's per-widget base rules. */

#what-btn.is-active,
#we-btn.is-active,
#do-btn.is-active {
	transform: scale( 1.1 );
	color: #777;
}

#what-btn.is-active svg,
#we-btn.is-active svg,
#do-btn.is-active svg {
	fill: #777;
}
