.dzd-smart-search {
	position: relative;
}

.dzd-smart-search__panel {
	position: absolute;
	inset-inline: 0;
	top: calc(100% + 8px);
	z-index: 60;
	max-height: 28rem;
	overflow: auto;
	padding: 0.5rem;
	border: 1px solid rgba(94, 67, 214, 0.14);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.16);
}

.dzd-smart-search__group-title {
	padding: 0.5rem 0.75rem 0.25rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: #6b7280;
}

.dzd-smart-search__item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.75rem;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #111827;
	text-align: start;
	cursor: pointer;
}

.dzd-smart-search__item:hover,
.dzd-smart-search__item:focus,
.dzd-smart-search__item.is-active {
	background: rgba(94, 67, 214, 0.08);
	outline: none;
}

.dzd-smart-search__empty {
	padding: 0.75rem;
	color: #6b7280;
}
