.input-group {
  $block: #{&};

  @include flex(column, nowrap, $whitespace-6);

  &__label {
    font-size: $font-size-6;
    font-weight: $font-weight-semi-bold;
  }

  &__body {
    @include flex(row, nowrap, $whitespace-6);
  }
}
