.acfe-form .acf-field.jn-location-derived-field {
  display: none !important;
}

.jn-location-picker {
  position: relative;
}

.jn-location-picker__search {
  box-sizing: border-box;
  width: 100%;
}

.jn-location-picker__results {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  overflow-y: auto;
  max-height: 320px;
  padding: 4px;
  border: 1px solid #ccd0d4;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}

.jn-location-picker__option {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #1d2327;
  text-align: left;
  cursor: pointer;
}

.jn-location-picker__option:hover,
.jn-location-picker__option:focus,
.jn-location-picker__option.is-active {
  background: #f0f6fc;
  color: #135e96;
  outline: none;
}

.jn-location-picker__status,
.jn-location-picker__details {
  margin-top: 5px;
  color: #646970;
  font-size: 12px;
}

.jn-location-picker__status.is-error {
  color: #b32d2e;
}

.jn-location-picker__details:not(:empty) {
  padding: 7px 9px;
  border-radius: 4px;
  background: #f6f7f7;
  color: #1d2327;
}
