
.elementor-widget-icon .elementor-icon svg [fill]:not([fill="none"]),
.elementor-widget-icon-box .elementor-icon svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.elementor-widget-icon .elementor-icon svg [stroke]:not([stroke="none"]),
.elementor-widget-icon-box .elementor-icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

/*For elementor button */
	.elementor-button-icon svg [stroke]:not([stroke="none"]) {
		stroke: currentColor !important;
	}
/* Icon List — replace only outdated filled accent colors */
.elementor-widget-icon-list .elementor-icon-list-icon svg [fill="#CC7336" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [fill="#C2773C" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [fill="#A85F2A" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [fill="#D99726" i] {
  fill: var(--e-global-color-d077cef) !important;
}

/* Icon List — replace only outdated stroked accent colors */
.elementor-widget-icon-list .elementor-icon-list-icon svg [stroke="#CC7336" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [stroke="#C2773C" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [stroke="#A85F2A" i],
.elementor-widget-icon-list .elementor-icon-list-icon svg [stroke="#D99726" i] {
  stroke: var(--e-global-color-d077cef) !important;
}
