/* Burgundy Wine Tours — Tours page / estimator styles */

.tours-pricing-section {
				margin-top: 0px;
			}
			.tour-card .bottom {
				justify-content: flex-end;
			}
			@media screen and (max-width: 736px) {
				.tours-pricing-section {
					margin-top: 25px;
				}
			}
		
			/* Tour estimator */
			.tour-quote { max-width: 980px; margin: 22px auto 0; }
			.tour-quote[hidden] { display: none !important; }
			.tour-quote-inner {
				padding: 26px;
				border: 1px solid #dddccd;
				border-radius: 9px;
				background: #faf9f4;
				box-shadow: 0 7px 22px rgba(0,0,0,.055);
			}
			.tour-quote-header { text-align: center; margin-bottom: 20px; }
			.tour-quote-header h3 { margin: 0 0 5px; font-size: 1.35em; }
			.tour-quote-header p {
				margin: 0; color: #74776e; font-size: .78em;
				text-transform: none; letter-spacing: 0; font-weight: normal;
			}
			.quote-steps {
				display: grid;
				grid-template-columns: repeat(4,minmax(0,1fr));
				gap: 12px;
			}
			.quote-field label {
				display: flex; align-items: center; gap: 7px;
				margin-bottom: 6px; font-size: .7em; font-weight: 800;
				text-transform: uppercase; color: #40443c;
			}
			.quote-field label span {
				display: inline-flex; align-items: center; justify-content: center;
				width: 22px; height: 22px; border-radius: 50%;
				background: #60732d; color: #fff;
			}
			.quote-field select, .quote-field input[type="date"] {
				width: 100%; height: 44px; padding: 0 9px;
				border: 1px solid #d4d4c8; border-radius: 6px;
				background: #fff; color: #404248; font: inherit; font-size: .78em;
			}
			.quote-field select:disabled, .quote-field input:disabled {
				opacity: .48; cursor: not-allowed;
			}
			.quote-field small {
				display: block; min-height: 16px; margin-top: 4px;
				font-size: .59em; line-height: 1.25; color: #7a7d74;
			}
			.quote-result {
				display: flex; align-items: center; justify-content: space-between;
				gap: 20px; margin-top: 17px; padding: 16px 19px;
				border-left: 4px solid #60732d; background: #fff;
			}
			.quote-result-label {
				display: block; margin-bottom: 2px; color: #777a71;
				font-size: .65em; font-weight: 800; text-transform: uppercase;
			}
			#quoteTotal { display: block; color: #536729; font-size: 2em; line-height: 1; }
			#quoteBreakdown {
				max-width: 580px; margin: 0; text-align: right;
				font-size: .71em; line-height: 1.45; color: #6d7168;
			}
			.quote-whatsapp {
				display: block !important; width: 310px; max-width: 100%;
				margin: 17px auto 0; text-align: center;
			}
			.quote-whatsapp.disabled { opacity: .42; pointer-events: none; }
			.quote-disclaimer {
				margin: 9px 0 0; text-align: center;
				font-size: .59em; line-height: 1.4; color: #85887f;
			}
			@media screen and (max-width:736px) {
				.tour-quote { margin-top: 16px; }
				.tour-quote-inner { padding: 15px 12px; }
				.tour-quote-header { margin-bottom: 14px; }
				.tour-quote-header h3 { font-size: 1.08em; }
				.quote-steps { grid-template-columns: 1fr; gap: 7px; }
				.quote-result { display: block; margin-top: 12px; padding: 13px; }
				#quoteBreakdown { margin-top: 7px; text-align: left; }
				.quote-whatsapp { width: 100%; margin-top: 12px; }
			}

		
			/* Custom calendar */
			.quote-field { position: relative; }

			.quote-date-button {
				width: 100%;
				height: 44px;
				padding: 0 11px;
				border: 1px solid #d4d4c8;
				border-radius: 6px;
				background: #fff;
				color: #404248;
				font: inherit;
				font-size: .78em;
				display: flex;
				align-items: center;
				justify-content: space-between;
				gap: 10px;
				cursor: pointer;
				text-align: left;
			}

			.quote-date-button:hover:not(:disabled),
			.quote-date-button:focus-visible {
				border-color: #60732d;
				box-shadow: 0 0 0 2px rgba(96,115,45,.11);
				outline: none;
			}

			.quote-date-button:disabled {
				opacity: .48;
				cursor: not-allowed;
			}

			.quote-date-button .icon {
				color: #60732d;
				font-size: 1.05em;
				flex: 0 0 auto;
			}

			.quote-calendar {
				position: absolute;
				z-index: 40;
				top: calc(100% - 12px);
				left: 0;
				width: 320px;
				max-width: min(320px, calc(100vw - 34px));
				padding: 13px;
				border: 1px solid #d7d6ca;
				border-radius: 10px;
				background: #fff;
				box-shadow: 0 14px 34px rgba(30,35,20,.17);
			}

			.quote-calendar[hidden] {
				display: none !important;
			}

			.quote-calendar-head {
				display: grid;
				grid-template-columns: 36px 1fr 36px;
				align-items: center;
				gap: 7px;
				margin-bottom: 10px;
			}

			.quote-calendar-head strong {
				text-align: center;
				color: #3f4438;
				font-size: .88em;
				font-weight: 800;
			}

			.cal-nav {
				width: 36px;
				height: 34px;
				padding: 0;
				border: 0;
				border-radius: 7px;
				background: #f1f3e9;
				color: #60732d;
				font-size: 1.5em;
				line-height: 1;
				cursor: pointer;
			}

			.cal-nav:hover {
				background: #e5ead6;
			}

			.quote-calendar-weekdays,
			.quote-calendar-grid {
				display: grid;
				grid-template-columns: repeat(7, 1fr);
				gap: 3px;
			}

			.quote-calendar-weekdays {
				margin-bottom: 4px;
			}

			.quote-calendar-weekdays span {
				text-align: center;
				font-size: .56em;
				font-weight: 800;
				text-transform: uppercase;
				color: #8a8d83;
			}

			.cal-day {
				aspect-ratio: 1;
				min-width: 0;
				padding: 0;
				border: 1px solid #d4d6cf !important;
				border-radius: 7px;
				background: #fff !important;
				color: #3f433b !important;
				font: inherit;
				font-size: .72em;
				cursor: pointer;
			}

			.cal-day:hover:not(:disabled) {
				background: #eef1e5 !important;
				color: #52652a !important;
			}

			.cal-day.today {
				box-shadow: inset 0 0 0 1px #9aa976;
				font-weight: 800;
			}

			.cal-day.selected {
				background: #60732d !important;
				border-color: #60732d !important;
				color: #fff !important;
				font-weight: 800;
			}

			.cal-day.weekend:not(.selected):not(:disabled) {
				color: #60732d !important;
				font-weight: 700;
			}

			.cal-day:disabled {
				color: #b7bab1 !important;
				background: #f4f4f1 !important;
				cursor: default;
			}

			.cal-empty {
				aspect-ratio: 1;
			}

			/* Better desktop WhatsApp button proportions */
			.quote-whatsapp {
				width: 270px !important;
				padding: .9em 1.35em !important;
				font-size: .88em !important;
				letter-spacing: .055em !important;
				white-space: nowrap;
			}

			@media screen and (max-width:736px) {
				.quote-date-button {
					height: 42px;
					font-size: .78em;
				}

				.quote-calendar {
					position: fixed;
					left: 50%;
					top: 50%;
					width: min(330px, calc(100% - 28px));
					max-width: none;
					transform: translate(-50%, -50%);
					padding: 15px;
					z-index: 1001;
				}

				.quote-whatsapp {
					width: 100% !important;
					padding: 1em 1.2em !important;
					font-size: .95em !important;
				}
			}


