.rezdy-booking-widget {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 2em 0;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-family: 'Raleway', sans-serif;
	color: #222;
}

.rezdy-booking-widget * {
	box-sizing: border-box;
}

.rezdy-booking-widget h5 {
	font-family: 'Raleway', sans-serif;
	margin: 0 0 0.5em;
}

.rezdy-product-title {
	margin-bottom: 0.25em;
}

.rezdy-product-short-desc {
	margin-top: 0;
	color: #555;
}

/* Three-column layout: calendar (1/3) | date+badge (1/3) | price+CTA (1/3) */

.rezdy-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 1.5em;
	align-items: flex-start;
}

.rezdy-col-calendar {
	flex: 0 1 340px;
	max-width: 340px;
	min-width: 260px;
}

.rezdy-info-box {
	flex: 1 1 400px;
	min-width: 280px;
	display: flex;
	flex-wrap: wrap;
	background: #f4f8f9;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 640px) {
	.rezdy-col-calendar {
		max-width: 100%;
	}
}

.rezdy-col-dateinfo,
.rezdy-col-price {
	flex: 1 1 220px;
	padding: 1.5em;
}

.rezdy-col-dateinfo {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.rezdy-col-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0.75em;
}

.rezdy-date-line {
	margin: 0 0 0.35em;
	font-weight: 600;
	font-size: 1.05em;
}

.rezdy-finish-date {
	margin-bottom: 0.75em;
}

/* Calendar */

.rezdy-calendar-small .rezdy-calendar-grid {
	gap: 2px;
}

.rezdy-calendar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75em;
}

.rezdy-calendar-month-label {
	font-weight: 600;
	font-size: 0.85em;
	letter-spacing: 0.03em;
}

.rezdy-calendar-nav-btn {
	background: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	padding: 0.1em 0.6em;
	font-size: 1em;
	line-height: 1.4;
}

.rezdy-calendar-nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.rezdy-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 3px;
	text-align: center;
}

.rezdy-calendar-daylabel {
	font-weight: 600;
	font-size: 0.68em;
	color: #999;
	padding: 2px 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rezdy-calendar-day {
	padding: 0.4em 0;
	border-radius: 4px;
	color: #333;
	font-size: 0.78em;
}

.rezdy-calendar-day.rezdy-empty {
	visibility: hidden;
}

.rezdy-calendar-day.rezdy-has-session {
	background: #00adbc;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border: none;
}

.rezdy-calendar-day.rezdy-has-session:hover {
	opacity: 0.85;
}

.rezdy-calendar-day.rezdy-full {
	background: #eee;
	color: #aaa;
	text-decoration: line-through;
	cursor: not-allowed;
}

.rezdy-calendar-day.rezdy-selected {
	background: #ff9f19 !important;
	color: #fff !important;
}

/* Availability badge — never shows the real seat count, just a bucketed label */

.rezdy-availability-badge {
	display: inline-block;
	padding: 0.3em 0.9em;
	border-radius: 999px;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.75em;
}

.rezdy-badge-available {
	background: #00adbc;
}

.rezdy-badge-filling {
	background: #ff9f19;
}

.rezdy-badge-final {
	background: #e6483c;
}

/* Price + CTA column */

.rezdy-price-label {
	margin: 0;
	font-size: 0.85em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rezdy-session-price {
	font-size: 1.8em;
	font-weight: 700;
	color: #222;
	margin: 0.1em 0 0;
}

.rezdy-deposit-note {
	font-size: 0.85em;
	color: #555;
	margin: 0.4em 0 0.25em;
}

.rezdy-get-quote-btn,
.rezdy-submit-booking-btn {
	padding: 0.7em 1.6em;
	background: #00adbc;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.85em;
}

.rezdy-book-now-btn {
	padding: 1em 2.4em;
	background: #00adbc;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 1.05em;
	margin-top: 0.25em;
}

.rezdy-book-now-btn:hover,
.rezdy-get-quote-btn:hover,
.rezdy-submit-booking-btn:hover {
	opacity: 0.9;
}

/* Booking steps (revealed after "Book Now") */

.rezdy-booking-steps {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #eee;
}

.rezdy-quote-block label,
.rezdy-details-block label {
	display: block;
	margin-bottom: 0.75em;
	font-weight: 600;
	font-size: 0.9em;
}

.rezdy-quote-block input[type="number"],
.rezdy-details-block input[type="text"],
.rezdy-details-block input[type="email"] {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0.5em;
	margin-top: 0.25em;
	font-family: inherit;
	font-weight: 400;
}

.rezdy-error {
	color: #b3261e;
}

.rezdy-success {
	color: #1e7b34;
	font-weight: bold;
}

.rezdy-payment-note {
	font-size: 0.85em;
	color: #777;
}

@media (max-width: 640px) {
	.rezdy-col-dateinfo {
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}
