/* ===========================================================
   [kw_icon] — inline SVG icon element.

   Deliberately tiny. The icon inherits colour from its context
   (stroke="currentColor") and its box comes from the responsive `size`
   option, printed per-instance by ux_builder_element_style_tag().
   =========================================================== */

.kw-icon-el {
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 0;
}

.kw-icon-el svg {
	display: block;
}
