@import '../../style/variable';

.#{$namespace} {
  &-label-row {
    display: flex;
    flex-direction: row;
    align-items: center;

    &:not(:last-child) {
      margin-bottom: 10px;
    }

    &__label {
      padding-right: 8px;
      flex-shrink: 0;

      font-weight: 500;
      font-size: 14px;
      color: rgba(0,0,0,0.65);
    }

    &__content {
      position: relative;
      flex: 1;
    }
  }
}