/* ARC-EDIT-041 — Login-modal user icon color override, template 8439 only
 * Site-wide Customizer Additional CSS (post 5104) sets `svg.user-icon { fill:
 * #263d8a !important; }` globally — correct everywhere else (inner pages,
 * and the sticky-header state which reuses template 8427). Template 8439's
 * transparent nav state needs the icon WHITE. `.elementor-8439` is the
 * wrapper Elementor renders around that specific template's markup, so this
 * selector only ever matches there — it does not touch 8427's sticky icon
 * or any other page. Higher specificity (2 classes + 1 type vs. 1 class + 1
 * type) beats the global !important rule regardless of source order.
 */
.elementor-8439 svg.user-icon {
	fill: #FFFFFF !important;
}
