.autocomplete-suggestions { 
	color: #000000;
	border: 1px solid #999; 
	background: #f2f2f2; 
	cursor: pointer; 
	overflow: auto;
	font-family:
	system-ui,
	-apple-system, /* Firefox supports this but not yet `system-ui` */
	'Segoe UI',
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	'Apple Color Emoji',
	'Segoe UI Emoji';
}
.autocomplete-suggestion {
	height: 44px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-selected {
	background-color: #44bbd3;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #ffffff;
	background-color: #44bbd3;
}