.hehocom-original-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hehocom-autocomplete-wrapper {
  margin-top: 8px;
  width: 100%;
}

.hehocom-autocomplete-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: #eef6ff;
  color: #114b8b;
  display: none;
}

.hehocom-autocomplete-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
}

.hehocom-autocomplete-hint {
  margin-top: 6px;
  font-size: 12px;
  opacity: .8;
}

.hehocom-autocomplete-error {
  margin-top: 6px;
  font-size: 12px;
  color: #b42318;
}

.hehocom-autocomplete-invalid .hehocom-autocomplete-input {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 1px #b42318 inset;
}
