/**
 * Places dropdown above Funnel Form modals (z-index ~10060–10080).
 */
.pac-container {
	z-index: 10120 !important;
	pointer-events: auto;
}

/* Mis-inited Places widgets (bound while the funnel step was clipped to 1px)
   can leave a leftover dropdown covering the form and blocking typing. */
.pac-container:empty {
	display: none !important;
	pointer-events: none !important;
}

.gfsf-places-suggestions {
	list-style: none;
	margin: 0.25rem 0 0;
	padding: 0.25rem 0;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	max-height: 220px;
	overflow: auto;
	z-index: 10120;
	position: relative;
}

.gfsf-places-suggestions[hidden] {
	display: none !important;
}

.gfsf-places-suggestions li {
	padding: 0.55rem 0.75rem;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #1f2937;
}

.gfsf-places-suggestions li:hover,
.gfsf-places-suggestions li:focus {
	background: #f3f4f6;
	outline: none;
}
