.db-booking-flow {
	--db-booking-flow-max-width: 620px;
	--db-booking-panel-inline-padding: 0.78rem;
	width: 100%;
	max-width: var(--db-booking-flow-max-width);
	box-sizing: border-box;
	display: grid;
	gap: 0.875rem;
}

.db-wc-booking-fields {
	--db-surface: #f3f5f5;
	--db-surface-strong: #ffffff;
	--db-ink: #173233;
	--db-muted: #5d7273;
	--db-border: #dde2e2;
	--db-border-strong: #d2d8d8;
	--db-accent: #0f766e;
	--db-accent-strong: #0a5c55;
	--db-accent-soft: #e7efee;
	--db-danger: #c2410c;
	--db-danger-soft: #fde9df;
	--db-shadow: 0 18px 40px rgba(18, 54, 56, 0.08);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--db-border-strong);
	border-radius: 18px;
	padding: var(--db-booking-panel-inline-padding);
	margin-bottom: 1rem;
	background: linear-gradient(180deg, #f8f9f9 0%, var(--db-surface) 100%);
	box-shadow: var(--db-shadow);
	color: var(--db-ink);
	container-type: inline-size;
}

.db-booking-flow > .db-wc-booking-fields {
	margin-bottom: 0 !important;
}

.db-booking-flow > .db-deposit-options {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

form.cart.db-has-booking-fields,
form.cart:has(.db-wc-booking-fields) {
	display: block !important;
}

.db-frontend-calendar-selection {
	display: grid;
	gap: 0.75rem;
}

.db-frontend-calendar-selection h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

.db-frontend-calendar-selection-list {
	display: grid;
	gap: 0.5rem;
}

.db-frontend-calendar-choice {
	width: 100%;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(34, 49, 63, 0.16);
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.db-frontend-calendar-choice:hover,
.db-frontend-calendar-choice:focus,
.db-frontend-calendar-choice.is-selected {
	border-color: currentColor;
}

.db-frontend-booking-shell {
	display: grid;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	gap: 0.65rem;
}

.db-frontend-participants {
	display: grid;
	gap: 0.65rem;
	margin: 0.75rem 0 0;
	padding: 0.9rem 0.75rem 0.75rem;
	border: 1px solid var(--db-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
}

.db-frontend-participants legend {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--db-ink);
}

.db-frontend-participants legend + .db-frontend-participant-list {
	clear: both;
}

.db-frontend-participant-list {
	display: grid;
	gap: 0.55rem;
}

.db-frontend-participant-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5.5rem;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
}

.db-frontend-participant-label {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
	font-weight: 600;
	color: var(--db-ink);
}

.db-frontend-participant-limits {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--db-muted);
}

.db-frontend-participant-row input[type="number"] {
	width: 100%;
	min-width: 0;
	margin: 0;
	text-align: center;
}

