.hide-filters .view-filters.form-group {
	display: none;
}
#edit-search-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* width: 100%; */
	/* flex-direction: row; */
	max-width: none;
	gap: 20px;
	margin: 0;
	align-items: center;
}
.views-field-field-geofield-proximity {
	text-align: center;
	background: #ff7d39;
	color: white;
	font-weight: bold;
	font-size: 21px;
	padding: 5px 0 3px;
	margin: -10px -15px 5px;
}

#edit-search-maps {
	width: 100%;
	max-width: none;
	height: 300px;
	display: block;
	margin: 0;
}
#fat-gmap {
	width: 100%;
	height: 100%;
}
.gm-style div, #fat-gmap div {
	background-size: contain;
}