/* Lucide icons — SVGs inherit currentColor for light/dark themes. */
svg.lucide{
  display:inline-block;
  width:1em;
  height:1em;
  vertical-align:-.125em;
  flex-shrink:0;
  stroke:currentColor;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
i[data-lucide]{
  display:inline-block;
  width:1em;
  height:1em;
  vertical-align:-.125em;
  flex-shrink:0;
}
.btn svg.lucide,
.qi-del svg.lucide,
.badge svg.lucide{
  width:1em;
  height:1em;
}
