/**
 * Live search suggest — paired with assets/js/global/native-search.js
 *
 * @package NewTechPrice
 */

.ntp-search-suggest__mark {
	background: rgb(254 243 199 / 0.95);
	color: inherit;
	border-radius: 0.2em;
	padding: 0 0.05em;
	font-weight: 700;
}

[data-theme='dark'] .ntp-search-suggest__mark {
	background: rgb(120 53 15 / 0.45);
}

.ntp-search-suggest__trending-h {
	margin: 0.5rem 0 0.35rem;
	padding: 0 0.75rem;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgb(100 116 139);
}

[data-theme='dark'] .ntp-search-suggest__trending-h {
	color: rgb(148 163 184);
}
