:host {
  display: block;
  width: 100%;
  height: 100%;
}

.nj-form-item__custom-list-button {
  outline: none;
}

.nj-form-item--custom-label {
  input {
    z-index: -1;
    transform: scale(0);
    opacity: 0;
  }

  div.nj-form-item__custom-label {
    position: absolute;
    inset: 0;
  }
}