.db-frontend-participants-feedback {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.35;
	color: var(--db-error, #b42318);
}

.db-frontend-calendar-trigger,
.db-availability-choice-button,
.db-frontend-calendar-nav-button {
	font: inherit;
}

.db-frontend-calendar-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(15, 118, 110, 0.22);
	background: linear-gradient(135deg, #0f766e 0%, #178f86 100%);
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
}

.db-frontend-calendar-trigger:hover,
.db-frontend-calendar-trigger:focus {
	transform: translateY(-1px);
	outline: none;
}

.db-frontend-booking-stage {
	display: none;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	align-items: start;
}

.db-frontend-booking-stage.is-visible {
	display: grid;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.db-frontend-booking-stage.is-loading-calendar .db-frontend-calendar-card {
	opacity: 0.72;
}

form.cart .db-booking-flow ~ .quantity[hidden] {
	display: none !important;
}

form.cart .db-booking-flow + .quantity + .single_add_to_cart_button,
form.cart .db-booking-flow + .single_add_to_cart_button {
	margin-left: 0 !important;
	margin-inline-start: 0 !important;
}

.db-booking-action-row {
	display: flex;
	align-items: center;
	gap: 0.875rem 1.375rem;
	flex-wrap: wrap;
	margin-top: 0.875rem;
	margin-bottom: 0.75rem;
}

.db-booking-action-row .quantity {
	flex: 0 0 auto;
	float: none !important;
	margin: 0 !important;
}

.db-booking-action-row.is-quantity-hidden .quantity,
.db-booking-action-row .quantity[hidden] {
	display: none !important;
}

.db-booking-action-row .single_add_to_cart_button,
.db-booking-action-row button[type="submit"],
.db-booking-action-row input[type="submit"] {
	flex: 0 1 auto;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
}

.db-booking-cost-display {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--db-ink);
}

.db-booking-cost-display[hidden] {
	display: none !important;
}

.db-booking-cost-label {
	color: var(--db-muted);
}

.db-booking-cost-value,
.db-booking-cost-value .woocommerce-Price-amount {
	color: var(--db-accent-strong);
}

.db-frontend-calendar-card,
.db-availability-panel-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--db-border);
	border-radius: 16px;
	padding: 0.68rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.db-frontend-calendar-header {
	display: grid;
	grid-template-columns: 2rem 1fr 2rem;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.5rem;
}

.db-frontend-calendar-month {
	margin: 0;
	font-size: 1rem;
	line-height: 1.1;
	color: var(--db-ink);
	text-align: center;
	min-width: 0;
}

.db-frontend-calendar-timezone {
	margin: 0.55rem 0 0;
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--db-muted);
	text-align: center;
}

.db-frontend-calendar-nav {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.db-frontend-calendar-nav-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	min-width: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 999px;
	border: 1px solid rgba(23, 50, 51, 0.14);
	background: #ffffff;
	color: var(--db-ink);
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.db-frontend-calendar-nav-button[data-direction="prev"] {
	justify-self: start;
}

.db-frontend-calendar-nav-button[data-direction="next"] {
	justify-self: end;
}

.db-frontend-calendar-nav-button:hover,
.db-frontend-calendar-nav-button:focus {
	background: #f2f4f4;
	border-color: rgba(23, 50, 51, 0.2);
	outline: none;
}

.db-frontend-calendar-nav-button:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.db-frontend-calendar-weekdays,
.db-frontend-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.2rem;
}

.db-frontend-calendar-weekdays {
	margin-bottom: 0.18rem;
	color: var(--db-muted);
	font-size: 0.64rem;
	font-weight: 700;
	text-align: center;
}

.db-frontend-calendar-day,
.db-frontend-calendar-spacer {
	min-height: 1.5rem;
}

