/* Honeypot: visually removed without display:none, which better bots skip. */
.rr-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.rr-address-resolved {
	background-image: linear-gradient( to right, transparent, transparent );
	box-shadow: inset 3px 0 0 #16a34a;
}

/* Google's suggestion dropdown sits above Elementor overlays. */
.pac-container {
	z-index: 100000 !important;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba( 0, 0, 0, 0.16 );
	font-family: inherit;
}

@media ( max-width: 640px ) {
	.pac-container {
		font-size: 16px;
	}
}
