/* ──────────────────────────────────────────────────────────────────────────
   Buscador premium del hero (MeBridge) — Ubicación · Llegada · Salida · Huéspedes
   Barra blanca elegante, etiqueta sobre valor, botón dorado de marca.
   ────────────────────────────────────────────────────────────────────────── */

.mb-hsearch {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 940px;
	margin: 32px auto 0;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
	padding: 8px 8px 8px 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

.mb-hsearch__seg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	padding: 12px 24px;
	min-width: 0;
	cursor: pointer;
	border-radius: 8px;
	transition: background 0.2s ease;
}

.mb-hsearch__where,
.mb-hsearch__guests {
	flex: 1 1 0;
}

.mb-hsearch__date {
	flex: 1 1 0;
}

.mb-hsearch__seg:hover {
	background: #faf8f5;
}

.mb-hsearch__label {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #b89a72;
	line-height: 1;
}

.mb-hsearch__input {
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14.5px !important;
	font-weight: 500 !important;
	color: #2c2c2c !important;
	line-height: 1.5 !important;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: ellipsis;
}

select.mb-hsearch__input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' stroke-linecap='round'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position: right 0 center !important;
	padding-right: 18px !important;
}

.mb-hsearch__input::placeholder {
	color: #9a9a9a !important;
	font-weight: 500 !important;
}

.mb-hsearch__divider {
	width: 1px;
	align-self: center;
	height: 38px;
	background: rgba(0, 0, 0, 0.10);
	flex: 0 0 auto;
}

.mb-hsearch__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-left: 10px;
	padding: 0 30px;
	border: 0;
	border-radius: 8px;
	background: #c69c6d;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.6px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.25s ease, transform 0.05s ease;
}

.mb-hsearch__btn svg {
	flex: 0 0 auto;
}

.mb-hsearch__btn:hover {
	background: #b1885a;
}

.mb-hsearch__btn:active {
	transform: translateY(1px);
}

/* Flatpickr: alineado a la marca */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover {
	background: #c69c6d !important;
	border-color: #c69c6d !important;
}

.flatpickr-day.inRange {
	background: #f4efe8 !important;
	border-color: #f4efe8 !important;
	box-shadow: -5px 0 0 #f4efe8, 5px 0 0 #f4efe8 !important;
}

.flatpickr-day.today {
	border-color: #c69c6d !important;
}

/* Responsive */
@media (max-width: 820px) {
	.mb-hsearch {
		flex-direction: column;
		padding: 6px;
		max-width: 420px;
	}
	.mb-hsearch__divider {
		width: auto;
		height: 1px;
		align-self: stretch;
		margin: 0 16px;
	}
	.mb-hsearch__seg {
		padding: 13px 18px;
	}
	.mb-hsearch__btn {
		margin: 8px 0 4px;
		padding: 15px;
		width: 100%;
	}
}
