.maplibregl-ctrl-top-left {
	left: 70px;
	top: 0;
}

.maplibregl-ctrl-grp {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
}

#button--add-report {
	margin-top: 10px;
	pointer-events: all;
  font-size: var(--fs-buttons);
	line-height: var(--lh-buttons);
	white-space: nowrap;
}

#control--visible-obstacle-types,
[data-role="return-to-form"] {
	pointer-events: all;
}

.maplibregl-ctrl-bottom-left {
	padding: 10px;
}

.maplibregl-ctrl-geocoder {
	font-family: "Alfphabet";
  font-size: var(--fs-buttons);
  line-height: var(--lh-buttons);
  position: relative;
	color: #171216;
	border: 1px solid currentColor;
	border-radius: 2px;
	box-shadow: 2px 2px 0 #171216;
  background-color: #fff;
  width: 100%;
  min-width: 300px;
  z-index: 1;
  transition: width 0.25s, min-width 0.25s;
	padding: 0 0 0 30px;
}

.maplibregl-ctrl-geocoder--input {
  font: inherit;
  font-size: var(--fs-buttons);
	line-height: var(--lh-buttons);
  width: 100%;
  border: 0;
  background-color: transparent;
  margin: 0;
  height: initial;

	padding: .5rem .5rem .4rem .25rem;
	color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.maplibregl-ctrl-geocoder--input::-ms-clear {
  display: none; /* hide input clear button in IE */
}

.maplibregl-ctrl-geocoder--input:focus {
  color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  box-shadow: none;
  outline: thin dotted;
}

.maplibregl-ctrl-geocoder .suggestions {
	font-size: var(--fs);
	border-radius: 2px;
	box-shadow: 2px 2px 0 #171216;
}

.maplibregl-ctrl-geocoder--icon {
	top: 12px;
}

@media screen and  (max-width: 600px) {
	[data-role="return-to-form"] {
		margin-top: 10px;
	}
	
	.maplibregl-ctrl-top-left {
		left: 10px;
		top: 10px;
	}
	.maplibregl-ctrl-bottom-left {
		bottom: 50px;
	}

	.maplibregl-ctrl-grp {
		flex-direction: column-reverse;
	}
	
	.maplibregl-ctrl-grp .mapboxgl-ctrl {
		margin: 0;
	}

	#button--add-report {
		margin: 0;
	}

	.maplibregl-ctrl-geocoder--icon {
		top: 9px;
		left: 8px;
	}

	.maplibregl-ctrl-geocoder .maplibregl-ctrl-geocoder--pin-right > * {
		top: 2px;
	}
}
