.label {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-shrink: 0;
  color: var(--label-text-color);
  font-size: @text-size-3;
  font-weight: 600;
}

.label:last-child {
  margin-bottom: 0;
}

.form-field--row .label {
  align-self: center;
  margin-bottom: 0;
  padding-right: 20px;
}
