#wpsl-wrap {
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: flex-start;
	padding: 0 5vw;
}
#wpsl-wrap>* {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
#wpsl-wrap #wpsl-gmap {
	order: 1;
}
#wpsl-wrap .wpsl-search {
	order: 2;
	background: transparent;
	padding: 0;
	max-width: 500px;
	margin: 0;
}
#wpsl-wrap .wpsl-search * {
	float: none !important;
	width: 100%;
}
#wpsl-wrap .wpsl-search label {
	width: auto !important;
	font-weight: bold;
}
#wpsl-wrap #wpsl-result-list {
	order: 3;
}
#wpsl-search-wrap #wpsl-search-btn {
	background: var(--heritage);
	border: 0;
	color: var(--white);
	padding: .75rem;
	border-radius: 2rem;
}

#wpsl-wrap #wpsl-stores {
	height: auto !important;
	max-height: auto !important;
}

@media (min-width: 64em) {
	#wpsl-wrap {
		justify-content: center;
		gap: 3rem 2rem;
	}
	#wpsl-wrap .wpsl-search {
		width: 40% !important;
	}
	#wpsl-wrap #wpsl-result-list {
		width: calc(60% - 1.5rem) !important;
	}
	#wpsl-wrap #wpsl-gmap {
		height: 425px !important;
	}
	#wpsl-wrap #wpsl-stores {
		max-height: 500px;
	}
}

@media (min-width: 75em) {
	#wpsl-wrap .wpsl-search {
		width: 35% !important;
	}
	#wpsl-wrap #wpsl-result-list {
		width: calc(50% - 1.5rem) !important;
	}
}