.o-tv-label-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-label-row:not(:last-child) {
  margin-bottom: 10px;
}
.o-tv-label-row__label {
  padding-right: 8px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-label-row__content {
  position: relative;
  flex: 1;
}