.sparkline {
  display: inline-block;
  vertical-align: middle;
}

.sparkline--empty {
  display: inline-block;
  width: 80px;
  height: 24px;
}

.sparkline__path {
  stroke-width: 1.75;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.sparkline--up .sparkline__path { stroke: var(--success); }
.sparkline--down .sparkline__path { stroke: var(--danger); }
.sparkline--neutral .sparkline__path { stroke: var(--text-muted); }
