.znf-suggest {
  position: absolute;
  z-index: 10;
  background-color: white;
  border: 1px solid #d4ced3;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 0.25rem;
}
.znf-suggest.--hidden {
  display: none;
}

.znf-suggest-info {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6b7280;
  font-style: italic;
}

.znf-suggest-item {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  font-weight: 500;
}
.znf-suggest-item.--selected, .znf-suggest-item:hover {
  background-color: #dee4ff;
}
.znf-suggest-item .znf-suggest-email-text {
  font-weight: 400;
  color: #318be5;
  font-style: italic;
}

/*# sourceMappingURL=zenform-email-suggest.css.map */
