/* === Wrapper === */
.lsa-wrap-02be0064 {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
}

/* === Icon trigger (always visible) === */
.lsa-icon-trigger-02be0064 {
	position: relative;
	z-index: 3;
	width: 24px;
	height: 24px;
	color: #442D55;
	cursor: pointer;
	flex-shrink: 0;
	transition: color 0.3s ease;
}

.lsa-wrap-02be0064:hover .lsa-icon-trigger-02be0064,
.lsa-wrap-02be0064.lsa-expanded-02be0064 .lsa-icon-trigger-02be0064 {
	color: #8F1D18;
}

/* === Input area (hidden by default) === */
.lsa-input-area-02be0064 {
	position: relative;
	overflow: hidden;
	width: 0;
	opacity: 0;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.1s;
}

.lsa-wrap-02be0064:hover .lsa-input-area-02be0064,
.lsa-wrap-02be0064.lsa-expanded-02be0064 .lsa-input-area-02be0064 {
	width: 280px;
	opacity: 1;
}

/* === Input field — NUCLEAR border removal === */
.lsa-wrap-02be0064 .lsa-input-02be0064,
.lsa-wrap-02be0064 .lsa-input-02be0064:focus,
.lsa-wrap-02be0064 .lsa-input-02be0064:hover,
.lsa-wrap-02be0064 .lsa-input-02be0064:active,
.lsa-wrap-02be0064 .lsa-input-02be0064:focus-visible,
.lsa-wrap-02be0064 .lsa-input-02be0064:focus-within,
.lsa-wrap-02be0064 input.lsa-input-02be0064,
.lsa-wrap-02be0064 input.lsa-input-02be0064:focus,
.lsa-wrap-02be0064 input.lsa-input-02be0064:hover,
.lsa-wrap-02be0064 input.lsa-input-02be0064:active,
.lsa-wrap-02be0064 input[type="text"].lsa-input-02be0064,
.lsa-wrap-02be0064 input[type="text"].lsa-input-02be0064:focus,
.lsa-wrap-02be0064 input[type="text"].lsa-input-02be0064:hover,
.lsa-wrap-02be0064 input[type="text"].lsa-input-02be0064:active,
.elementor-widget .lsa-input-02be0064,
.elementor-widget .lsa-input-02be0064:focus,
.elementor-widget .lsa-input-02be0064:hover,
.elementor-widget .lsa-input-02be0064:active,
.elementor-widget input.lsa-input-02be0064,
.elementor-widget input[type="text"].lsa-input-02be0064,
.elementor-widget input[type="text"].lsa-input-02be0064:focus {
	width: 100% !important;
	padding: 8px 40px 8px 12px !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #442D55 !important;
	background: transparent !important;
	border: 0 none transparent !important;
	border-top: 0 none transparent !important;
	border-right: 0 none transparent !important;
	border-bottom: 0 none transparent !important;
	border-left: 0 none transparent !important;
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
	outline: 0 none transparent !important;
	outline-width: 0 !important;
	outline-style: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-appearance: none !important;
	text-decoration: none !important;
}

.lsa-input-02be0064::placeholder {
	color: #442D55;
	opacity: 0.45;
}

/* === Animated underline in text color === */
.lsa-underline-02be0064 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #442D55;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.lsa-wrap-02be0064:hover .lsa-underline-02be0064,
.lsa-wrap-02be0064.lsa-expanded-02be0064 .lsa-underline-02be0064 {
	width: 100%;
}

/* === Spinner === */
.lsa-spinner-02be0064 {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #E3B7C7;
	border-top-color: #8F1D18;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.lsa-spinner-02be0064.lsa-visible-02be0064 {
	opacity: 1;
	animation: lsa-spin-02be0064 0.6s linear infinite;
}

@keyframes lsa-spin-02be0064 {
	to { transform: rotate(360deg); }
}

/* === Results dropdown === */
.lsa-results-02be0064 {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 300px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #FFFFFF;
	border: 2px solid #E3B7C7;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(68, 45, 85, 0.12);
	z-index: 9999;
	max-height: 340px;
	overflow-y: auto;
	display: none;
}

.lsa-results-02be0064.lsa-open-02be0064 {
	display: block;
}

.lsa-results-02be0064 li {
	margin: 0;
	padding: 0;
}

.lsa-results-02be0064 li::marker {
	content: none;
}

.lsa-result-link-02be0064 {
	display: block;
	padding: 10px 18px;
	color: #442D55;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	transition: background 0.15s ease, color 0.15s ease;
	cursor: pointer;
}

.lsa-result-link-02be0064:hover,
.lsa-result-link-02be0064:focus,
.lsa-result-link-02be0064.lsa-active-02be0064 {
	background: rgba(227, 183, 199, 0.25);
	color: #8F1D18;
	outline: none;
}

.lsa-result-type-02be0064 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #C79A2E;
	margin-left: 8px;
	font-weight: 600;
}

.lsa-no-results-02be0064 {
	padding: 14px 18px;
	color: #442D55;
	opacity: 0.6;
	font-size: 15px;
	text-align: center;
}
