:host{ display: inline-block; position: relative;}

nts-input{
  width: 100%;
}
.options{
  z-index: 5;
  width: 100%;
  list-style: none;
  position: absolute;
}
.option{
  cursor: default;
  display: flex;
}
