#searchModal .lumenare-search-wrapper {
	width: 100%;
	max-width: none;
}

#searchModal .lumenare-search-form,
#searchModal .lumenare-search-input-wrapper {
	width: 100%;
}

#searchModal .lumenare-search-form {
	margin: 0;
}

#searchModal .lumenare-search-form > p {
	display: none !important;
}

#searchModal .lumenare-search-input-wrapper {
	position: relative;
	height: 60px;
}

#searchModal .lumenare-search-input {
	height: 60px;
	padding: 0 170px 0 60px;
	border: 0;
	border-radius: 0;
	color: rgb(20, 28, 54);
	font-family: "Suez One", Georgia, "Times New Roman", serif;
	font-size: 50px;
	line-height: 60px;
	background-color: transparent;
	box-shadow: none;
}

#searchModal .lumenare-search-input::-webkit-search-cancel-button,
#searchModal .lumenare-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

#searchModal .lumenare-search-input::placeholder {
	color: rgba(20, 28, 54, 0.25);
	font-family: "Suez One", Georgia, "Times New Roman", serif;
	font-size: 50px;
	opacity: 0.85;
}

#searchModal .lumenare-search-input:focus,
#searchModal .lumenare-search-input:focus-visible {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

#searchModal .lumenare-search-icon {
	left: 0;
	right: auto;
	width: 50px;
	height: 50px;
	margin-top: 0;
	padding: 0;
	color: rgba(20, 28, 54, 0.25);
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

#searchModal .lumenare-search-icon svg {
	width: 50px;
	height: 50px;
}

#searchModal .gpsworld-search-clear {
	position: absolute;
	top: 50%;
	left: auto;
	right: 70px;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 0;
	max-width: none;
	height: 34px;
	padding: 0 0.85rem;
	border: 2px solid rgba(20, 28, 54, 0.25);
	border-radius: 17px;
	color: rgba(20, 28, 54, 0.65);
	background-color: transparent;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	transform: translateY(-50%);
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#searchModal .gpsworld-search-clear.is-visible {
	display: inline-flex;
}

@media (hover: hover) and (pointer: fine) {
	#searchModal .gpsworld-search-clear:hover {
		border-color: rgb(20, 28, 54);
		color: rgb(20, 28, 54);
		background-color: rgba(20, 28, 54, 0.06);
	}
}

#searchModal .gpsworld-search-clear:focus-visible {
	outline: 2px solid rgb(20, 28, 54);
	outline-offset: 2px;
}

#searchModal .lumenare-search-dropdown {
	position: static;
	margin-top: 1rem;
	max-height: calc(100vh - 190px);
	overflow-y: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

#searchModal .lumenare-search-dropdown:not(.lumenare-dropdown-visible) {
	display: none;
}

#searchModal .lumenare-results-list {
	padding: 0;
}

#searchModal .lumenare-result-item {
	padding: 1rem 0;
	border-bottom: 2px dotted rgba(20, 28, 54, 0.5);
	color: rgb(20, 28, 54);
	background-color: transparent;
	transition: color 0.2s ease, background-color 0.2s ease;
}

#searchModal .lumenare-result-item:last-child {
	border-bottom: 2px dotted rgba(20, 28, 54, 0.5);
}

#searchModal .lumenare-result-item:hover,
#searchModal .lumenare-result-item.lumenare-selected,
#searchModal .lumenare-result-item:focus {
	background-color: rgba(20, 28, 54, 0.06);
	outline: none;
}

#searchModal .lumenare-result-title {
	margin: 0 0 0.35rem;
	font-family: "Suez One", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgb(20, 28, 54);
}

#searchModal .lumenare-result-excerpt {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	line-height: 1.4;
	color: rgb(20, 28, 54);
}

#searchModal .lumenare-result-meta {
	font-size: 0.875rem;
	line-height: 1.3;
	color: rgba(20, 28, 54, 0.68);
}

#searchModal .lumenare-result-type {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
}

#searchModal .lumenare-result-categories {
	font-style: normal;
}

#searchModal .lumenare-suggested-keywords,
#searchModal .lumenare-no-results,
#searchModal .lumenare-loading,
#searchModal .lumenare-error {
	padding: 1rem 0;
	border-bottom: 2px dotted rgba(20, 28, 54, 0.5);
	color: rgb(20, 28, 54);
	font-size: 1.125rem;
	text-align: left;
}

#searchModal .lumenare-error {
	color: #842029;
}

#searchModal .lumenare-no-results p {
	margin: 0;
	font-size: 1.125rem;
}

#searchModal .lumenare-suggestion {
	color: rgb(20, 28, 54);
	font-weight: 700;
	text-decoration: none;
}

#searchModal .lumenare-suggestion::after,
#searchModal .lumenare-view-all a::after {
	display: none !important;
}

#searchModal .lumenare-highlight,
#searchModal mark.lumenare-highlight {
	padding: 0 2px;
	border-radius: 2px;
	color: rgb(20, 28, 54);
	background-color: rgba(255, 165, 0, 0.28);
	font-weight: 700;
}

#searchModal .lumenare-view-all {
	padding: 1.5rem 0;
	text-align: left;
	border-top: none;
}

#searchModal .lumenare-view-all a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	height: 44px;
	padding: 0 1.5rem;
	border: 3px solid rgb(20, 28, 54);
	border-radius: 25px;
	color: #fff;
	background-color: rgb(20, 28, 54);
	font-size: 1.5rem;
	line-height: 38px;
	text-decoration: none;
	transition: all ease 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	#searchModal .lumenare-view-all a:hover {
		color: rgb(20, 28, 54);
		background-color: #fff;
		text-decoration: none;
	}
}

@media (max-width: 577.98px) {
	#searchModal .modal-body {
		padding-top: 4.5rem;
	}

	#searchModal .lumenare-search-input {
		height: 44px;
		padding-left: 46px;
		padding-right: 96px;
		font-size: 30px;
		line-height: 44px;
	}

	#searchModal .lumenare-search-input::placeholder {
		font-size: 30px;
	}

	#searchModal .lumenare-search-icon {
		left: 0;
		right: auto;
		width: 40px;
		height: 40px;
	}

	#searchModal .lumenare-search-icon svg {
		width: 40px;
		height: 40px;
	}

	#searchModal .gpsworld-search-clear {
		right: 0;
		height: 30px;
		padding: 0 0.6rem;
		border-radius: 15px;
		font-size: 0.8rem;
		line-height: 26px;
	}

	#searchModal .lumenare-search-dropdown {
		max-height: calc(100vh - 145px);
	}

	#searchModal .lumenare-result-title {
		font-size: 1.25rem;
		line-height: 1.55rem;
	}

	#searchModal .lumenare-result-excerpt {
		font-size: 1rem;
	}

	#searchModal .lumenare-view-all a {
		min-height: 44px;
		height: auto;
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
		font-size: 1.25rem;
		line-height: 1.2;
		text-align: center;
	}
}
