/* Organize input over proximiy link */
.facetwp-type-proximity .facetwp-proximity-input-wrap {
	display: flex;
}

/* Fix proximity link alignment */
.facetwp-type-proximity .facetwp-icon.locate-me {
	opacity: 1;
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}

/* Adding in custom icon for proximity link */
.facetwp-type-proximity .facetwp-icon.locate-me::before {
	background-image: url('../imgs/current-location-dark.svg') !important;
	content: "";
	padding: 10px 20px;
	width: auto;
	height: auto;
}

/* Turn off Proximity's spin animation */
.facetwp-type-proximity .facetwp-icon.f-loading:before {
	animation: none !important;
}

/* Make location suggestions display over any elements below it */
.location-results {
	z-index: 10;
}