.mapboxgl-popup-content {
  background-color: rgba(255,255,255,.9);
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	background-color: hsla(0,0%,100%,.5);
	margin: 0;
	padding: 0 12px 0 12px;
	border-radius: 10px;
	height: -moz-fit-content;
	height: fit-content;
}

.mapboxgl-ctrl {
	margin: 0 0 4px 10px;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl-group {
	box-shadow: none;
	/* filter: var(--drop_shadow); */
	border-radius: 20px;
}

.mapboxgl-ctrl-geocoder {
  border-radius: 20px;
}

/* .mapboxgl-ctrl-bottom-left {
  margin-bottom: 38px;
}
.mapboxgl-ctrl-bottom-right {
  margin-bottom: 38px;
} */
