.directorist-search-query {
	position: relative;
}

.directorist-ai-search-suggestions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	max-height: min(480px, 80vh);
	overflow: auto;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(20, 25, 33, 0.14);
}

.directorist-ai-search-suggestions.show {
	display: block;
}

.directorist-ai-search-suggestions .dir-universal-search__wrapper {
	padding: 12px;
}

.directorist-ai-search-suggestions .dir-universal-search__no-results {
	display: none;
	padding: 16px;
	color: #747c89;
	font-size: 14px;
	text-align: center;
}

.directorist-ai-search-suggestions .dir-universal-search__category-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
	color: #141921;
	font-size: 13px;
	font-weight: 600;
}

.directorist-ai-search-suggestions .result-count {
	color: #747c89;
	font-size: 12px;
	font-weight: 400;
}

.directorist-ai-search-suggestions .dir-universal-search__category-items {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 8px;
	border-radius: 6px;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item:hover {
	background: #f3f4f6;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-left {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-thumb {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	overflow: hidden;
	border-radius: 6px;
	background: #f3f4f6;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-title-wrapper {
	min-width: 0;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-title {
	overflow: hidden;
	color: #141921;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-type {
	display: flex;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	color: #747c89;
	font-size: 12px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-type svg,
.directorist-ai-search-suggestions .dir-universal-search__category-item-type i {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.directorist-ai-search-suggestions .dir-universal-search__category-item-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 6px;
}

.directorist-ai-search-suggestions .dir-universal-search__view-all-search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	border: 0;
	border-top: 1px solid #e5e7eb;
	background: #fff;
	color: #141921;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.directorist-ai-search-suggestions .dir-universal-search__view-all-search:hover {
	background: #f3f4f6;
}

.directorist-ai-search-suggestions .skeleton-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 8px;
}

.directorist-ai-search-suggestions .skeleton-avatar {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 6px;
	background: #edf0f3;
}

.directorist-ai-search-suggestions .skeleton-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
}

.directorist-ai-search-suggestions .skeleton-line {
	height: 10px;
	border-radius: 4px;
	background: #edf0f3;
}

.directorist-ai-search-suggestions .skeleton-line:last-child {
	width: 62%;
}
