#search-form legend, #filter-form legend {
	font-weight: bold;
	padding-inline: 0px;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#search-form fieldset, #filter-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#search-form {
	margin-top: 30px;
}

#filter-form {
	margin-bottom: 20px;
}

#map {
	width: 100%;
	max-width: 635px;
	height: 600px;
}

#map-consent-placeholder {
	width: 100%;
	max-width: 635px;
	height: 600px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	color: #555;
	background: #fafafa;
}
#address-input,
#locate-me-button {
  vertical-align: middle;
}

#search-form label {
	font-weight: bold;
	margin-bottom: 5px;
}

#filter-form label {
	font-size: 1em;
	letter-spacing: unset;
}

#search-form select {
	width: 100%;
}

#search-form input {
	width: calc(100% - 40px);
}

.button-wrapper,
.filter-wrapper,
.input-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 50px;
	row-gap: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 431px) {

	.button-wrapper,
	.filter-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.input-wrapper {
		grid-template-columns: 3fr 1fr;
	}
}

.button-wrapper button {
	font-size: 18px;
	padding: 5px;
	font-family: 'BrauerNeue', sans-serif;
	border: 1px solid #dadada;
	margin-bottom: 6px;
	width: 100%;
	background-color: #fff;
}

.button-wrapper button.submit {
	background-color: #000;
	color: #fff;
}

.filter-wrapper input[type=radio] {
	margin-right: 12px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


.locate-me-button {
    border: none;
    background: transparent;
    padding: 0 0 0 8px;
    cursor: pointer;
}

.locate-me-button svg {
    width: 24px;
    height: 24px;
}