.divitiai-city-search {
	position: relative;
	max-width: 100%;
}

.divitiai-city-search__input {
	width: 100%;
	max-width: 28rem;
	box-sizing: border-box;
}

.divitiai-city-search__dropdown {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 28rem;
	z-index: 50;
	margin-top: 4px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	max-height: 16rem;
	overflow-y: auto;
}

.divitiai-city-search__dropdown[hidden] {
	display: none !important;
}

.divitiai-city-search__list {
	list-style: none;
	margin: 0;
	padding: 0.25rem 0;
}

.divitiai-city-search__item {
	margin: 0;
	padding: 0;
}

.divitiai-city-search__item a {
	display: block;
	padding: 0.5rem 0.75rem;
	color: #2271b1;
	text-decoration: none;
}

.divitiai-city-search__item a:hover,
.divitiai-city-search__item a:focus {
	background: #f0f6fc;
	outline: none;
}

.divitiai-city-search__empty {
	padding: 0.75rem;
	color: #646970;
	font-size: 0.9em;
}
