.rsac-alert {
	color: #cc1818;
	font-size: .75em;
	max-width: 100%;
	min-height: 1em;
	padding: 8px 0 0;
	white-space: normal;
}

.rsac-alert svg {
	fill: currentColor;
	height: 1.5em;
	margin: -.4735em 0;
	width: 1.5em;
}
.rsac-hide {
	display: none;
}

.rsac-autocomplete-wrap {
	position: relative;
}

.rsac-autocomplete-panel {
	background: var(--rsac-panel-background, #fff);
	border: 1px solid #d9d9d9;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	display: flex;
	flex-direction: column;
	inset-inline: 0;
	max-height: 280px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	z-index: var(--rsac-panel-z-index, 1000);
}

.rsac-autocomplete-panel[hidden] {
	display: none;
}

.rsac-autocomplete-option {
	background: var(--rsac-panel-background, #fff);
	border: 0;
	border-bottom: 1px solid #eee;
	color: var(--rsac-panel-text, #1f1f1f);
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 10px 12px;
	text-align: start;
	width: 100%;
}

.rsac-autocomplete-option:hover,
.rsac-autocomplete-option.is-active {
	background: var(--rsac-panel-active, #f5f5f5);
}

.rsac-autocomplete-panel [role='listbox'] {
	min-height: 0;
	overflow-y: auto;
}

.rsac-google-maps-attribution {
	color: #5e5e5e;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 6px 10px;
	text-align: end;
	white-space: nowrap;
}

.rsac-osm-attribution {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}
