#header .elementor-element-472ff1e .searchform .searchform-fields > .text {
	position: relative;
}

#header .elementor-element-472ff1e .searchform .searchform-fields > .text input[name="s"] {
	padding-right: 48px;
}

#header .elementor-element-472ff1e .searchform .neurobit-search-preview__close {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #4c565e;
	font-size: 16px;
	transform: translateY(-50%);
	cursor: pointer;
}

#header .elementor-element-472ff1e .searchform .neurobit-search-preview__close[hidden] {
	display: none !important;
}

#header .elementor-element-472ff1e .searchform .neurobit-search-preview__close:hover {
	background: #edf2f4;
	color: #111;
}

#header .searchform.neurobit-search-preview .live-search-list,
#header .searchform.neurobit-search-preview .autocomplete-suggestions {
	max-height: none !important;
	overflow: hidden !important;
}

#header .searchform.neurobit-search-preview .autocomplete-suggestion[hidden] {
	display: none !important;
}

#header .searchform.neurobit-search-preview .neurobit-search-preview__all {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 10px 16px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

#header .searchform.neurobit-search-preview .neurobit-search-preview__all:hover,
#header .searchform.neurobit-search-preview .neurobit-search-preview__all:focus-visible {
	background: #252525;
	color: #fff;
}

@media (max-width: 991px) {
	html.neurobit-search-preview-mobile-open {
		overflow: hidden !important;
		overscroll-behavior: none;
	}

	body.neurobit-search-preview-mobile-open {
		position: fixed !important;
		top: calc(-1 * var(--neurobit-search-preview-scroll));
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden !important;
	}

	body.neurobit-search-preview-mobile-open #header {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 2000;
	}

	#header .elementor-element-472ff1e .searchform.neurobit-search-preview {
		z-index: 2000;
	}

	#header .elementor-element-472ff1e .searchform.neurobit-search-preview .live-search-list {
		position: fixed !important;
		top: var(--neurobit-search-preview-top) !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		height: var(--neurobit-search-preview-height) !important;
		margin: 0 !important;
		max-height: none !important;
		background: #fff;
		overflow: hidden !important;
		overscroll-behavior: contain;
		touch-action: none;
		z-index: 11000;
	}

	#header .elementor-element-472ff1e .searchform.neurobit-search-preview .autocomplete-suggestions {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		background: #fff;
	}

	#header .searchform.neurobit-search-preview .neurobit-search-preview__all {
		position: absolute;
		bottom: 0;
		left: 0;
		min-height: 56px;
	}
}
