/* MindfulSearch live dropdown */
.mindful-live-search-dropdown {
	color: #1d2327;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 100000;
	margin-top: 6px;
	max-height: 70vh;
	overflow-y: auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	box-sizing: border-box;
}

/* Portaled to body — escapes header/slider overflow stacking */
.mindful-live-search-dropdown--portal {
	position: fixed;
	margin-top: 0;
	z-index: 2147483000;
}

.mindful-live-search-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: #1d2327;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transition: background 0.12s ease;
}

.mindful-live-search-item:last-of-type {
	border-bottom: none;
}

.mindful-live-search-item:hover,
.mindful-live-search-item:focus,
.mindful-live-search-item.is-active {
	background: rgba(0, 0, 0, 0.05);
	outline: none;
}

.mindful-live-search-thumb {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 4px;
	background: #f3f4f6;
}

.mindful-live-search-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mindful-live-search-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.mindful-live-search-title {
	font-weight: 600;
	line-height: 1.3;
	color: #1d2327;
}

.mindful-live-search-summary {
	padding: 10px 14px 8px;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.55);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mindful-live-search-loading,
.mindful-live-search-empty {
	padding: 12px 14px;
	font-size: 0.9em;
}

/*
 * Elementor search: lens icon overlays the field — pad input so placeholder
 * clears the icon (mobile / tablet / desktop).
 */
body .elementor-location-header .elementor-search-form .e-search-input,
body .elementor-location-header .elementor-search-form input[type="search"],
body .elementor-location-header .elementor-search-form input[name="s"],
body .elementor-location-header .elementor-search-form__input,
body .elementor-location-header .elementor-widget-search-form .e-search-input,
body .elementor-location-header .elementor-widget-search-form input[name="s"],
body .elementor-search-form .e-search-input,
body .elementor-search-form input[type="search"],
body .elementor-search-form input[name="s"],
body .elementor-search-form__input,
body .elementor-widget-search-form .e-search-input,
body .elementor-widget-search-form input[name="s"],
body .e-search .e-search-input,
body .e-search input[type="search"] {
	padding-left: 3.25rem !important;
	padding-inline-start: 3.25rem !important;
	box-sizing: border-box !important;
}

/* Icon sits inside the field on the left — keep it from covering text */
body .elementor-location-header .elementor-search-form__icon,
body .elementor-search-form .elementor-search-form__icon,
body .elementor-search-form .eicon-search,
body .e-search-form-input-wrapper .e-search-form-input-label,
body .e-search .e-search-form-input-label {
	pointer-events: none;
}

@media (max-width: 1024px) {
	body .elementor-location-header .elementor-search-form .e-search-input,
	body .elementor-location-header .elementor-search-form input[type="search"],
	body .elementor-location-header .elementor-search-form input[name="s"],
	body .elementor-location-header .elementor-search-form__input,
	body .elementor-location-header .elementor-widget-search-form .e-search-input,
	body .elementor-location-header .elementor-widget-search-form input[name="s"],
	body .elementor-search-form .e-search-input,
	body .elementor-search-form input[type="search"],
	body .elementor-search-form input[name="s"],
	body .elementor-search-form__input,
	body .elementor-widget-search-form .e-search-input,
	body .elementor-widget-search-form input[name="s"],
	body .e-search .e-search-input,
	body .e-search input[type="search"] {
		padding-left: 3.75rem !important;
		padding-inline-start: 3.75rem !important;
		padding-right: 0.85rem !important;
		padding-inline-end: 0.85rem !important;
	}
}

@media (max-width: 767px) {
	body .elementor-location-header .elementor-search-form .e-search-input,
	body .elementor-location-header .elementor-search-form input[type="search"],
	body .elementor-location-header .elementor-search-form input[name="s"],
	body .elementor-location-header .elementor-search-form__input,
	body .elementor-search-form .e-search-input,
	body .elementor-search-form input[type="search"],
	body .elementor-search-form__input,
	body .e-search .e-search-input {
		padding-left: 4rem !important;
		padding-inline-start: 4rem !important;
		font-size: 16px; /* avoid iOS zoom */
	}
}

/* Keep search widget above neighbouring slider stacking where possible */
.elementor-widget-search-form,
.elementor-search-form {
	position: relative;
	z-index: 20;
}
