.lm-c-label-value-layout {
  display: inline-flex;
  font-size: var(--fs-small);
}
.lm-c-label-value-layout span:first-child {
  white-space: nowrap;
  padding-right: 4px;
  color: var(--color);
}
.lm-c-label-value-layout span:last-child {
  flex: 1;
  color: var(--color-dark);
}
.lm-c-label-value-layout span:last-child.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