.db-frontend-calendar-day {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgba(23, 50, 51, 0.08);
	background: rgba(255, 255, 255, 0.9);
	color: var(--db-ink);
	cursor: pointer;
	transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

.db-frontend-calendar-day:hover,
.db-frontend-calendar-day:focus {
	outline: none;
}

.db-frontend-calendar-day.is-available {
	border-color: #677A63;
	background: #677A63;
	color: #ffffff;
}

.db-frontend-calendar-day.is-full {
	background: rgba(148, 163, 184, 0.14);
	border-color: rgba(148, 163, 184, 0.18);
	color: #94a3b8;
	cursor: not-allowed;
}

.db-frontend-calendar-day.is-selected {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.db-frontend-calendar-day.is-in-range {
	background: #dfe8dd;
	border-color: #b8c9b4;
	color: var(--db-ink);
	box-shadow: inset 0 0 0 1px rgba(103, 122, 99, 0.12);
}

.db-frontend-calendar-day.is-range-start,
.db-frontend-calendar-day.is-range-end {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.db-frontend-calendar-day.is-range-invalid {
	background: var(--db-danger-soft);
	border-color: rgba(194, 65, 12, 0.38);
	color: var(--db-danger);
}

.db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-frontend-calendar-day.is-range-invalid.is-range-end {
	background: var(--db-danger);
	border-color: var(--db-danger);
	color: #ffffff;
}

.db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.db-frontend-calendar-day-number {
	font-weight: 700;
	font-size: 0.82rem;
}

.db-availability-panel {
	min-height: 0;
}

.db-availability-panel-card {
	display: grid;
	gap: 0.55rem;
}

.db-availability-panel-card.is-empty {
	align-content: start;
}

.db-availability-panel-card.is-loading {
	align-content: start;
	gap: 0.42rem;
}

.db-availability-panel-title {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.2;
	color: var(--db-ink);
}

.db-availability-panel-copy,
.db-availability-panel-empty {
	margin: 0;
	color: var(--db-muted);
	font-size: 0.86rem;
}

.db-availability-panel-copy strong {
	color: var(--db-ink);
}

.db-availability-choice-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.42rem;
}

.db-availability-choice-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.68rem;
	border-radius: 999px;
	border: 1px solid rgba(23, 50, 51, 0.12);
	background: #ffffff;
	color: var(--db-ink);
	cursor: pointer;
	min-width: 3.6rem;
	font-size: 0.86rem;
	line-height: 1;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.db-availability-choice-button:hover,
.db-availability-choice-button:focus {
	border-color: rgba(23, 50, 51, 0.12);
	background: #ffffff;
	color: var(--db-ink);
	outline: none;
	transform: none;
}

.db-availability-choice-button.is-selected {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.db-availability-subsection {
	display: grid;
	gap: 0.42rem;
	padding-top: 0.05rem;
	border-top: 1px solid var(--db-border);
}

.db-availability-subtitle {
	margin: 0;
	font-size: 0.8rem;
	color: var(--db-muted);
}

.db-availability-end-date-field {
	display: grid;
	gap: 0.22rem;
	font-weight: 600;
	color: var(--db-ink);
	font-size: 0.86rem;
}

.db-availability-end-date-input {
	border: 1px solid rgba(23, 50, 51, 0.14);
	border-radius: 10px;
	padding: 0.56rem 0.74rem;
	background: #ffffff;
	color: var(--db-ink);
}

.db-availability-end-date-input:focus {
	outline: 2px solid rgba(15, 118, 110, 0.18);
	outline-offset: 2px;
}

.db-availability-panel-skeleton {
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(155, 170, 151, 0.42), rgba(255, 255, 255, 0.95), rgba(155, 170, 151, 0.42));
	background-size: 220% 100%;
	animation: dbSkeletonPulse 1.2s ease-in-out infinite;
}

.db-availability-panel-skeleton.skeleton-title {
	width: 48%;
	height: 0.92rem;
}

.db-availability-panel-skeleton.skeleton-row {
	width: 100%;
	height: 1.9rem;
}

.db-wc-booking-fields.db-calendar-style-one-dark {
	--db-surface: #171a1c;
	--db-surface-strong: #191d1f;
	--db-ink: #f3f4f4;
	--db-muted: #a7adb0;
	--db-border: #343a3d;
	--db-border-strong: #454b4e;
	--db-accent: #677A63;
	--db-accent-strong: #d8dcde;
	--db-accent-soft: #2b302d;
	border-color: var(--db-border-strong);
	background: #111416;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-trigger {
	border-color: #52585b;
	background: #24282b;
	color: #f3f4f4;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-choice,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-participants,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-card,
.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-panel-card {
	border-color: var(--db-border);
	background: #191d1f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-choice:hover,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-choice:focus,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-choice.is-selected {
	border-color: #c8cdd0;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-nav-button {
	border-color: #3c4245;
	background: #24282b;
	color: #d8dcde;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-nav-button:hover,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-nav-button:focus {
	background: #2b3033;
	border-color: #52585b;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day {
	border-color: #363c3f;
	background: #252a2d;
	color: #d8dcde;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-available {
	border-color: #677A63;
	background: #677A63;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-full {
	border-color: #2f3538;
	background: #1b1f21;
	color: #727a7e;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-selected,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-start,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-end {
	border-color: #556650;
	background: #556650;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-in-range {
	border-color: #4a5053;
	background: #34393c;
	color: #f3f4f4;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-invalid {
	border-color: #50565a;
	background: #2f3437;
	color: #c8cdd0;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-invalid.is-range-end {
	border-color: #50565a;
	background: #3a4043;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-selected.is-today,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-start.is-today,
.db-wc-booking-fields.db-calendar-style-one-dark .db-frontend-calendar-day.is-range-end.is-today {
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-choice-button,
.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-end-date-input {
	border-color: #3c4245;
	background: #24282b;
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-choice-button:hover,
.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-choice-button:focus {
	border-color: #52585b;
	background: #2b3033;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-choice-button.is-selected {
	border-color: #c8cdd0;
	background: #d8dcde;
	color: #171a1c;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-subsection {
	border-top-color: var(--db-border);
}

.db-wc-booking-fields.db-calendar-style-one-dark .db-availability-panel-skeleton {
	background: linear-gradient(90deg, rgba(65, 70, 73, 0.72), rgba(118, 124, 127, 0.86), rgba(65, 70, 73, 0.72));
}

.db-wc-booking-fields.db-calendar-style-two {
	--db-surface: #f7f7f6;
	--db-surface-strong: #ffffff;
	--db-border: #e4e7e5;
	--db-border-strong: #d9ddda;
	--db-accent: #677A63;
	--db-accent-strong: #000000;
	--db-accent-soft: #eef3ee;
	border-radius: 0;
	padding: 0.78rem;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(18, 54, 56, 0.06);
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-trigger {
	border-radius: 4px;
	padding: 0.88rem 0.95rem;
	background: linear-gradient(180deg, #5f8f69 0%, #537f5d 100%);
	box-shadow: 0 8px 18px rgba(67, 107, 74, 0.16);
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-booking-shell {
	gap: 0.55rem;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-booking-stage {
	gap: 0.55rem;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-card,
.db-wc-booking-fields.db-calendar-style-two .db-availability-panel-card {
	border-radius: 0;
	padding: 0.72rem;
	background: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-card {
	overflow: hidden;
	padding: 0;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-header {
	grid-template-columns: 2.2rem 1fr 2.2rem;
	gap: 0;
	margin-bottom: 0.45rem;
	border: 1px solid var(--db-border-strong);
	background: #a2a2a2;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-month {
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-nav-button {
	width: 2.2rem;
	height: 2.2rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-nav-button:hover,
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-nav-button:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: transparent;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-weekdays,
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-grid {
	gap: 0;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-weekdays {
	margin-bottom: 0;
	font-size: 0.7rem;
	font-weight: 600;
	color: #a1aaa4;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-weekdays > span {
	padding: 0.42rem 0.2rem 0.38rem;
	border-right: 1px solid var(--db-border);
	border-bottom: 1px solid var(--db-border);
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-weekdays > span:last-child {
	border-right: 0;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day,
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-spacer {
	min-height: 2.2rem;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day {
	border-radius: 0;
	border: 0;
	border-right: 1px solid var(--db-border);
	border-bottom: 1px solid var(--db-border);
	padding: 10px;
	background: #ffffff;
	color: #6b756f;
	font-weight: 500;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-grid .db-frontend-calendar-day:nth-child(7n),
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-grid .db-frontend-calendar-spacer:nth-child(7n) {
	border-right: 0;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-spacer {
	display: block;
	border-right: 1px solid var(--db-border);
	border-bottom: 1px solid var(--db-border);
	background: #fbfbfa;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-available {
	background: var(--db-accent);
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-selected {
	background: var(--db-accent-strong);
	border-right-color: var(--db-border);
	border-bottom-color: var(--db-border);
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-in-range {
	background: #dfe8dd;
	color: #243326;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-range-start,
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-range-end {
	background: var(--db-accent-strong);
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-range-invalid {
	background: var(--db-danger-soft);
	color: var(--db-danger);
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-range-invalid.is-range-end {
	background: var(--db-danger);
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-full {
	background: #f6f7f6;
	color: #bcc4bf;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 1px rgba(67, 107, 74, 0.26);
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day.is-selected.is-today {
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day-number {
	font-size: 0.78rem;
	font-weight: 600;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-panel-title {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-grid {
	gap: 0.34rem;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button {
	min-width: 3.25rem;
	padding: 0.45rem 0.62rem;
	border-radius: 4px;
	font-size: 0.82rem;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button:hover,
.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button:focus {
	border-color: rgba(23, 50, 51, 0.12);
	background: #ffffff;
	color: var(--db-ink);
	outline: none;
	transform: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button.is-selected {
	background: linear-gradient(180deg, var(--db-accent) 0%, var(--db-accent-strong) 100%);
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button.is-selected:hover,
.db-wc-booking-fields.db-calendar-style-two .db-availability-choice-button.is-selected:focus {
	background: linear-gradient(180deg, var(--db-accent) 0%, var(--db-accent-strong) 100%);
	border-color: transparent;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-subsection {
	border-top: 1px solid var(--db-border-strong);
}

.db-wc-booking-fields.db-calendar-style-two .db-availability-panel-skeleton {
	background: linear-gradient(90deg, rgba(206, 210, 212, 0.58), rgba(255, 255, 255, 0.95), rgba(206, 210, 212, 0.58));
}

.db-wc-booking-fields.db-calendar-style-two-dark {
	--db-surface: #171a1c;
	--db-surface-strong: #191d1f;
	--db-ink: #f3f4f4;
	--db-muted: #a7adb0;
	--db-border: #343a3d;
	--db-border-strong: #454b4e;
	--db-accent: #677A63;
	--db-accent-strong: #d8dcde;
	--db-accent-soft: #2b302d;
	border-color: var(--db-border-strong);
	background: #111416;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-trigger {
	border-color: #52585b;
	background: #24282b;
	color: #f3f4f4;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-choice,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-participants,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-card,
.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-panel-card {
	border-color: var(--db-border);
	background: #191d1f;
	box-shadow: none;
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-choice:hover,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-choice:focus,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-choice.is-selected {
	border-color: #c8cdd0;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-header {
	border-color: var(--db-border-strong);
	background: #24282b;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-nav-button {
	color: #d8dcde;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-nav-button:hover,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-nav-button:focus {
	background: #2b3033;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-weekdays {
	color: #a7adb0;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-weekdays > span,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-spacer {
	border-color: var(--db-border);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day {
	background: #252a2d;
	color: #d8dcde;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-spacer {
	background: #1d2123;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-available {
	background: #677A63;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-selected,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-start,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-end {
	border-color: #556650;
	background: #556650;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-in-range {
	background: #34393c;
	color: #f3f4f4;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-invalid {
	background: #2f3437;
	color: #c8cdd0;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-invalid.is-range-end {
	background: #3a4043;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-full {
	background: #1b1f21;
	color: #727a7e;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-selected.is-today,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-start.is-today,
.db-wc-booking-fields.db-calendar-style-two-dark .db-frontend-calendar-day.is-range-end.is-today {
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button,
.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-end-date-input {
	border-color: #3c4245;
	background: #24282b;
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button:hover,
.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button:focus {
	border-color: #52585b;
	background: #2b3033;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button.is-selected,
.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button.is-selected:hover,
.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-choice-button.is-selected:focus {
	border-color: #c8cdd0;
	background: #d8dcde;
	color: #171a1c;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-subsection {
	border-top-color: var(--db-border-strong);
}

.db-wc-booking-fields.db-calendar-style-two-dark .db-availability-panel-skeleton {
	background: linear-gradient(90deg, rgba(65, 70, 73, 0.72), rgba(118, 124, 127, 0.86), rgba(65, 70, 73, 0.72));
}

.db-wc-booking-fields.db-calendar-style-three {
	--db-surface: #ffffff;
	--db-surface-strong: #ffffff;
	--db-border: #dadde1;
	--db-border-strong: #d3d6db;
	--db-accent: #97ab92;
	--db-accent-strong: #000000;
	--db-accent-soft: #eef1ee;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-booking-shell,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-booking-stage {
	gap: 0;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-booking-stage.is-visible {
	padding: 0.82rem;
	border: 1px solid var(--db-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(20, 37, 63, 0.08);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-trigger {
	border-radius: 8px;
	padding: 0.9rem 1.05rem;
	border-color: rgba(151, 171, 146, 0.35);
	background: linear-gradient(180deg, #8fa18b 0%, #7f947a 100%);
	box-shadow: 0 10px 18px rgba(127, 148, 122, 0.18);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-card {
	padding: 0;
	border: 1px solid var(--db-border);
	border-radius: 12px 12px 0 0;
	background: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-header {
	position: relative;
	grid-template-columns: 1.2rem minmax(0, 1fr) 1.2rem;
	gap: 0.45rem;
	padding: 0.86rem 1rem 0.66rem;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	align-items: center;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-header::before {
	content: "";
	position: absolute;
	left: 7.25rem;
	right: 7.25rem;
	top: 50%;
	height: 1px;
	background: #e3e7ee;
	transform: translateY(-50%);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-month-badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	width: clamp(170px, 50%, 230px);
	justify-self: center;
	padding: 0.68rem 1.55rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #9db29a 0%, #91a68d 100%);
	box-shadow: 0 8px 16px rgba(145, 166, 141, 0.2);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-month-kicker {
	display: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-month {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-nav-button {
	position: relative;
	z-index: 1;
	width: 1.85rem;
	height: 1.85rem;
	border: 1px solid #e1e6ed;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(34, 49, 63, 0.08), 0 0 0 6px #ffffff;
	color: #b9c1cb;
	font-size: 0.88rem;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-nav-button:hover,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-nav-button:focus {
	background: #ffffff;
	border-color: #d5dce5;
	color: #7e8893;
	box-shadow: 0 10px 22px rgba(34, 49, 63, 0.1), 0 0 0 6px #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-board {
	position: relative;
	padding: 0 0.92rem 0.86rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-board::before {
	content: "";
	position: absolute;
	left: 0.92rem;
	right: 0.92rem;
	top: 0;
	height: 1px;
	border-radius: 0;
	background: #e7eaf0;
	pointer-events: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-weekdays {
	position: relative;
	gap: 0.4rem;
	padding: 0.84rem 0 0.6rem;
	margin-bottom: 0.46rem;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #46505c;
	border-top: 1px solid #e7eaf0;
	border-bottom: 1px solid #e7eaf0;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-grid {
	position: relative;
	gap: 0.44rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer {
	min-height: 2.54rem;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer:nth-child(7n),
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer:nth-child(7n-1) {
	border-radius: 15px;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day {
	padding: 0.34rem;
	border-radius: 15px;
	border: 1px solid #eceef2;
	background: #f4f5f8;
	color: #6c7581;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day:hover,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day:focus {
	border-color: #dce1e8;
	background: #eef1f5;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day:nth-child(7n),
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day:nth-child(7n-1),
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer:nth-child(7n),
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer:nth-child(7n-1) {
	background: #f4f5f8;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer {
	display: block;
	background: transparent;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-available {
	border-color: #97ab92;
	background: #97ab92;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(151, 171, 146, 0.16);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-selected {
	border-color: #000000;
	background: #000000;
	color: #ffffff;
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
	transform: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-in-range {
	border-color: #c6d2c3;
	background: #e1e9df;
	color: #273329;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-range-start,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-range-end {
	border-color: #000000;
	background: #000000;
	color: #ffffff;
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-range-invalid {
	border-color: rgba(194, 65, 12, 0.38);
	background: var(--db-danger-soft);
	color: var(--db-danger);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-range-invalid.is-range-end {
	border-color: var(--db-danger);
	background: var(--db-danger);
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-full {
	border-color: #eceef2;
	background: #f4f5f8;
	color: #a1a9b2;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day.is-selected.is-today {
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day-state {
	display: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day-number {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel {
	margin-top: 0;
	border: 1px solid var(--db-border);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-card {
	padding: 0.9rem;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #e7eaf0;
	background: transparent;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-kicker {
	display: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-title {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.34rem;
	color: #222f3d;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-helper {
	margin: 0 0 0.66rem;
	font-size: 0.76rem;
	color: #6d7683;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-copy,
.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-empty {
	font-size: 0.8rem;
	color: #6d7683;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-grid {
	gap: 0.38rem;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-button {
	min-width: 3.56rem;
	padding: 0.48rem 0.68rem;
	border-radius: 4px;
	border-color: #cfd6df;
	background: #ffffff;
	box-shadow: none;
	font-size: 0.78rem;
	font-weight: 600;
	color: #3d4958;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-button:hover,
.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-button:focus {
	border-color: #bcc7d3;
	background: #ffffff;
	color: var(--db-ink);
	transform: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-button.is-selected {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-subsection {
	margin-top: 0.7rem;
	padding-top: 0.7rem;
	border-top: 1px solid #e7eaf0;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-subtitle {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #79837e;
}

.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-skeleton {
	background: linear-gradient(90deg, rgba(215, 217, 215, 0.72), rgba(255, 255, 255, 0.98), rgba(215, 217, 215, 0.72));
}

.db-wc-booking-fields.db-calendar-style-three-dark {
	--db-surface: #171a1c;
	--db-surface-strong: #191d1f;
	--db-ink: #f3f4f4;
	--db-muted: #a7adb0;
	--db-border: #343a3d;
	--db-border-strong: #454b4e;
	--db-accent: #677A63;
	--db-accent-strong: #d8dcde;
	--db-accent-soft: #2b302d;
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-booking-stage.is-visible {
	border-color: var(--db-border-strong);
	background: #111416;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-trigger {
	border-color: #52585b;
	background: #24282b;
	color: #f3f4f4;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-card {
	border-color: var(--db-border);
	background: #191d1f;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-header::before,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-board::before {
	background: #343a3d;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-month-badge {
	background: #24282b;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-month {
	color: #f3f4f4;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-nav-button {
	border-color: #3c4245;
	background: #24282b;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 0 0 6px #191d1f;
	color: #d8dcde;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-nav-button:hover,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-nav-button:focus {
	border-color: #52585b;
	background: #2b3033;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), 0 0 0 6px #191d1f;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-weekdays {
	color: #a7adb0;
	border-top-color: #343a3d;
	border-bottom-color: #343a3d;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day:nth-child(7n),
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day:nth-child(7n-1) {
	border-color: #363c3f;
	background: #252a2d;
	color: #d8dcde;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day:hover,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day:focus {
	border-color: #52585b;
	background: #2b3033;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-spacer {
	background: transparent;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-available {
	border-color: #677A63;
	background: #677A63;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-selected,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-start,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-end {
	border-color: #556650;
	background: #556650;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-in-range {
	border-color: #4a5053;
	background: #34393c;
	color: #f3f4f4;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-invalid {
	border-color: #50565a;
	background: #2f3437;
	color: #c8cdd0;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-invalid.is-range-start,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-invalid.is-range-end {
	border-color: #50565a;
	background: #3a4043;
	color: #ffffff;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-full {
	border-color: #2f3538;
	background: #1b1f21;
	color: #727a7e;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-today {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-selected.is-today,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-start.is-today,
.db-wc-booking-fields.db-calendar-style-three-dark .db-frontend-calendar-day.is-range-end.is-today {
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel {
	border-color: var(--db-border);
	background: #191d1f;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-card {
	border-top-color: #343a3d;
	background: transparent;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-title {
	color: #f3f4f4;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-helper,
.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-copy,
.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-empty,
.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-subtitle {
	color: #a7adb0;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-choice-button {
	border-color: #3c4245;
	background: #24282b;
	color: var(--db-ink);
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-choice-button:hover,
.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-choice-button:focus {
	border-color: #52585b;
	background: #2b3033;
	color: #ffffff;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-choice-button.is-selected {
	border-color: #c8cdd0;
	background: #d8dcde;
	color: #171a1c;
	box-shadow: none;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-subsection {
	border-top-color: #343a3d;
}

.db-wc-booking-fields.db-calendar-style-three-dark .db-availability-panel-skeleton {
	background: linear-gradient(90deg, rgba(65, 70, 73, 0.72), rgba(118, 124, 127, 0.86), rgba(65, 70, 73, 0.72));
}

@keyframes dbSkeletonPulse {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@container (min-width: 860px) {
	.db-frontend-booking-stage.is-visible {
		grid-template-columns: minmax(0, 1fr);
	}
}

@container (max-width: 640px) {
	.db-wc-booking-fields {
		padding: 0.72rem;
		border-radius: 16px;
	}

	.db-booking-action-row {
		align-items: flex-start;
	}

	.db-booking-cost-display {
		width: 100%;
	}

	.db-frontend-calendar-weekdays,
	.db-frontend-calendar-grid {
		gap: 0.16rem;
	}

	.db-frontend-calendar-day,
	.db-frontend-calendar-spacer {
		min-height: 1.62rem;
	}

	.db-frontend-calendar-header {
		grid-template-columns: 1.9rem 1fr 1.9rem;
	}

	.db-frontend-calendar-nav-button {
		width: 1.9rem;
		height: 1.9rem;
	}

	.db-availability-choice-button {
		min-width: 3.25rem;
		padding: 0.48rem 0.62rem;
		font-size: 0.82rem;
	}

	.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-day,
	.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-spacer {
		min-height: 1.9rem;
	}

	.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-header,
	.db-wc-booking-fields.db-calendar-style-two .db-frontend-calendar-nav-button {
		height: 2rem;
	}

	.db-wc-booking-fields.db-calendar-style-three {
		padding: 0;
		border-radius: 0;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-booking-stage.is-visible {
		padding: 0.64rem;
		border-radius: 14px;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-header {
		grid-template-columns: 1rem minmax(0, 1fr) 1rem;
		padding: 0.72rem 0.72rem 0.56rem;
		border-radius: 0;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-header::before {
		left: 4.85rem;
		right: 4.85rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-month-badge {
		min-height: 0;
		width: min(196px, 62%);
		padding: 0.56rem 0.86rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-month {
		font-size: 0.86rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-nav-button {
		width: 1.5rem;
		height: 1.5rem;
		box-shadow: 0 6px 14px rgba(34, 49, 63, 0.08), 0 0 0 4px #ffffff;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-board {
		padding: 0 0.72rem 0.72rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-weekdays {
		font-size: 0.58rem;
		padding-top: 0.68rem;
		padding-bottom: 0.5rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day,
	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-spacer {
		min-height: 2.08rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day {
		border-radius: 14px;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-frontend-calendar-day-number {
		font-size: 0.74rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-availability-panel {
		border-radius: 0 0 10px 10px;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-title {
		font-size: 0.8rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-availability-panel-helper {
		margin-bottom: 0.56rem;
		font-size: 0.76rem;
	}

	.db-wc-booking-fields.db-calendar-style-three .db-availability-choice-button {
		min-width: 3.2rem;
		padding: 0.42rem 0.6rem;
		font-size: 0.72rem;
	}
}
