.aj-search,
.aj-mobile-search {
	position: relative;
}

.aj-search-recommendations {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 10020;
	width: 100%;
	min-width: 280px;
	max-height: 360px;
	overflow-y: auto;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 24, 39, .14);
}

.aj-search-recommendation {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	color: #111827;
	text-decoration: none;
	border-bottom: 1px solid #f1f3f5;
}

.aj-search-recommendation:last-child { border-bottom: 0; }
.aj-search-recommendation:hover { background: #f9fafb; }

.aj-search-recommendation img {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	object-fit: contain;
	background: #fff;
}

.aj-search-recommendation__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.aj-search-recommendation strong {
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aj-search-recommendation small {
	color: #6b7280;
	font-size: 12px;
}

.aj-search-recommendation em {
	color: #9ca3af;
	font-size: 10px;
	font-style: normal;
}

@media (max-width: 1024px) {
	.aj-mobile-search .aj-search-recommendations {
		position: static;
		width: 100%;
		min-width: 0;
		margin-top: 6px;
	}
}