/* ===== Calendar contrast fixes ===== */

/* Navigation arrows: force dark olive, never white */
.cal-nav,
.cal-nav:link,
.cal-nav:visited,
.cal-nav:hover,
.cal-nav:active,
.cal-nav:focus {
	color: #5f6f31 !important;
	text-shadow: none !important;
}

.cal-nav:disabled {
	color: #b9bdb3 !important;
	background: #f4f4f1 !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

/* All selectable future dates */
.cal-day:not(:disabled):not(.selected) {
	color: #3f433b !important;
	background: #ffffff !important;
	border: 1px solid #cfd2ca !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

/* Weekend future dates */
.cal-day.weekend:not(:disabled):not(.selected) {
	color: #5f6f31 !important;
}

/* Selected date */
.cal-day.selected,
.cal-day.selected:hover,
.cal-day.selected:focus,
.cal-day.selected:active {
	color: #ffffff !important;
	background: #6f8d1d !important;
	border-color: #6f8d1d !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

/* Past / disabled dates: clearly grey, flat, non-clickable */
.cal-day:disabled {
	color: #a7aba2 !important;
	background: #f2f3ef !important;
	border: 1px solid #e1e3dc !important;
	box-shadow: none !important;
	text-shadow: none !important;
	opacity: 1 !important;
	cursor: default !important;
}

/* Do not let global button styles add gradients/shadows */
.cal-day,
.cal-nav {
	background-image: none !important;
}

/* Keep today's outline only if today is selectable */
.cal-day.today:not(:disabled):not(.selected) {
	box-shadow: inset 0 0 0 1px #93a26f !important;
	font-weight: 800 !important;
}


/* Main date field text */
.quote-date-button,
.quote-date-button #quoteDateText,
#quoteDateText {
	color: #3f433b !important;
	text-shadow: none !important;
}

.quote-date-button .icon {
	color: #5f6f31 !important;
}


/* ===== Vehicle image dropdown ===== */

.vehicle-picker {
	position: relative;
	width: 100%;
}

.vehicle-picker-button {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	border: 1px solid #d4d4c8 !important;
	border-radius: 6px;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #404248 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font: inherit;
	font-size: .78em;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

.vehicle-picker-button:hover:not(:disabled),
.vehicle-picker-button:focus-visible {
	border-color: #60732d !important;
	box-shadow: 0 0 0 2px rgba(96,115,45,.11) !important;
	outline: none;
}

.vehicle-picker-button:disabled {
	opacity: .48;
	cursor: not-allowed;
}

.vehicle-picker-chevron {
	color: #60732d !important;
	font-size: 1.1em;
	line-height: 1;
	flex: 0 0 auto;
}

.vehicle-picker-menu {
	position: absolute;
	z-index: 60;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	min-width: 250px;
	padding: 5px;
	border: 1px solid #d6d7cf;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(30,35,20,.16);
}

.vehicle-picker-menu[hidden] {
	display: none !important;
}

.vehicle-option {
	width: 100%;
	min-height: 62px;
	padding: 5px 8px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #404248 !important;
	display: flex !important;
	align-items: center;
	gap: 10px;
	text-align: left;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	white-space: normal !important;
}

.vehicle-option:hover:not(:disabled),
.vehicle-option:focus-visible {
	background: #f0f3e7 !important;
	outline: none;
}

.vehicle-option.selected {
	background: #eef2e3 !important;
}

.vehicle-option:disabled {
	opacity: .55 !important;
	cursor: not-allowed !important;
	background: #f5f5f2 !important;
}

.vehicle-option img {
	width: 78px;
	height: 46px;
	object-fit: contain;
	flex: 0 0 78px;
	display: block;
}

.vehicle-option-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.vehicle-option-text strong {
	color: #353a32 !important;
	font-size: .82em;
	line-height: 1.15;
}

.vehicle-option-text small {
	margin-top: 3px;
	color: #777c72 !important;
	font-size: .68em;
	line-height: 1.15;
	text-shadow: none !important;
}

/* Selected vehicle with thumbnail */
.vehicle-picker-button.has-selection {
	height: 52px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.vehicle-picker-button .vehicle-selected-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.vehicle-picker-button .vehicle-selected-wrap img {
	width: 58px;
	height: 38px;
	object-fit: contain;
	flex: 0 0 58px;
}

.vehicle-picker-button .vehicle-selected-wrap strong {
	color: #404248 !important;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:736px) {
	.vehicle-picker-button {
		height: 42px;
		font-size: .78em;
	}

	.vehicle-picker-button.has-selection {
		height: 50px;
	}

	.vehicle-picker-menu {
		min-width: 0;
		width: 100%;
	}

	.vehicle-option {
		min-height: 58px;
	}

	.vehicle-option img {
		width: 70px;
		height: 42px;
		flex-basis: 70px;
	}

	.vehicle-picker-button .vehicle-selected-wrap img {
		width: 54px;
		height: 36px;
		flex-basis: 54px;
	}
}


