.peas-ls {
	position: absolute;
	z-index: 100000;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	overflow: hidden;
	font-size: 15px;
	line-height: 1.35;
	text-align: left;
}

.peas-ls[hidden] {
	display: none;
}

.peas-ls__list {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

.peas-ls__list li {
	margin: 0;
	padding: 0;
}

.peas-ls__item {
	display: block;
	padding: 8px 14px;
	color: #333;
	text-decoration: none;
}

.peas-ls__item strong {
	font-weight: 700;
	color: #000;
}

.peas-ls__item:hover,
.peas-ls__item.is-active {
	background: #f2f2f2;
	color: #000;
}

.peas-ls__empty {
	padding: 10px 14px;
	color: #777;
}

.peas-ls__all {
	display: block;
	padding: 9px 14px;
	border-top: 1px solid #eee;
	background: #fafafa;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.peas-ls__all:hover {
	background: #f0f0f0;
	color: #000;
}
