.cascade-selector {
  display: flex;
  .form-control {
    &:not(:first-child) {
      margin-left: 8px;
    }
  }
}