/* CCUS Scry autosuggest enhancements */
.scry-search-autosuggest-result-item--category {
	background: #f6f4ef;
	border-radius: 6px;
	border-bottom-color: #ddd8cf;
}

.scry-search-autosuggest-result-item--category .scry-search-autosuggest-result-link {
	justify-content: space-between;
}

.scry-search-autosuggest-result-type {
	align-items: center;
	background: #eef6f2;
	border: 1px solid #cfe4da;
	border-radius: 999px;
	color: #08795a;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: Inter, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 5px 7px;
	text-transform: uppercase;
}

.ccus-scry-autosuggest-more-wrap {
	border-top: 1px solid #e8e3da;
	margin-top: 6px;
	padding: 10px 10px 2px;
}

.ccus-scry-autosuggest-more {
	color: #08795a;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ccus-scry-autosuggest-more:hover,
.ccus-scry-autosuggest-more:focus {
	color: #065f47;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 600px) {
	.scry-search-autosuggest-result-type {
		font-size: 9px;
		padding: 4px 6px;
	}

	.ccus-scry-autosuggest-more {
		font-size: 12px;
	}
}

/* The dropdown already closes on blur / outside click; keep the old X hidden. */
.scry-search-autosuggest-results-close-button {
	display: none !important;
}

.scry-search-autosuggest-group + .scry-search-autosuggest-group {
	margin-top: 6px;
}

.scry-search-autosuggest-group-title {
	color: #79756d;
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 8px 10px 6px;
	text-transform: uppercase;
}
