#tur-rezervasyon-section.ecomania-rez-block {
	overflow: visible;
	position: relative;
	z-index: 4;
}
#tur-rezervasyon-section .ecomania-rez-bar {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin: 4px 18px 18px;
	background: transparent;
	box-shadow: none;
	min-height: 0;
	border-radius: 0;
	overflow: visible;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-search-divider {
	display: none;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-search-field {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 0;
	min-width: 0;
	padding: 10px 16px;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	position: relative;
}
#tur-rezervasyon-section .ecomania-rez-date-ico {
	color: #64748b;
	font-size: 18px;
	flex-shrink: 0;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-field-body {
	flex: 1;
	min-width: 0;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-field-body label {
	display: block;
	margin: 0 0 4px;
	padding: 0;
	background: none;
	font-size: 12px;
	font-weight: 700;
	color: #334155;
}
#tur-rezervasyon-section .ecomania-rez-date__input .form-group {
	margin: 0;
}
#tur-rezervasyon-section .ecomania-rez-date__input select,
#tur-rezervasyon-section .ecomania-rez-date__input .form-control,
#tur-rezervasyon-section .ecomania-rez-bar #ktarih {
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 22px;
	font-size: 14px !important;
	font-weight: 600;
	color: #0f2a4d !important;
	background: transparent !important;
	border-radius: 0 !important;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-image: none !important;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-guest-trigger {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-summary {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 700;
	color: #0f2a4d;
}
#tur-rezervasyon-section .ecomania-rez-summary__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
#tur-rezervasyon-section .ecomania-rez-summary__item i {
	font-size: 14px;
	color: #64748b;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-guest-chevron {
	color: #94a3b8;
	font-size: 12px;
	margin-left: auto;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
#tur-rezervasyon-section .ecomania-rez-guest {
	overflow: visible;
	position: relative;
	z-index: 6;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-guest.is-active {
	z-index: 1201;
	background: #f8fafc;
}
#tur-rezervasyon-section .ecomania-rez-guest.is-active .binhan-guest-chevron {
	transform: rotate(180deg);
}
#tur-rezervasyon-section .ecomania-rez-dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	min-width: 360px;
	max-width: min(420px, calc(100vw - 32px));
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	z-index: 1200;
	padding: 16px;
	max-height: min(70vh, 520px);
	overflow-y: auto;
}
#tur-rezervasyon-section .ecomania-rez-dropdown.is-open,
#tur-rezervasyon-section .ecomania-rez-guest.is-active .ecomania-rez-dropdown {
	display: block !important;
}
#tur-rezervasyon-section .ecomania-rez-dropdown__alert {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 14px;
	padding: 10px 12px;
	background: #fff5f5;
	border: 1px solid #fecaca;
	border-radius: 8px;
	color: #c0202d;
	font-size: 12px;
	line-height: 1.45;
}
#tur-rezervasyon-section .ecomania-rez-stepper-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
#tur-rezervasyon-section .ecomania-rez-stepper-row__label {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	flex: 1;
}
#tur-rezervasyon-section .ecomania-rez-stepper {
	display: inline-flex;
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
#tur-rezervasyon-section .ecomania-rez-stepper__btn {
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	color: #374151;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-stepper__btn:hover:not(:disabled) {
	background: #f3f4f6;
}
#tur-rezervasyon-section .ecomania-rez-stepper__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
#tur-rezervasyon-section .ecomania-rez-stepper__value {
	min-width: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	line-height: 40px;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age {
	margin-bottom: 12px;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age__label {
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	flex: 1;
	margin: 0;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age__select {
	width: 88px;
	min-width: 88px;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age__hint {
	display: none !important;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-hints {
	margin: 4px 0 0;
	padding: 10px 4px 2px;
	border-top: 1px dashed #f0d4d8;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-hints__line {
	margin: 0 0 8px;
	font-size: 11px;
	line-height: 1.45;
	color: #e81932;
	font-style: italic;
}
#tur-rezervasyon-section .ecomania-rez-cocuk-age.is-invalid .ecomania-rez-cocuk-age__select {
	border-color: #e81932;
}
#tur-rezervasyon-section .ecomania-rez-room__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: 1px dashed #e5e7eb;
}
#tur-rezervasyon-section .ecomania-rez-room:first-of-type .ecomania-rez-room__head {
	border-top: none;
	padding-top: 0;
}
#tur-rezervasyon-section .ecomania-rez-room__title {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
}
#tur-rezervasyon-section .ecomania-rez-room__remove {
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 6px;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-dropdown__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #f0f0f0;
}
#tur-rezervasyon-section .ecomania-rez-dropdown__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 10px 20px;
	border: 2px solid #22a06b;
	border-radius: 8px;
	background: #fff;
	color: #22a06b;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-dropdown__apply:hover {
	background: #22a06b;
	color: #fff;
}
#tur-rezervasyon-section .ecomania-rez-dropdown__actions {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
}
#tur-rezervasyon-section.ecomania-rez-block #oda-ekle,
#tur-rezervasyon-section .ecomania-rez-block__add {
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	color: #fff !important;
	font-weight: 700;
	font-size: 13px;
	background: #e31e24 !important;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-search-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	align-self: stretch;
	min-width: 168px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 22px !important;
	border: none !important;
	border-radius: 8px !important;
	background: #e31e24 !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	white-space: nowrap;
	box-shadow: none !important;
	cursor: pointer;
}
#tur-rezervasyon-section .ecomania-rez-bar .binhan-search-btn:hover {
	background: #c41a1f !important;
	color: #fff !important;
}
#tur-rezervasyon-section .rez-output-tickets {
	background: transparent;
	padding: 0 18px 16px;
}
@media (max-width: 767px) {
	#tur-rezervasyon-section .ecomania-rez-bar {
		flex-direction: column;
		margin: 0 14px 14px;
	}
	#tur-rezervasyon-section .ecomania-rez-bar .binhan-search-btn {
		min-height: 48px !important;
		width: 100% !important;
	}
	#tur-rezervasyon-section .ecomania-rez-dropdown {
		left: 0;
		right: 0;
		min-width: 0;
		max-width: none;
	}
}
