.nolja-age-pricing-admin {
	margin-top: 20px;
	padding: 16px;
	border: 1px solid #dcdcde;
	background: #fff;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin: 10px 0;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-copy {
	flex: 1 1 auto;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-copy p {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: normal;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-copy .text {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-control {
	flex: 0 0 auto;
}

.nolja-age-pricing-admin .nolja-age-pricing-admin-control fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.nolja-age-pricing-fields {
	display: flex;
	gap: 16px;
	align-items: flex-end;
	padding: 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
}

.nolja-age-pricing-field {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.nolja-age-pricing-field-label {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.nolja-age-stepper {
	display: grid;
	grid-template-columns: 40px minmax(42px, 1fr) 40px;
	align-items: center;
	gap: 6px;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}

.nolja-age-stepper-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	border: 1px solid #dcdcde;
	border-radius: 50%;
	background: #fff;
	color: inherit;
	font: inherit;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
}

.nolja-age-stepper-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.nolja-age-stepper-button:disabled {
	opacity: .35;
	cursor: default;
}

.nolja-age-stepper input {
	width: 100%;
	min-width: 0;
	height: 40px;
	min-height: 40px;
	padding: 0 4px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
	color: inherit;
	font: inherit;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
	-moz-appearance: textfield;
}

.nolja-age-stepper input::-webkit-outer-spin-button,
.nolja-age-stepper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

@media (max-width: 380px) {
	.nolja-age-pricing-fields {
		gap: 10px;
		padding: 10px;
	}

	.nolja-age-stepper {
		grid-template-columns: 36px minmax(36px, 1fr) 36px;
		gap: 4px;
	}

	.nolja-age-stepper-button {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}
}

.nolja-age-pricing-preview {
	margin-top: 10px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #dcdcde;
}

.nolja-age-preview-line {
	display: block;
	margin: 2px 0;
	line-height: 1.45;
}

.nolja-age-preview-total {
	margin-top: 6px;
	font-weight: 700;
}

.nolja-age-pricing-warning {
	color: #b32d2e;
	font-weight: 600;
}

.nolja-age-booking-details,
.nolja-age-fare,
.nolja-age-extra-services {
	display: block;
}

.nolja-age-line {
	display: block;
	margin: 2px 0;
	line-height: 1.45;
}

.nolja-age-order-breakdown .nolja-age-line {
	margin: 3px 0;
}

.nolja-service-charge-modal-notice,
.nolja-service-charge-detail-notice {
	border-left: 3px solid #ff6b00;
}

.nolja-service-charge-modal-notice,
.nolja-service-charge-detail-notice {
	margin: 12px 0;
	padding: 10px 12px;
	background: #fff7ed;
	color: #5a3214;
	font-size: 13px;
	line-height: 1.5;
}

.tour_price.nolja-price-updating,
.nolja-age-pricing-preview.nolja-price-updating {
	opacity: .35;
	transition: opacity .15s ease;
}

.tour_price.nolja-price-updating::after {
	content: ' Updating…';
	font-size: 12px;
	font-weight: 500;
}

/* candidate.18: keep the Child/Infant controls visually aligned with TBM's attendee stepper. */
.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper {
	grid-template-columns: 40px 50px 40px;
	justify-content: center;
	max-width: 142px;
}

.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper-button {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border: 1px solid #dcdcde !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper-button:disabled {
	background: #f0f0f1 !important;
	color: #646970 !important;
	opacity: 1;
}

.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper input[type="number"] {
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 4px !important;
	border: 1px solid #dcdcde !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: none !important;
	text-align: center !important;
}

@media (max-width: 380px) {
	.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper {
		grid-template-columns: 36px 44px 36px;
		max-width: 124px;
	}

	.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper-button {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
	}

	.ttbm_booking_panel .nolja-age-pricing-row .nolja-age-stepper input[type="number"] {
		width: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		height: 36px !important;
		min-height: 36px !important;
	}
}
