/**
 * Elementor global renkleri ile uyum: inherit + düşük özgüllük.
 * Tailwind kullanmıyorsanız bu dosya yeterli; tema --e-global-color-* ile ezebilir.
 */
.seyyah-booking {
	font-size: 1rem;
	line-height: 1.5;
	color: inherit;
}

.seyyah-booking__form label,
.seyyah-booking__form legend {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
}

.seyyah-booking__form input[type='date'],
.seyyah-booking__form input[type='number'],
.seyyah-booking__form textarea {
	width: 100%;
	max-width: 28rem;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem;
	border: 1px solid color-mix(in srgb, currentColor 25%, transparent);
	border-radius: 4px;
	background: transparent;
	color: inherit;
}

.seyyah-booking__services {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	padding: 0.75rem 1rem;
	margin: 1rem 0;
	border-radius: 6px;
}

.seyyah-booking__service-row .form-check-label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.seyyah-booking__service-title {
	font-weight: 600;
	color: #231f20;
}

.seyyah-booking__service-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #374151;
}

.seyyah-booking__service-type {
	color: #8b2e7d;
}

.seyyah-booking__service-amount {
	color: #231f20;
}

.seyyah-booking__service {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	align-items: baseline;
	margin: 0.35rem 0;
	font-weight: 400;
	cursor: pointer;
}

.seyyah-booking__service small {
	opacity: 0.85;
	font-weight: 400;
}

.seyyah-booking__submit {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	background: var(--e-global-color-primary, #7a2e83);
	color: var(--e-global-color-secondary, #fff);
	font-weight: 600;
}

.seyyah-booking__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.seyyah-booking__rules {
	margin-top: 1rem;
	font-size: 0.9rem;
	opacity: 0.9;
}

.seyyah-booking__msg {
	display: block;
	margin-top: 0.5rem;
	color: #b32d2e;
}

.seyyah-error {
	color: #b32d2e;
}

/* Fiyat: üst başlık yok, yan yana, yüksek kontrast */
.seyyah-booking__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.65rem 1.5rem;
}

.seyyah-booking__price-pill {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.5rem;
	font-weight: 600;
	color: #231f20;
}

.seyyah-booking__price-label {
	color: #374151;
	font-weight: 600;
}

.seyyah-booking__price-value {
	color: #231f20;
	font-weight: 700;
	font-size: 1.0625rem;
}

.seyyah-booking__price-cur {
	font-weight: 700;
	font-size: 1.0625rem;
	color: #8b2e7d;
	margin-left: 0.15rem;
}

.seyyah-booking__price-row--l3 .seyyah-booking__price-value--l3 {
	font-size: 1.35rem;
}

.seyyah-booking__counts-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.seyyah-booking__counts-row .seyyah-booking__field {
	flex: 1 1 140px;
	min-width: 120px;
	margin-bottom: 0 !important;
}

.seyyah-booking__counts-row .seyyah-booking__field .form-control,
.seyyah-booking__counts-row input[type='number'] {
	max-width: none;
	width: 100%;
}

.seyyah-booking__total-bar {
	margin-bottom: 1rem;
	border-radius: 12px;
	border: 1px solid rgba(139, 46, 125, 0.28);
	background: linear-gradient(135deg, rgba(139, 46, 125, 0.09), rgba(35, 31, 32, 0.05));
	box-shadow: 0 2px 10px rgba(35, 31, 32, 0.06);
	overflow: hidden;
}

.seyyah-booking__total-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 0.9rem 1.1rem;
}

.seyyah-booking__total-bar-label {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.seyyah-booking__total-bar-amount {
	font-size: 1.35rem;
	font-weight: 800;
	color: #231f20;
	letter-spacing: -0.02em;
}
