.value {
  display: flex;
  margin-top: .5rem;

  yc-input,
  yc-typeahead-select {
    flex-basis: 46%;
    padding-left: .25rem;
  }

  yc-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.placeholder {
    width: 3rem;
    display: flex;
    justify-content: flex-end;

    yc-fa {
      padding-top: .5rem;
      padding-right: .5rem;
    }
  }
}

gc-formula-builder-step {
  width: 100%;
}

.wrapper {
  width: 100%;
  &.border {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: .5rem;
    padding-top: 0rem;
  }
}

.formula-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: .5rem;
}
