.ccc-booking {
	width: 100%;
	max-width: 820px;
	margin: 24px auto;
	padding: 30px;
	background: #e4f3fb;
	border: 1px solid #69b3df;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
	white-space: normal;
	text-align: left;
}
.ccc-booking * { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif !important; white-space: normal; }
.ccc-booking [hidden] { display: none !important; }
.ccc-intro { font-size: 17px; }
.ccc-price-intro { margin: 18px 0; padding: 14px 16px; background: #fff; border-left: 4px solid #2678b8; }
.ccc-booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ccc-booking-form > h3, .ccc-legend, .ccc-month-nav, .ccc-future-message, .ccc-months, .ccc-selected, .wide { grid-column: 1 / -1; }
.ccc-legend { display: flex; gap: 16px; flex-wrap: wrap; }
.ccc-legend i { display: inline-block; width: 14px; height: 14px; margin-right: 5px; border: 1px solid #999; border-radius: 3px; vertical-align: -2px; }
.ccc-legend .open, .ccc-day.open { background: #c8f0d8; border-color: #3cad70; }
.ccc-legend .sold-out, .ccc-day.sold-out { background: #cfe3fa; border-color: #4d8bc9; }
.ccc-legend .cancelled, .ccc-day.cancelled { background: #facaca; border-color: #d96060; }
.ccc-legend .unavailable, .ccc-day.unavailable { background: #ddd; }
.ccc-month-nav { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: center; width: 100%; max-width: 460px; min-width: 0; margin: auto; }
.ccc-month-nav button { min-height: 42px; padding: 8px 14px; background: #1f73b7 !important; color: #fff !important; border: 1px solid #1769aa; border-radius: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, .12); cursor: pointer; font-size: 16px; font-weight: 700; line-height: 1.25; text-indent: 0; }
.ccc-month-nav button:hover:not(:disabled), .ccc-month-nav button:focus-visible:not(:disabled) { background: #155f99 !important; border-color: #155f99; }
.ccc-month-nav button:disabled { background: #fff !important; color: #777 !important; border-color: #aeb4ba; box-shadow: none; cursor: default; opacity: .45; }
.ccc-position { min-width: 0; text-align: center; }
.ccc-future-message { width: 100%; max-width: 460px; margin: -6px auto 0; padding: 10px 12px; border-left: 4px solid #1f73b7; background: #eef6fc; color: #1d2327; font-weight: 600; }
.ccc-months { width: 100%; min-width: 0; }
.ccc-month { width: 100%; max-width: 460px; min-width: 0; margin: auto; padding: 14px; overflow: hidden; background: #fff; border: 1px solid #dcdcde; border-radius: 7px; }
.ccc-month h3 { margin: 0 0 10px; text-align: center; font-size: 18px; }
.ccc-weekdays, .ccc-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; align-items: stretch; text-align: center; }
.ccc-weekdays { margin-bottom: 6px; font-size: 12px; }
.ccc-day, .ccc-calendar-blank { display: flex; width: 100%; min-width: 0; aspect-ratio: 1; align-items: center; justify-content: center; }
.ccc-day { padding: 0; background: #ddd; border: 1px solid transparent; border-radius: 4px; font-size: 13px; line-height: 1; text-indent: 0; }
.ccc-day.open { cursor: pointer; color: #075c32 !important; }
.ccc-day.selected { background: #087d43 !important; color: #fff !important; outline: 3px solid #fff; box-shadow: 0 0 0 2px #087d43; }
.ccc-booking .ccc-grid > .ccc-day { background: #ddd !important; }
.ccc-booking .ccc-grid > .ccc-day.open { background: #c8f0d8 !important; }
.ccc-booking .ccc-grid > .ccc-day.sold-out { background: #cfe3fa !important; }
.ccc-booking .ccc-grid > .ccc-day.cancelled { background: #facaca !important; }
.ccc-booking .ccc-grid > .ccc-day.selected { background: #087d43 !important; }
.ccc-field { min-width: 0; }
.ccc-field label { display: block; margin-bottom: 6px; font-weight: 700; }
.ccc-field label span { font-weight: 400; }
.ccc-field input,
.ccc-field select,
.ccc-field textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #8c8f94;
	border-radius: 5px;
	background: #fff;
	font: inherit;
}
.ccc-field small { display: block; margin-top: 5px; }
.ccc-larger-party { margin-top: 10px; }
.ccc-declaration { padding: 12px; background: #fff; }
.ccc-prices { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #fff; border: 1px solid #d4d4d4; border-radius: 7px; }
.ccc-prices div { padding: 15px; }
.ccc-prices .due { background: #fff7d8; }
.ccc-prices strong { display: block; margin-top: 8px; font-size: 22px; }
.ccc-review { padding: 18px; background: #fff; border: 2px solid #2678b8; border-radius: 7px; }
.ccc-review:empty { display: none; }
.ccc-review-button { padding: 12px 20px; background: #1769aa !important; color: #fff !important; border: 0; border-radius: 4px; font-size: 16px; font-weight: 700; text-indent: 0; }
.ccc-secondary, .ccc-primary, .ccc-pay-button { margin: 8px 10px 4px 0; padding: 11px 16px; border-radius: 4px; font-size: 15px; font-weight: 700; text-indent: 0; }
.ccc-secondary { background: #fff !important; color: #1769aa !important; border: 1px solid #1769aa; }
.ccc-primary { background: #1769aa !important; color: #fff !important; border: 0; }
.ccc-pay-button { background: #ffc439 !important; color: #142c8e !important; border: 0; }
.ccc-payment { margin-top: 18px; padding-top: 12px; border-top: 1px solid #ccd4da; }
.ccc-payment-help { margin: 0 0 10px; color: #555; font-size: 14px; }
.ccc-payment-options { min-height: 240px; }
.ccc-card-payment { width: 100%; margin: 8px 0 4px; }
.ccc-card-container, .ccc-card-button { display: block; width: 100%; max-width: 100%; }
.ccc-card-container { overflow: hidden; background: #fff; border-radius: 4px; direction: ltr; text-align: left; }
.ccc-wallet-payment .ccc-pay-button { width: 100%; margin-right: 0; }
.ccc-payment-divider { margin: 10px 0 2px; color: #5b6570; text-align: center; }
.ccc-message { margin: 12px 0; padding: 12px 14px; border-left: 4px solid #2678b8; background: #edf6fc; }
.ccc-message.success { border-color: #23934b; background: #e6f6eb; }
.ccc-message.error { border-color: #c62828; background: #fdeaea; }
.ccc-message.warning { border-color: #d99a00; background: #fff5d6; }
.ccc-preview-note { font-size: 14px; }
.ccc-booking-error { padding: 15px; background: #fff0f0; border-left: 4px solid #c00; }
@media (max-width: 650px) {
	.ccc-booking { padding: 14px; }
	.ccc-booking-form { grid-template-columns: 1fr; }
	.ccc-prices { grid-template-columns: 1fr; }
	.ccc-prices div { border-bottom: 1px solid #ddd; }
	.ccc-month-nav { grid-template-columns: 1fr 1fr; }
	.ccc-position { grid-column: 1 / -1; grid-row: 1; }
	.ccc-month-nav button { grid-row: 2; min-height: 50px; padding: 10px 12px; font-size: 18px; }
	.ccc-month { padding: 10px; }
	.ccc-weekdays, .ccc-grid { gap: 3px; }
}
