fieldset[data-drupal-selector="edit-prijs-wrapper"] {
  legend {
    display: none;
  }

  .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    >.form-item {
      width: 50%;

      &:nth-child(2) {
        text-align: right;

        input {
          text-align: right;
        }
      }

      label {
        display: none;
      }

      input {
        width: auto;
        border: 0;
        padding: 0;
        outline: none;
        max-width: 100%;
      }
    }

    >.noUi-target {
      width: 100%;
    }

  }
}