/* ElementsKit 4.x: preserve Elementor colors in custom SVG category icons. */
.elementor-28 .elementor-widget-elementskit-category-list .elementor-icon-list-icon svg :is(path, rect, circle, ellipse, polygon, polyline) {
  fill: currentColor !important;
}

.elementor-28 .elementor-widget-elementskit-category-list .elementor-icon-list-icon svg :is(path, line, polyline)[stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}
