.form-item--field-autors-1-value,
.form-item--field-autors-1 {
  position: relative;
}

.pz-suggestions {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border: 1px solid grey;
  box-sizing: border-box;
  z-index: 1;
}

.pz-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 140px;
  overflow: auto;
}

.pz-suggestions ul::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.pz-suggestions ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.pz-suggestions ul li {
  padding: 5px 10px;
  line-height: 18px;
  cursor: pointer;
}
.pz-suggestions ul li:hover {
  background-color: #eee;
}
