.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #686f76;
  white-space: nowrap;
}

.metric-label:first-child {
  margin-bottom: 0.5rem;
}

.metric-label:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.metric-value {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}

.metric-value .value {
  vertical-align: middle;
}

.metric-value > sup,
.metric-value > sub {
  color: #a9acb0;
  font-size: 0.5em;
}

.metric-value > sup {
  top: -0.75em;
}

.metric-value > sub {
  bottom: 0;
}