/**
 * PIC Address Autocomplete — frontend styles.
 * Minimal overrides for Google's .pac-container dropdown so it doesn't
 * fight common GF themes.
 */

.pac-container {
	z-index: 100000; /* sit above GF modals + most themes */
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	font-family: inherit;
}

.pac-item {
	padding: 8px 10px;
	cursor: pointer;
	line-height: 1.4;
}

.pac-item:hover {
	background-color: #f5f5f5;
}

.pac-item-selected,
.pac-item-selected:hover {
	background-color: #e8f0fe;
}
