/**
 * [kereso] — hero ingatlan-kereső — ingatlan-modul.
 *
 * Forrás: „Million Homes v2" sablon mh-search sávja (million-homes-v2.css 263-297),
 * saját .ing-kereso névtérben (nem ütközik a lista.css .mh-* szabályaival).
 * A fontot (Schibsted Grotesk) a sablon tölti — itt csak a font-family hivatkozás.
 * Minden érték px; mobil @media (max-width: 767px) külön blokkban.
 */

.ing-kereso {

	max-width: 1000px;
	background: rgba(26, 22, 20, 0.82);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 16px;
	box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.6);
}

.ing-kereso__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.ing-kereso__toggles {
	display: flex;
	padding: 14px;
	gap: 6px;
	align-items: center;
}

.ing-toggle-btn {
	padding: 12px 22px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 600;
	background: transparent;
	color: rgba(247, 244, 239, 0.72);
	transition: background 0.3s, color 0.3s;
}

.ing-toggle-btn.is-active {
	background: #af7366;
	color: #fff;
}

.ing-kereso__field {
	flex: 1;
	min-width: 150px;
	padding: 14px 22px;
	border-left: 1px solid rgba(247, 244, 239, 0.09);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ing-field-label {
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c98c7d;
	margin-bottom: 5px;
}

.ing-sel {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #f7f4ef;
	width: 100%;
	padding: 0px;
}

.ing-sel option {
	font-size: 15px;
}

.ing-kereso__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 12px;
	padding: 0 36px;
	background: #af7366;
	color: #fff;
	border: none;
	border-radius: 11px;
	cursor: pointer;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	transition: background 0.3s, color 0.3s;
}

.ing-kereso__submit:hover {
	background: #c98c7d;
	color: #fff;
}

.ing-kereso__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #af7366;
}

/* --- Mobil --- */
@media (max-width: 767px) {
	.ing-kereso {
		margin-top: 24px;
		border-radius: 12px;
	}

	.ing-kereso__row {
		flex-direction: column;
	}

	.ing-kereso__toggles {
		padding: 12px 14px 0 14px;
	}

	.ing-toggle-btn {
		flex: 1;
		padding: 12px 10px;
	}

	.ing-kereso__field {
		border-left: none;
		border-top: 1px solid rgba(247, 244, 239, 0.09);
		padding: 12px 18px;
	}

	.ing-kereso__submit {
		width: auto;
		margin: 12px 14px 14px 14px;
		padding: 14px 20px;
	}
}
