.is-search-suggestions {
	position: fixed;
	z-index: 99990;
	box-sizing: border-box;
	margin: 0;
	padding: 4px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	border: 1px solid #cbb397;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(35, 30, 26, 0.16);
	color: #302b26;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	list-style: none;
}

.is-search-suggestions[hidden] {
	display: none !important;
}

.is-search-suggestions > [role="option"] {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 44px;
	margin: 0;
	padding: 11px 14px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: #302b26;
	line-height: 1.45;
	overflow-wrap: anywhere;
	cursor: pointer;
	list-style: none;
}

.is-search-suggestions > [aria-selected="true"] {
	background: #f2e9dd;
	box-shadow: inset 3px 0 #b58c63;
	color: #5d412b;
}

@media (hover: hover) {
	.is-search-suggestions > [role="option"]:hover {
		background: #f2e9dd;
		color: #5d412b;
	}
}

.is-search-announcement {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
