.neh-map-panel {
	overflow: visible;
}

.neh-map-search {
	position: relative;
	z-index: 1300;
}

.neh-map-search-field {
	position: relative;
	display: block;
	min-width: 0;
}

.neh-map-search-field input {
	width: 100%;
}

.neh-map-suggestions {
	position: absolute;
	z-index: 1200;
	top: calc(100% + 7px);
	left: 0;
	right: 0;
	max-height: 320px;
	overflow-y: auto;
	padding: 6px;
	border: 1px solid #484848;
	border-radius: 12px;
	background: #151616;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .55);
}

.neh-map-suggestions[hidden] {
	display: none !important;
}

.neh-map-suggestions button {
	display: grid;
	gap: 3px;
	width: 100%;
	min-height: 0;
	padding: 11px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #f7f4ef;
	text-align: left;
	cursor: pointer;
}

.neh-map-suggestions button + button {
	border-top: 1px solid rgba(255, 255, 255, .07);
}

.neh-map-suggestions button:hover,
.neh-map-suggestions button:focus-visible,
.neh-map-suggestions button.is-active {
	background: #252626;
	outline: none;
}

.neh-map-suggestions strong {
	font-size: 15px;
	line-height: 1.25;
}

.neh-map-suggestions span {
	color: #aaa49e;
	font-size: 13px;
	line-height: 1.35;
}

.neh-map-locate {
	transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.neh-map-locate.is-loading {
	border-color: #a56f20;
	background: #3a2a11;
	color: #ffd083;
	cursor: wait;
}

.neh-map-locate.is-active {
	border-color: #28b879;
	background: #0d5d3f;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(40, 184, 121, .18);
}

.neh-map-locate.is-error {
	border-color: #db3c45;
	background: #35171a;
	color: #ffb8bc;
}

.neh-map-locate:disabled {
	opacity: 1;
}

.neh-map-stage {
	scroll-margin-top: 92px;
}

@media (max-width: 620px) {
	.neh-map-suggestions strong {
		font-size: 16px;
	}

	.neh-map-suggestions span {
		font-size: 14px;
	}
}
