/* Simple inline SVG icon utility classes.
   This keeps the dashboard dependency-free while enabling crisp iconography. */

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

