.bb-wca-booking {
	position: relative;
	isolation: isolate;
	margin: 18px 0;
	padding: 20px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.45;
	border: 1px solid #cfddd5;
	border-radius: 8px;
	background: #fdfefd;
	color: #17211e;
	box-shadow: 0 12px 28px rgba(18, 27, 24, 0.06);
	overflow: visible;
}

.bb-wca-booking,
.bb-wca-booking *,
.bb-wca-booking *::before,
.bb-wca-booking *::after {
	box-sizing: border-box;
}

.bb-wca-booking::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	border-radius: 8px 8px 0 0;
	background: #1d6a4c;
}

.bb-wca-booking.has-error {
	border-color: #d9aaa3;
	box-shadow: 0 14px 34px rgba(138, 31, 31, 0.09);
}

.bb-wca-booking.is-attention {
	border-color: #1f7a5c;
	box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.12), 0 14px 34px rgba(28, 42, 37, 0.08);
}

.bb-wca-booking.has-calendar-open {
	z-index: 100000;
}

.bb-wca-booking__header {
	display: grid;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e1ebe5;
}

.bb-wca-booking__header strong {
	color: #17211e;
	font-size: 26px;
	line-height: 1.15;
}

.bb-wca-booking__header p {
	max-width: 680px;
	margin: 0;
	color: #5e6b66;
	font-size: 14px;
	line-height: 1.55;
}

.bb-wca-booking__eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid #d4e2db;
	border-radius: 8px;
	background: #edf6f1;
	color: #155b43;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

form.variations_form.bb-wca-has-booking .variations {
	margin-bottom: 12px;
	padding: 12px 14px;
	border: 1px solid #d8e3de;
	border-radius: 8px;
	background: #fdfefd;
	border-collapse: separate;
	border-spacing: 0 10px;
	box-shadow: 0 6px 14px rgba(23, 33, 30, 0.04);
}

form.variations_form.bb-wca-has-booking .variations th,
form.variations_form.bb-wca-has-booking .variations td {
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

form.variations_form.bb-wca-has-booking .variations label,
.bb-wca-field-label,
.bb-wca-time-label {
	color: #34423e;
	font-size: 13px;
	font-weight: 700;
}

form.variations_form.bb-wca-has-booking .variations select {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #cbd8d3;
	border-radius: 8px;
	background-color: #ffffff;
	color: #17211e;
	font: inherit;
	box-shadow: 0 1px 0 rgba(23, 33, 30, 0.03);
}

form.variations_form.bb-wca-has-booking .variations select:focus {
	border-color: #1f7a5c;
	box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.12);
	outline: none;
}

form.variations_form.bb-wca-has-booking .reset_variations {
	display: inline-block;
	margin-top: 6px;
	color: #5f6f69;
	font-size: 13px;
	text-decoration: none;
}

.bb-wca-booking__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.bb-wca-booking__field,
.bb-wca-time-field {
	display: grid;
	gap: 10px;
	margin-bottom: 10px;
	padding: 14px;
	border: 1px solid #dce7e1;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(20, 31, 27, 0.04);
}

.bb-wca-date-field {
	position: relative;
	z-index: 5;
	overflow: visible;
}

.bb-wca-booking__section-head {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.bb-wca-booking__section-head--compact {
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}

.bb-wca-booking__section-step {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: linear-gradient(180deg, #2f8b63 0%, #206342 100%);
	border: 1px solid #2b7a55;
	color: #f7fbf8;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 6px 12px rgba(9, 15, 13, 0.12);
}

.bb-wca-booking__section-copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.bb-wca-booking__timezone-note {
	margin: 0;
	color: #5f6e68;
	font-size: 12px;
	line-height: 1.45;
}

.bb-wca-booking__section-text {
	margin: 0;
	color: #63716b;
	font-size: 13px;
	line-height: 1.5;
}

.bb-wca-booking .bb-wca-field-label,
.bb-wca-booking .bb-wca-time-label {
	color: #15211d;
	font-size: 15px;
	font-weight: 800;
}

.bb-wca-date {
	display: none !important;
}

.bb-wca-date-picker {
	position: relative;
	display: grid;
	gap: 6px;
}

.bb-wca-date-display,
.bb-wca-date-trigger {
	display: flex;
	width: 100%;
	min-height: 60px;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 12px 15px;
	border: 1px solid #cfe0d7;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
	color: #15211d;
	font-family: inherit;
	text-align: left;
	text-transform: none;
	box-shadow: 0 6px 14px rgba(20, 31, 27, 0.04);
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.bb-wca-date-display {
	display: grid;
	gap: 6px;
}

.bb-wca-date-helper {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #d8e3de;
	border-radius: 8px;
	background: linear-gradient(180deg, #fcfefd 0%, #f2f8f5 100%);
	color: #4e6058;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.bb-wca-booking.has-error .bb-wca-date-helper {
	border-color: #e4b5b2;
	background: linear-gradient(180deg, #fff7f6 0%, #f8eceb 100%);
	color: #8f3330;
}

.bb-wca-booking.has-selection .bb-wca-date-helper {
	border-color: #b7d9c8;
	background: linear-gradient(180deg, #f2fbf6 0%, #e5f4ec 100%);
	color: #1d6a4c;
}

.bb-wca-date-trigger:hover,
.bb-wca-date-trigger:focus-visible,
.bb-wca-booking.has-calendar-open .bb-wca-date-trigger {
	border-color: #3a8f69;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(58, 143, 105, 0.14), 0 8px 18px rgba(20, 31, 27, 0.05);
	outline: none;
}

.bb-wca-date-trigger[aria-disabled="true"] {
	background: linear-gradient(180deg, #f6f8f7 0%, #eef3f1 100%);
	color: #7f8d87;
	cursor: not-allowed;
	box-shadow: inset 0 0 0 1px rgba(199, 211, 205, 0.6);
}

.bb-wca-date-trigger__content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.bb-wca-date-display__eyebrow,
.bb-wca-date-trigger__eyebrow {
	display: block;
	color: #23714d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.bb-wca-date-value {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #14201c;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bb-wca-date-trigger[aria-disabled="true"] .bb-wca-date-value {
	color: #94a19b;
}

.bb-wca-date-display[aria-disabled="true"] .bb-wca-date-value {
	color: #94a19b;
}

.bb-wca-date-trigger__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: linear-gradient(180deg, #254636 0%, #183227 100%);
	color: #dff3e8;
	font-size: 24px;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: transform 160ms ease, background-color 160ms ease;
}

.bb-wca-date-trigger[aria-disabled="true"] .bb-wca-date-trigger__icon {
	background: #1f2925;
	color: #7f8d87;
}

.bb-wca-booking.has-calendar-open .bb-wca-date-trigger__icon {
	transform: rotate(180deg);
}

.bb-wca-calendar {
	position: static;
	z-index: 2;
	width: 100%;
	margin-top: 2px;
	padding: 2px 0 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
}

.bb-wca-calendar__surface {
	display: grid;
	gap: 10px;
	width: 100%;
	max-width: 520px;
	margin-inline: auto;
	padding: 12px;
	border: 1px solid #d6e2dd;
	border-radius: 8px;
	background: #fdfefd;
	box-shadow: 0 6px 14px rgba(20, 31, 27, 0.04);
}

.bb-wca-calendar[hidden],
.bb-wca-calendar[aria-hidden="true"] {
	display: none !important;
}

.bb-wca-calendar__nav {
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	gap: 10px;
	align-items: center;
}

.bb-wca-calendar__title {
	color: #15211d;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.bb-wca-calendar__nav-button {
	appearance: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #d2dfd8;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f3f7f5 100%);
	color: #15211d;
	cursor: pointer;
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	box-shadow: 0 4px 10px rgba(20, 31, 27, 0.04);
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.bb-wca-calendar__nav-button:hover,
.bb-wca-calendar__nav-button:focus-visible {
	border-color: #3a8f69;
	background: linear-gradient(180deg, #f4fbf7 0%, #ebf5ef 100%);
	box-shadow: 0 0 0 3px rgba(58, 143, 105, 0.14);
	color: #154d36;
	outline: none;
}

.bb-wca-calendar__nav-button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
	box-shadow: none;
}

.bb-wca-calendar__nav-button:active:not(:disabled) {
	transform: translateY(1px);
}

.bb-wca-calendar__weekdays,
.bb-wca-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 7px;
	min-width: 0;
}

.bb-wca-calendar__frame {
	display: grid;
	gap: 0;
	min-width: 0;
}

.bb-wca-calendar__weekdays {
	margin-bottom: 8px;
	color: #73827b;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.bb-wca-calendar__day {
	appearance: none;
	display: grid;
	min-width: 0;
	min-height: 0;
	aspect-ratio: 1;
	align-content: center;
	justify-items: center;
	gap: 3px;
	border: 1px solid #dce7e1;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8f6 100%);
	color: #1d2c26;
	cursor: pointer;
	font-family: inherit;
	font-weight: 800;
	font-size: 15px;
	text-transform: none;
	line-height: 1;
	box-shadow: 0 3px 8px rgba(20, 31, 27, 0.04);
	padding: 6px 4px;
	overflow: hidden;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.bb-wca-calendar__day-number {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.bb-wca-calendar__day-status {
	display: block;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bb-wca-customer-portal {
	display: grid;
	gap: 14px;
	width: 100%;
	max-width: 860px;
	color: #17211e;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bb-wca-customer-portal,
.bb-wca-customer-portal * {
	box-sizing: border-box;
}

.bb-wca-customer-portal__header {
	display: grid;
	gap: 6px;
	margin: 0 0 2px;
}

.bb-wca-customer-portal__header h2 {
	margin: 0;
	color: #17211e;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.bb-wca-customer-portal__header p,
.bb-wca-customer-empty p,
.bb-wca-customer-state p {
	max-width: 68ch;
	margin: 0;
	color: #5f6f69;
	font-size: 14px;
	line-height: 1.55;
}

.bb-wca-customer-portal__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border: 1px solid #d5dae3;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.bb-wca-customer-portal__summary div {
	min-width: 0;
	padding: 14px 16px;
}

.bb-wca-customer-portal__summary div + div {
	border-left: 1px solid #d5dae3;
}

.bb-wca-customer-portal__summary dt,
.bb-wca-customer-portal__summary dd {
	margin: 0;
}

.bb-wca-customer-portal__summary dt {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.bb-wca-customer-portal__summary dd {
	margin-top: 2px;
	color: #1f2937;
	font-size: 22px;
	font-weight: 760;
}

.bb-wca-customer-portal__group {
	display: grid;
	gap: 12px;
	padding-top: 4px;
}

.bb-wca-customer-portal__group > header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 0 2px;
}

.bb-wca-customer-portal__group > header span,
.bb-wca-customer-portal__group > header h3 {
	display: block;
	margin: 0;
}

.bb-wca-customer-portal__group > header span {
	color: #2457d6;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.bb-wca-customer-portal__group > header h3 {
	margin-top: 2px;
	color: #1f2937;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.3;
}

.bb-wca-customer-portal__group > header > strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	padding: 0 9px;
	border: 1px solid #cdd8f4;
	border-radius: 999px;
	background: #eaf0ff;
	color: #1946b8;
	font-size: 13px;
}

.bb-wca-customer-portal__group.is-past {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid #d5dae3;
}

.bb-wca-customer-empty,
.bb-wca-customer-state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px;
	border: 1px solid #d8dedc;
	border-radius: 8px;
	background: #f8fbfa;
}

.bb-wca-customer-state.is-warning {
	border-color: #ead9b1;
	background: #fff9ef;
}

.bb-wca-customer-state.is-info {
	border-color: #c9d9e7;
	background: #edf4fb;
}

.bb-wca-customer-state.is-error {
	border-color: #efcdca;
	background: #fff4f2;
}

.bb-wca-customer-state__copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.bb-wca-customer-empty strong,
.bb-wca-customer-state strong {
	color: #17211e;
	font-size: 16px;
	line-height: 1.35;
}

.bb-wca-customer-state.is-warning strong {
	color: #6b5512;
}

.bb-wca-customer-state.is-info strong {
	color: #4777a8;
}

.bb-wca-customer-state.is-error strong {
	color: #8a1f1f;
}

.bb-wca-customer-empty a,
.bb-wca-customer-state__action {
	flex: 0 0 auto;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 1px solid #2457d6;
	border-radius: 8px;
	background: #2457d6;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bb-wca-customer-empty a:hover,
.bb-wca-customer-empty a:focus-visible,
.bb-wca-customer-state__action:hover,
.bb-wca-customer-state__action:focus-visible {
	border-color: #1946b8;
	background: #1946b8;
	color: #fff;
	outline: none;
}

.bb-wca-customer-empty a:focus-visible,
.bb-wca-customer-state__action:focus-visible {
	outline: 3px solid rgba(36, 87, 214, 0.3);
	outline-offset: 3px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.92);
}

.bb-wca-customer-appointment {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid #d8dedc;
	border-radius: 8px;
	background: #fdfefd;
	box-shadow: 0 8px 18px rgba(20, 31, 27, 0.04);
}

.bb-wca-customer-appointment__main {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.bb-wca-customer-appointment__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.bb-wca-customer-appointment__service {
	min-width: 0;
	color: #17211e;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.bb-wca-customer-status {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid #d7e1dc;
	border-radius: 999px;
	background: #f3f6f4;
	color: #47524f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.bb-wca-customer-status.is-status-confirmed,
.bb-wca-customer-status.is-status-completed {
	border-color: #cfe3da;
	background: #edf7f2;
	color: #1d6a4c;
}

.bb-wca-customer-status.is-status-hold {
	border-color: #ead9b1;
	background: #fff9ef;
	color: #6b5512;
}

.bb-wca-customer-status.is-status-cancelled,
.bb-wca-customer-status.is-status-failed {
	border-color: #efcdca;
	background: #fff4f2;
	color: #8a1f1f;
}

.bb-wca-customer-appointment__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.bb-wca-customer-appointment__meta div {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #e3e9e6;
	border-radius: 8px;
	background: #f8fbfa;
}

.bb-wca-customer-appointment__meta dt {
	margin: 0;
	color: #5f6f69;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
}

.bb-wca-customer-appointment__meta dd {
	margin: 0;
	color: #17211e;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}

.bb-wca-customer-appointment__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	align-items: center;
}

.bb-wca-customer-appointment__notice {
	grid-column: 1 / -1;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #efc4c4;
	border-radius: 8px;
	background: #fff4f4;
	color: #8e3535;
	font-size: 13px;
	line-height: 1.5;
}

.bb-wca-customer-appointment__actions input,
.bb-wca-customer-appointment__actions button {
	min-height: 42px;
	border-radius: 8px;
}

.bb-wca-customer-appointment__actions > button,
.bb-wca-customer-reschedule > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 0 14px;
	border: 1px solid #2457d6;
	background: #fff;
	color: #2457d6;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bb-wca-customer-appointment__actions > button:hover,
.bb-wca-customer-appointment__actions > button:focus-visible,
.bb-wca-customer-reschedule > button:hover,
.bb-wca-customer-reschedule > button:focus-visible {
	border-color: #1946b8;
	background: #eaf0ff;
	color: #1946b8;
	outline: none;
}

.bb-wca-customer-reschedule {
	grid-column: 1 / -1;
	width: 100%;
	padding: 10px;
	border: 1px solid #d8dedc;
	border-radius: 8px;
	background: #f8fbfa;
}

.bb-wca-customer-reschedule summary {
	min-height: 42px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #155b43;
	font-size: 13px;
	font-weight: 800;
}

.bb-wca-customer-reschedule > button {
	margin-top: 10px;
}

.bb-wca-customer-reschedule__fallback {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.bb-wca-booking--portal {
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.bb-wca-booking--portal::before,
.bb-wca-booking--portal .bb-wca-booking__header {
	display: none;
}

.bb-wca-booking--portal .bb-wca-booking__layout {
	grid-template-columns: minmax(220px, 280px) minmax(240px, 1fr);
	gap: 10px;
}

.bb-wca-booking--portal .bb-wca-booking__field,
.bb-wca-booking--portal .bb-wca-time-field {
	padding: 10px;
	box-shadow: none;
}

.bb-wca-booking--portal .bb-wca-calendar__surface {
	gap: 8px;
	padding: 10px;
	box-shadow: none;
}

.bb-wca-booking--portal .bb-wca-calendar__nav {
	grid-template-columns: 36px 1fr 36px;
	gap: 8px;
}

.bb-wca-booking--portal .bb-wca-calendar__nav-button {
	width: 36px;
	height: 36px;
}

.bb-wca-booking--portal .bb-wca-calendar__title {
	font-size: 15px;
}

.bb-wca-booking--portal .bb-wca-calendar__weekdays,
.bb-wca-booking--portal .bb-wca-calendar__grid {
	gap: 5px;
}

.bb-wca-booking--portal .bb-wca-calendar__day {
	padding: 4px 2px;
	font-size: 12px;
}

.bb-wca-booking--portal .bb-wca-calendar__day-number {
	font-size: 13px;
}

.bb-wca-booking--portal .bb-wca-time-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
}

.bb-wca-booking--portal .bb-wca-time-option {
	min-height: 42px;
	padding: 7px 5px;
	font-size: 12px;
}

.bb-wca-booking--portal .bb-wca-booking__hint {
	padding: 10px;
}

.bb-wca-danger-action {
	border-color: #efcdca !important;
	background: #fff4f2 !important;
	color: #8a1f1f !important;
}

.bb-wca-danger-action:hover,
.bb-wca-danger-action:focus-visible {
	border-color: #d8aaa6 !important;
	background: #ffe9e6 !important;
	color: #7b1919 !important;
}

.bb-wca-calendar__day:hover,
.bb-wca-calendar__day:focus-visible {
	border-color: #3a8f69;
	background: linear-gradient(180deg, #f1faf5 0%, #e7f4ed 100%);
	box-shadow: 0 0 0 3px rgba(58, 143, 105, 0.14);
	color: #16563c;
	outline: none;
}

.bb-wca-calendar__day.is-outside {
	background: linear-gradient(180deg, #fbfcfc 0%, #f6f8f7 100%);
	color: #a2afa9;
	box-shadow: none;
}

.bb-wca-calendar__day.is-today {
	border-color: #b9d9ca;
	background: linear-gradient(180deg, #eff8f3 0%, #e5f2ea 100%);
	color: #1b6d48;
}

.bb-wca-calendar__day.is-selected {
	border-color: #5cc08a;
	background: linear-gradient(180deg, #3fa06f 0%, #1c6c4a 100%);
	box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.18), 0 6px 14px rgba(23, 93, 63, 0.16);
	color: #ffffff;
	transform: none;
}

.bb-wca-calendar__day.is-selected .bb-wca-calendar__day-status {
	color: rgba(255, 255, 255, 0.88);
}

.bb-wca-calendar__day:disabled {
	cursor: not-allowed;
	border-color: #e7edeb;
	background: linear-gradient(180deg, #f8faf9 0%, #f1f4f3 100%);
	color: #bcc5c1;
	box-shadow: none;
}

.bb-wca-calendar__day.is-closed {
	border-color: #edc6c6;
	background: linear-gradient(180deg, #fff7f6 0%, #f9eceb 100%);
	color: #8a3636;
	box-shadow: 0 3px 8px rgba(138, 54, 54, 0.06);
}

.bb-wca-calendar__day.is-closed .bb-wca-calendar__day-status {
	color: #a34949;
}

.bb-wca-calendar__day.is-closed:hover,
.bb-wca-calendar__day.is-closed:focus-visible {
	border-color: #d08f8f;
	background: linear-gradient(180deg, #fff2f1 0%, #f7e3e1 100%);
	box-shadow: 0 0 0 3px rgba(176, 83, 83, 0.12);
	color: #7b2d2d;
}

.bb-wca-calendar__day.is-closed:disabled {
	cursor: not-allowed;
	border-color: #e8cfcf;
	background: linear-gradient(180deg, #fff7f6 0%, #f9efee 100%);
	color: #9b5a5a;
	box-shadow: none;
}

.bb-wca-calendar__day.is-closed.is-outside {
	background: linear-gradient(180deg, #fcf7f7 0%, #f7efef 100%);
	color: #bc8f8f;
}

.bb-wca-booking.is-date-locked .bb-wca-date-field {
	border-color: #d9e3de;
	background: linear-gradient(180deg, #fafcfb 0%, #f3f7f5 100%);
}

.bb-wca-booking.is-date-locked .bb-wca-date-helper {
	border-color: #d6e0db;
	background: linear-gradient(180deg, #f6f8f7 0%, #eef3f1 100%);
	color: #6e7f78;
}

.bb-wca-booking.is-date-locked .bb-wca-date-trigger {
	background: linear-gradient(180deg, #f6f8f7 0%, #eef3f1 100%);
	color: #7d8c86;
	box-shadow: inset 0 0 0 1px rgba(46, 58, 53, 0.4);
}

.bb-wca-booking.is-date-locked .bb-wca-date-value {
	color: #8ea098;
}

.bb-wca-booking__slots {
	position: relative;
	min-height: 44px;
}

.bb-wca-slots-panel .bb-wca-time-field {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.bb-wca-time-group {
	display: grid;
	gap: 10px;
}

.bb-wca-time-group + .bb-wca-time-group {
	margin-top: 4px;
}

.bb-wca-time-group__title {
	color: #72817a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bb-wca-booking.has-slots .bb-wca-booking__slots {
	min-height: 0;
}

.bb-wca-booking.is-loading .bb-wca-booking__slots::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 13px;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd8d3;
	border-top-color: #1f7a5c;
	border-radius: 50%;
	animation: bb-wca-spin 0.8s linear infinite;
}

.bb-wca-time-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.bb-wca-time-option {
	appearance: none;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 4px;
	width: 100%;
	min-height: 54px;
	padding: 10px 10px;
	border: 1px solid #d9e4df;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8f6 100%);
	color: #17251f;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 4px 10px rgba(20, 31, 27, 0.04);
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.bb-wca-time-option__label {
	display: block;
	font-variant-numeric: tabular-nums;
}

.bb-wca-time-option__status {
	display: block;
	color: #a24d49;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.bb-wca-time-option:hover,
.bb-wca-time-option:focus-visible {
	border-color: #4aa678;
	background: linear-gradient(180deg, #f1faf5 0%, #e8f4ed 100%);
	box-shadow: 0 0 0 3px rgba(58, 143, 105, 0.14);
	color: #174e37;
	outline: none;
}

.bb-wca-time-option.is-selected {
	border-color: #60c58e;
	background: linear-gradient(180deg, #3da16f 0%, #1b6e4b 100%);
	box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.18), 0 6px 14px rgba(21, 91, 67, 0.16);
	color: #ffffff;
}

.bb-wca-time-option:active:not(:disabled):not(.is-locked) {
	transform: translateY(1px);
}

.bb-wca-time-option.is-locked,
.bb-wca-time-option:disabled {
	cursor: not-allowed;
	border-color: #e0bbbb;
	background: linear-gradient(180deg, #fff3f2 0%, #f9eaea 100%);
	box-shadow: none;
	color: #8b4340;
	opacity: 1;
}

.bb-wca-booking__hint {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin: 0;
	padding: 14px 15px;
	border: 1px solid #dce7e1;
	border-radius: 8px;
	background: linear-gradient(180deg, #fbfdfc 0%, #f4f8f6 100%);
	color: #67756f;
	line-height: 1.5;
}

.bb-wca-booking__hint-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	border: 1px solid #cfded8;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: inset 0 0 0 5px #eaf4ef;
}

.bb-wca-booking__hint-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.bb-wca-booking__hint-title {
	display: block;
	color: #2e3d37;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: none;
}

.bb-wca-booking__hint-text {
	display: block;
}

.bb-wca-booking__hint-footer {
	display: block;
	color: #6c7b75;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.bb-wca-booking__hint-action {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	margin-top: 4px;
	padding: 0 12px;
	border: 1px solid #c9d9d1;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f1f6f3 100%);
	color: #1f4f3a;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.bb-wca-booking__hint-action:hover,
.bb-wca-booking__hint-action:focus-visible {
	border-color: #4aa678;
	background: linear-gradient(180deg, #f2f9f5 0%, #e7f3ec 100%);
	box-shadow: 0 0 0 3px rgba(58, 143, 105, 0.14);
	color: #174e37;
	outline: none;
}

.bb-wca-booking__hint-action:active {
	transform: translateY(1px);
}

.bb-wca-booking__hint-action:disabled {
	cursor: not-allowed;
	opacity: 0.62;
	transform: none;
}

.bb-wca-booking__hint.is-error .bb-wca-booking__hint-action {
	border-color: #dba9a5;
	background: linear-gradient(180deg, #fff7f6 0%, #f8eceb 100%);
	color: #7f2f2d;
}

.bb-wca-booking__hint.is-empty .bb-wca-booking__hint-action {
	border-color: #d7cda3;
	background: linear-gradient(180deg, #fbf7ea 0%, #f3edd8 100%);
	color: #5d5534;
}

.bb-wca-booking__hint.is-error {
	border-color: #e4b5b2;
	background: linear-gradient(180deg, #fff3f2 0%, #faeceb 100%);
	color: #8f3330;
}

.bb-wca-booking__hint.is-error .bb-wca-booking__hint-mark {
	border-color: #dca7a3;
	background: #fff7f6;
	box-shadow: inset 0 0 0 5px #f4d5d2;
}

.bb-wca-booking__hint.is-error .bb-wca-booking__hint-title,
.bb-wca-booking__hint.is-error .bb-wca-booking__hint-footer {
	color: #7f2f2d;
}

.bb-wca-booking__hint.is-empty {
	border-color: #dddab8;
	background: linear-gradient(180deg, #fbf8ec 0%, #f6f2df 100%);
	color: #685f3b;
}

.bb-wca-booking__hint.is-empty .bb-wca-booking__hint-mark {
	border-color: #d4c995;
	background: #fffbef;
	box-shadow: inset 0 0 0 5px #f0e6bf;
}

.bb-wca-booking__hint.is-empty .bb-wca-booking__hint-title,
.bb-wca-booking__hint.is-empty .bb-wca-booking__hint-footer {
	color: #5d5534;
}

.bb-wca-booking__hint.is-success {
	border-color: #b7d9c8;
	background: linear-gradient(180deg, #f2fbf6 0%, #e6f5ed 100%);
	color: #1d6a4c;
}

.bb-wca-booking__hint.is-success .bb-wca-booking__hint-mark {
	border-color: #a9d5bf;
	background: #ffffff;
	box-shadow: inset 0 0 0 5px #d7efe3;
}

.bb-wca-booking__hint.is-success .bb-wca-booking__hint-title,
.bb-wca-booking__hint.is-success .bb-wca-booking__hint-footer {
	color: #1d6a4c;
}

.bb-wca-booking__hint.is-loading {
	padding-right: 42px;
	background: linear-gradient(180deg, #f1faf5 0%, #e8f4ed 100%);
	color: #355142;
}

.bb-wca-booking__hint.is-loading .bb-wca-booking__hint-mark {
	border-color: #b8d9ca;
	background: #ffffff;
	box-shadow: inset 0 0 0 5px #d8f0e4;
}

.bb-wca-booking__hint.is-loading .bb-wca-booking__hint-title,
.bb-wca-booking__hint.is-loading .bb-wca-booking__hint-footer {
	color: #2f4c3f;
}

.bb-wca-booking__summary {
	display: grid;
	gap: 7px;
	margin-top: 10px;
	padding: 14px;
	border: 1px solid #c8dfd3;
	border-radius: 8px;
	background: linear-gradient(180deg, #f4fbf7 0%, #eaf5ef 100%);
	box-shadow: 0 6px 14px rgba(20, 31, 27, 0.04);
}

.bb-wca-booking__summary span {
	color: #1d6a4c;
	font-size: 12px;
	font-weight: 800;
	text-transform: none;
}

.bb-wca-booking__summary strong {
	color: #163022;
	font-size: 17px;
	line-height: 1.4;
	font-variant-numeric: tabular-nums;
}

.bb-wca-booking__summary small {
	max-width: 58ch;
	color: #4e6058;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.bb-wca-booking__summary[hidden] {
	display: none;
}

form.cart .bb-wca-booking ~ .single_add_to_cart_button,
form.cart .bb-wca-booking ~ .quantity + .single_add_to_cart_button {
	display: block;
	width: fit-content;
	min-height: 56px;
	padding: 0 28px;
	margin: 12px auto 0;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, #2e8f62 0%, #1d6f4a 100%);
	box-shadow: 0 8px 18px rgba(22, 95, 63, 0.16);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

form.cart .bb-wca-booking ~ .single_add_to_cart_button:hover,
form.cart .bb-wca-booking ~ .single_add_to_cart_button:focus-visible,
form.cart .bb-wca-booking ~ .quantity + .single_add_to_cart_button:hover,
form.cart .bb-wca-booking ~ .quantity + .single_add_to_cart_button:focus-visible {
	background: linear-gradient(180deg, #38a370 0%, #216d4a 100%);
	box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.16), 0 8px 18px rgba(22, 95, 63, 0.18);
	color: #ffffff;
	outline: none;
}

form.cart .bb-wca-booking ~ .single_add_to_cart_button:active,
form.cart .bb-wca-booking ~ .quantity + .single_add_to_cart_button:active {
	transform: translateY(1px);
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi),
.woocommerce-cart dl.variation:has(dt[class*="randevu"]),
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]),
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]),
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) {
	display: grid;
	gap: 6px;
	margin-top: 8px;
	padding: 9px 10px;
	border: 1px solid #d7e7df;
	border-radius: 8px;
	background: #f6fbf8;
	color: #213b31;
	font-size: 12px;
	line-height: 1.35;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) > span,
.woocommerce-cart dl.variation:has(dt[class*="randevu"]) > div,
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) > div,
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) > div,
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) > div {
	display: grid;
	grid-template-columns: minmax(86px, max-content) minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin: 0;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) [aria-hidden="true"] {
	display: none;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) .wc-block-components-product-details__name,
.woocommerce-cart dl.variation:has(dt[class*="randevu"]) dt,
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) dt,
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) dt,
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) dt {
	margin: 0;
	color: #486056;
	font-weight: 650;
	letter-spacing: 0;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) .wc-block-components-product-details__value,
.woocommerce-cart dl.variation:has(dt[class*="randevu"]) dd,
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) dd,
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) dd,
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) dd {
	min-width: 0;
	margin: 0;
	color: #10251d;
	font-weight: 600;
	word-break: break-word;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) .wc-block-components-product-details__randevu-notu .wc-block-components-product-details__value,
.woocommerce-cart dl.variation:has(dt[class*="randevu"]) dd:last-child,
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) dd:last-child,
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) dd:last-child,
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) dd:last-child {
	color: #22744f;
	font-weight: 650;
}

.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) p,
.woocommerce-cart dl.variation:has(dt[class*="randevu"]) p,
.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) p,
.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) p,
.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) p {
	margin: 0;
}

.woocommerce-shop .wc-block-product-template.wp-block-woocommerce-product-template,
.bb-wca-shop-products-fallback ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
	gap: 16px !important;
	align-items: stretch;
	margin: 18px 0 0;
	padding: 0;
}

.woocommerce-shop .wc-block-product,
.bb-wca-shop-products-fallback ul.products li.product {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 12px;
	border: 1px solid #dbe6e1;
	border-radius: 8px;
	background: #fdfefd;
	color: #17211e;
	box-shadow: 0 8px 18px rgba(20, 31, 27, 0.04);
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.woocommerce-shop .wc-block-product:hover,
.bb-wca-shop-products-fallback ul.products li.product:hover {
	border-color: #c5d9cf;
	box-shadow: 0 10px 22px rgba(20, 31, 27, 0.07);
}

.woocommerce-shop .wc-block-components-product-image,
.bb-wca-shop-products-fallback ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	margin: 0 0 10px;
}

.woocommerce-shop .wc-block-product img,
.bb-wca-shop-products-fallback ul.products li.product img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	max-height: 178px;
	object-fit: cover;
	border-radius: 8px;
	background: #f2f7f4;
}

.woocommerce-shop .wc-block-components-product-title,
.woocommerce-shop .wp-block-post-title,
.bb-wca-shop-products-fallback .woocommerce-loop-product__title {
	margin: 0 0 6px;
	color: #17211e;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.woocommerce-shop .wc-block-components-product-price,
.bb-wca-shop-products-fallback ul.products li.product .price {
	display: block;
	margin: 0 0 12px;
	color: #41524d;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	text-align: left;
}

.bb-wca-shop-appointment-action {
	display: grid;
	gap: 6px;
	margin-top: auto;
}

.bb-wca-shop-appointment-link {
	display: inline-flex !important;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 1px solid #1d6a4c !important;
	border-radius: 8px !important;
	background: #1d6a4c !important;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bb-wca-shop-appointment-link:hover,
.bb-wca-shop-appointment-link:focus-visible {
	border-color: #155b43 !important;
	background: #155b43 !important;
	color: #ffffff !important;
	outline: none;
}

.bb-wca-shop-appointment-link:focus-visible {
	box-shadow: 0 0 0 3px rgba(29, 106, 76, 0.18) !important;
}

.bb-wca-shop-appointment-note {
	display: block;
	color: #5f6f69;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.bb-wca-shop-products-fallback {
	box-sizing: border-box;
	margin: 22px 0;
	padding: 16px;
	border: 1px solid #dbe6e1;
	border-radius: 8px;
	background: #f8fbfa;
}

.bb-wca-shop-products-fallback__header {
	display: grid;
	gap: 4px;
	margin: 0 0 14px;
}

.bb-wca-shop-products-fallback__header strong {
	color: #17211e;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.25;
}

.bb-wca-shop-products-fallback__header p {
	max-width: 62ch;
	margin: 0;
	color: #5f6f69;
	font-size: 13px;
	line-height: 1.5;
}

@keyframes bb-wca-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 640px) {
	.bb-wca-booking {
		width: min(420px, calc(100vw - 16px));
		max-width: calc(100vw - 16px);
		margin: 16px 0;
		padding: 10px;
	}

	.bb-wca-booking__header {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.bb-wca-booking__header strong {
		font-size: 21px;
	}

	.bb-wca-booking__field,
	.bb-wca-time-field {
		padding: 10px;
	}

	.bb-wca-booking__section-head {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 10px;
	}

	.bb-wca-booking__section-head--compact {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.bb-wca-booking__section-step {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	form.variations_form.bb-wca-has-booking .variations,
	form.variations_form.bb-wca-has-booking .variations tbody,
	form.variations_form.bb-wca-has-booking .variations tr,
	form.variations_form.bb-wca-has-booking .variations th,
	form.variations_form.bb-wca-has-booking .variations td {
		display: block;
		width: 100%;
	}

	form.variations_form.bb-wca-has-booking .variations th {
		margin-bottom: 6px;
	}

	.bb-wca-calendar {
		width: 100%;
		margin-top: 6px;
		padding: 2px 0 0;
	}

	.bb-wca-calendar__surface {
		gap: 14px;
		padding: 8px;
	}

	.bb-wca-calendar__weekdays,
	.bb-wca-calendar__grid {
		grid-template-columns: repeat(7, minmax(0, 1fr));
		gap: 3px;
	}

	.bb-wca-calendar__day {
		min-width: 0;
		min-height: 44px;
		aspect-ratio: auto;
		font-size: 13px;
		padding: 4px 2px;
	}

	.bb-wca-date-display,
	.bb-wca-date-trigger {
		min-height: 64px;
		padding: 13px 14px;
	}

	.bb-wca-date-value {
		font-size: 17px;
	}

	.bb-wca-date-trigger__icon {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		font-size: 20px;
	}

	.bb-wca-time-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.bb-wca-time-option {
		min-height: 44px;
		padding: 8px 6px;
		font-size: 12px;
	}

	.bb-wca-booking__hint-action {
		width: 100%;
		min-height: 44px;
	}

	.bb-wca-time-option__status {
		font-size: 9px;
	}

	.bb-wca-customer-appointment {
		grid-template-columns: 1fr;
	}

	.bb-wca-customer-state {
		align-items: stretch;
		flex-direction: column;
	}

	.bb-wca-customer-reschedule {
		width: 100%;
		margin-inline: 0;
	}

	.bb-wca-customer-reschedule[open] {
		width: calc(100% + 94px);
		margin-inline: -47px;
		padding: 6px;
	}

	.bb-wca-customer-appointment__title-row,
	.bb-wca-customer-appointment__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bb-wca-customer-status {
		align-self: flex-start;
	}

	.bb-wca-customer-reschedule summary {
		min-height: 44px;
	}

	.bb-wca-customer-appointment__meta {
		grid-template-columns: 1fr;
	}

	.bb-wca-customer-appointment__actions > button,
	.bb-wca-customer-reschedule > button,
	.bb-wca-customer-empty a,
	.bb-wca-customer-state__action {
		width: 100%;
		min-height: 44px;
	}

	.bb-wca-customer-reschedule__fallback,
	.bb-wca-booking--portal .bb-wca-booking__layout {
		grid-template-columns: 1fr;
	}

	.bb-wca-booking--portal .bb-wca-booking__field,
	.bb-wca-booking--portal .bb-wca-time-field {
		padding: 4px;
	}

	.bb-wca-booking--portal .bb-wca-calendar__surface {
		padding: 2px;
	}

	.bb-wca-booking--portal .bb-wca-calendar__frame {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2px;
	}

	.bb-wca-booking--portal .bb-wca-calendar__weekdays,
	.bb-wca-booking--portal .bb-wca-calendar__grid {
		grid-template-columns: repeat(7, 44px);
		width: max-content;
		min-width: 100%;
		gap: 1px;
	}

	.bb-wca-booking--portal .bb-wca-calendar__day {
		width: 44px;
		min-height: 44px;
	}

	.bb-wca-date-selection strong,
	.bb-wca-slots-selected-date strong {
		font-size: 16px;
	}

	form.cart .bb-wca-booking ~ .single_add_to_cart_button,
	form.cart .bb-wca-booking ~ .quantity + .single_add_to_cart_button {
		width: 100%;
	}

	.woocommerce-shop .wc-block-product-template.wp-block-woocommerce-product-template,
	.bb-wca-shop-products-fallback ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.woocommerce-shop main .wp-block-group.is-layout-flex:has(.wp-block-woocommerce-catalog-sorting) {
		flex-wrap: wrap !important;
		gap: 10px;
	}

	.woocommerce-shop .wp-block-woocommerce-catalog-sorting,
	.woocommerce-shop .woocommerce-ordering,
	.woocommerce-shop .woocommerce-ordering select {
		width: 100%;
		max-width: 100%;
	}

	.woocommerce-shop .wp-interactivity-router-loading-bar {
		max-width: 100%;
	}

	.woocommerce-shop .wc-block-product,
	.bb-wca-shop-products-fallback ul.products li.product {
		padding: 8px;
	}

	.woocommerce-shop .wc-block-product img,
	.bb-wca-shop-products-fallback ul.products li.product img {
		max-height: 118px;
	}

	.woocommerce-shop .wc-block-components-product-title,
	.woocommerce-shop .wp-block-post-title,
	.bb-wca-shop-products-fallback .woocommerce-loop-product__title {
		font-size: 13px;
	}

	.bb-wca-shop-appointment-link {
		min-height: 44px;
		padding-inline: 10px;
		font-size: 12px;
	}

	.bb-wca-shop-appointment-note {
		font-size: 11px;
	}

	.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi),
	.woocommerce-cart dl.variation:has(dt[class*="randevu"]),
	.woocommerce-cart dl.variation:has(dt[class*="Randevu"]),
	.woocommerce-checkout dl.variation:has(dt[class*="randevu"]),
	.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) {
		padding: 8px;
		font-size: 11px;
	}

	.wc-block-components-product-details:has(.wc-block-components-product-details__randevu-tarihi) > span,
	.woocommerce-cart dl.variation:has(dt[class*="randevu"]) > div,
	.woocommerce-cart dl.variation:has(dt[class*="Randevu"]) > div,
	.woocommerce-checkout dl.variation:has(dt[class*="randevu"]) > div,
	.woocommerce-checkout dl.variation:has(dt[class*="Randevu"]) > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

.bb-wca-checkout-consent {
	margin: 18px 0;
	padding: 18px;
	border: 1px solid #c9ddd3;
	border-radius: 10px;
	background: #f7fbf8;
	color: #17211e;
	box-shadow: 0 10px 28px rgba(23, 33, 30, 0.07);
}

.bb-wca-checkout-consent__head {
	margin: 0 0 12px;
}

.bb-wca-checkout-consent__head > span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #e4f3eb;
	color: #196143;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.bb-wca-checkout-consent__head h3 {
	margin: 9px 0 6px;
	color: #17211e;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.bb-wca-checkout-consent__head p,
.bb-wca-checkout-consent__foot,
.bb-wca-checkout-consent__row small {
	margin: 0;
	color: #5f6f68;
	font-size: 13px;
	line-height: 1.5;
}

.bb-wca-checkout-consent__row {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	margin: 10px 0;
	padding: 12px;
	border: 1px solid #dce8e2;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.bb-wca-checkout-consent__row--required {
	border-color: #9dceb6;
	background: #f1fbf5;
}

.bb-wca-checkout-consent__row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #17724f;
}

.bb-wca-checkout-consent__row strong {
	display: block;
	margin: 0 0 3px;
	color: #17211e;
	font-size: 14px;
	line-height: 1.35;
}

.bb-wca-checkout-consent__details {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #dce8e2;
	border-radius: 8px;
	background: #fff;
}

.bb-wca-checkout-consent__details summary {
	min-height: 44px;
	padding: 12px;
	color: #1c5d44;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.bb-wca-checkout-consent__legal-text {
	padding: 0 12px 12px;
	color: #45544f;
	font-size: 12px;
	line-height: 1.6;
}

.bb-wca-checkout-consent__legal-text p {
	margin: 9px 0 0;
}

.bb-wca-checkout-consent__optional {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.bb-wca-checkout-consent__optional .bb-wca-checkout-consent__row {
	margin: 0;
}

.bb-wca-checkout-consent__foot {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #dce8e2;
}

@media (max-width: 700px) {
	.bb-wca-checkout-consent {
		padding: 14px;
		border-radius: 8px;
	}

	.bb-wca-checkout-consent__optional {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.bb-wca-booking {
		width: min(410px, calc(100vw - 21px));
		max-width: calc(100vw - 21px);
		margin-left: -24px;
		padding: 8px;
	}

	.bb-wca-booking__field,
	.bb-wca-time-field {
		padding: 8px;
	}

	.bb-wca-calendar__surface {
		padding: 6px;
	}

	.bb-wca-calendar__weekdays,
	.bb-wca-calendar__grid {
		gap: 2px;
	}

	.bb-wca-calendar__day {
		font-size: 12px;
	}

	.bb-wca-calendar__day-number {
		font-size: 14px;
	}

	.bb-wca-time-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bb-wca-date-value {
		font-size: 16px;
	}

	.bb-wca-date-trigger__icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		font-size: 18px;
	}

	.bb-wca-booking--portal {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

/* V2 public reservation, checkout and customer account surface. */
.bb-wca-booking--v2,
.bb-wca-customer-portal--v2,
.bb-wca-checkout-consent--v2 {
	--bb-v2-brand: #2457d6;
	--bb-v2-brand-hover: #1946b8;
	--bb-v2-brand-pressed: #153a98;
	--bb-v2-accent: #e05a47;
	--bb-v2-ink: #1f2937;
	--bb-v2-muted: #667085;
	--bb-v2-canvas: #f6f7f9;
	--bb-v2-surface: #ffffff;
	--bb-v2-border: #d5dae3;
	--bb-v2-soft-blue: #eaf0ff;
	--bb-v2-soft-coral: #fff1ee;
	--bb-v2-danger: #b42318;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bb-wca-booking--v2 {
	margin: 20px 0;
	padding: 20px;
	border-color: var(--bb-v2-border);
	background: var(--bb-v2-canvas);
	color: var(--bb-v2-ink);
	box-shadow: 0 8px 24px rgba(31, 41, 55, 0.07);
}

.bb-wca-booking--v2::before {
	height: 3px;
	background: var(--bb-v2-brand);
}

.bb-wca-booking--v2.has-error {
	border-color: #f0b5ad;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.08);
}

.bb-wca-booking--v2.is-attention {
	border-color: var(--bb-v2-brand);
	box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.12);
}

.bb-wca-booking--v2 .bb-wca-booking__header {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
	gap: 20px;
	align-items: end;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-color: var(--bb-v2-border);
}

.bb-wca-booking--v2 .bb-wca-booking__intro {
	display: grid;
	gap: 7px;
}

.bb-wca-booking--v2 .bb-wca-booking__header strong {
	color: var(--bb-v2-ink);
	font-size: 24px;
	line-height: 1.2;
}

.bb-wca-booking--v2 .bb-wca-booking__header p {
	color: var(--bb-v2-muted);
}

.bb-wca-booking--v2 .bb-wca-booking__eyebrow {
	min-height: 26px;
	padding: 0 10px;
	border-color: #cdd8f4;
	background: var(--bb-v2-soft-blue);
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2 .bb-wca-booking__service {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid var(--bb-v2-border);
	border-left: 3px solid var(--bb-v2-accent);
	border-radius: 8px;
	background: var(--bb-v2-surface);
}

.bb-wca-booking--v2 .bb-wca-booking__service span,
.bb-wca-booking--v2 .bb-wca-booking__service small {
	color: var(--bb-v2-muted);
	font-size: 11px;
	line-height: 1.35;
}

.bb-wca-booking--v2 .bb-wca-booking__service-name {
	min-width: 0;
	color: var(--bb-v2-ink);
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.bb-wca-booking--v2 .bb-wca-booking__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.bb-wca-booking--v2 .bb-wca-booking__steps li {
	display: flex;
	min-width: 0;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid var(--bb-v2-border);
	border-radius: 8px;
	background: var(--bb-v2-surface);
	color: var(--bb-v2-muted);
	font-size: 12px;
	font-weight: 750;
}

.bb-wca-booking--v2 .bb-wca-booking__steps li span {
	display: inline-flex;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bb-v2-border);
	border-radius: 50%;
	background: var(--bb-v2-canvas);
	color: var(--bb-v2-muted);
}

.bb-wca-booking--v2 .bb-wca-booking__steps li.is-current {
	border-color: #b7c7ef;
	background: var(--bb-v2-soft-blue);
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2 .bb-wca-booking__steps li.is-current span {
	border-color: var(--bb-v2-brand);
	background: var(--bb-v2-brand);
	color: #ffffff;
}

.bb-wca-booking--v2 .bb-wca-booking__steps li.is-complete {
	border-color: #cdd8f4;
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2 .bb-wca-booking__steps li.is-complete span {
	border-color: var(--bb-v2-brand);
	background: var(--bb-v2-surface);
	color: var(--bb-v2-brand);
}

.bb-wca-booking--v2 .bb-wca-booking__layout {
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	gap: 14px;
}

.bb-wca-booking--v2 .bb-wca-booking__field,
.bb-wca-booking--v2 .bb-wca-time-field {
	gap: 12px;
	margin: 0;
	padding: 16px;
	border-color: var(--bb-v2-border);
	background: var(--bb-v2-surface);
	box-shadow: none;
}

.bb-wca-booking--v2 .bb-wca-booking__section-step {
	background: var(--bb-v2-brand);
	border-color: var(--bb-v2-brand);
	box-shadow: none;
}

.bb-wca-booking--v2 .bb-wca-booking__section-text,
.bb-wca-booking--v2 .bb-wca-booking__timezone-note {
	color: var(--bb-v2-muted);
}

.bb-wca-booking--v2 .bb-wca-date-display,
.bb-wca-booking--v2 .bb-wca-date-trigger,
.bb-wca-booking--v2 .bb-wca-date-helper,
.bb-wca-booking--v2 .bb-wca-calendar__surface,
.bb-wca-booking--v2 .bb-wca-calendar__nav-button,
.bb-wca-booking--v2 .bb-wca-calendar__day,
.bb-wca-booking--v2 .bb-wca-time-option,
.bb-wca-booking--v2 .bb-wca-booking__hint,
.bb-wca-booking--v2 .bb-wca-booking__hint-action {
	background: var(--bb-v2-surface);
	box-shadow: none;
}

.bb-wca-booking--v2 .bb-wca-date-display,
.bb-wca-booking--v2 .bb-wca-date-trigger,
.bb-wca-booking--v2 .bb-wca-date-helper,
.bb-wca-booking--v2 .bb-wca-calendar__surface,
.bb-wca-booking--v2 .bb-wca-calendar__nav-button,
.bb-wca-booking--v2 .bb-wca-calendar__day,
.bb-wca-booking--v2 .bb-wca-time-option,
.bb-wca-booking--v2 .bb-wca-booking__hint,
.bb-wca-booking--v2 .bb-wca-booking__hint-action {
	border-color: var(--bb-v2-border);
	color: var(--bb-v2-ink);
}

.bb-wca-booking--v2 .bb-wca-date-display__eyebrow,
.bb-wca-booking--v2 .bb-wca-date-trigger__eyebrow,
.bb-wca-booking--v2 .bb-wca-time-group__title {
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2 .bb-wca-date-value,
.bb-wca-booking--v2 .bb-wca-calendar__title {
	color: var(--bb-v2-ink);
}

.bb-wca-booking--v2 .bb-wca-calendar__surface {
	max-width: none;
	padding: 10px;
}

.bb-wca-booking--v2 .bb-wca-calendar__nav-button:hover,
.bb-wca-booking--v2 .bb-wca-calendar__nav-button:focus-visible,
.bb-wca-booking--v2 .bb-wca-calendar__day:hover,
.bb-wca-booking--v2 .bb-wca-calendar__day:focus-visible,
.bb-wca-booking--v2 .bb-wca-time-option:hover,
.bb-wca-booking--v2 .bb-wca-time-option:focus-visible,
.bb-wca-booking--v2 .bb-wca-booking__hint-action:hover,
.bb-wca-booking--v2 .bb-wca-booking__hint-action:focus-visible {
	border-color: var(--bb-v2-brand);
	background: var(--bb-v2-soft-blue);
	box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.14);
	color: var(--bb-v2-brand-pressed);
}

.bb-wca-booking--v2 .bb-wca-calendar__day.is-selected,
.bb-wca-booking--v2 .bb-wca-time-option.is-selected {
	border-color: var(--bb-v2-brand);
	background: var(--bb-v2-brand);
	box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.16);
	color: #ffffff;
}

.bb-wca-booking--v2 .bb-wca-calendar__day.is-today {
	border-color: var(--bb-v2-accent);
	box-shadow: inset 0 0 0 1px var(--bb-v2-accent);
}

.bb-wca-booking--v2 .bb-wca-calendar__day.is-closed,
.bb-wca-booking--v2 .bb-wca-calendar__day:disabled,
.bb-wca-booking--v2 .bb-wca-time-option.is-locked,
.bb-wca-booking--v2 .bb-wca-time-option:disabled {
	border-color: #ead0cb;
	background: var(--bb-v2-soft-coral);
	color: #8f3d31;
}

.bb-wca-booking--v2 .bb-wca-booking__hint.is-error {
	border-color: #f0b5ad;
	background: #fff4f2;
	color: var(--bb-v2-danger);
}

.bb-wca-booking--v2 .bb-wca-booking__hint.is-empty {
	border-color: #e8d6a8;
	background: #fff9eb;
	color: #765a13;
}

.bb-wca-booking--v2 .bb-wca-booking__hint.is-success,
.bb-wca-booking--v2 .bb-wca-booking__hint.is-loading,
.bb-wca-booking--v2.has-selection .bb-wca-date-helper {
	border-color: #b7c7ef;
	background: var(--bb-v2-soft-blue);
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2.is-loading .bb-wca-booking__slots::after {
	border-color: #cdd8f4;
	border-top-color: var(--bb-v2-brand);
}

.bb-wca-booking--v2 .bb-wca-booking__summary {
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	border-color: #b7c7ef;
	background: var(--bb-v2-soft-blue);
	box-shadow: none;
}

.bb-wca-booking--v2 .bb-wca-booking__summary > div {
	display: grid;
	gap: 5px;
}

.bb-wca-booking--v2 .bb-wca-booking__summary span {
	color: var(--bb-v2-brand-hover);
}

.bb-wca-booking--v2 .bb-wca-booking__summary strong {
	color: var(--bb-v2-ink);
}

.bb-wca-booking--v2 .bb-wca-booking__summary small {
	color: var(--bb-v2-muted);
}

form.cart .bb-wca-booking--v2 ~ .single_add_to_cart_button,
form.cart .bb-wca-booking--v2 ~ .quantity + .single_add_to_cart_button {
	min-height: 52px;
	background: var(--bb-v2-brand, #2457d6);
	box-shadow: none;
}

form.cart .bb-wca-booking--v2 ~ .single_add_to_cart_button:hover,
form.cart .bb-wca-booking--v2 ~ .single_add_to_cart_button:focus-visible,
form.cart .bb-wca-booking--v2 ~ .quantity + .single_add_to_cart_button:hover,
form.cart .bb-wca-booking--v2 ~ .quantity + .single_add_to_cart_button:focus-visible {
	background: var(--bb-v2-brand-hover, #1946b8);
	box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.16);
}

form.variations_form.bb-wca-has-booking .variations {
	border-color: #d5dae3;
	background: #ffffff;
	box-shadow: none;
}

form.variations_form.bb-wca-has-booking .variations select {
	border-color: #c7ced9;
	background: #ffffff;
	color: #1f2937;
	box-shadow: none;
}

form.variations_form.bb-wca-has-booking .variations select:focus {
	border-color: #2457d6;
	box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.14);
}

.bb-wca-checkout-consent--v2 {
	border-color: var(--bb-v2-border);
	border-radius: 8px;
	background: var(--bb-v2-canvas);
	color: var(--bb-v2-ink);
	box-shadow: none;
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__head > span {
	border-radius: 8px;
	background: var(--bb-v2-soft-blue);
	color: var(--bb-v2-brand-hover);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__head h3,
.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__row strong {
	color: var(--bb-v2-ink);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__head p,
.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__foot,
.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__row small {
	color: var(--bb-v2-muted);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__row,
.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__details {
	border-color: var(--bb-v2-border);
	background: var(--bb-v2-surface);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__row--required {
	border-color: #b7c7ef;
	background: var(--bb-v2-soft-blue);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__row input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: var(--bb-v2-brand);
}

.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__details summary,
.bb-wca-checkout-consent--v2 .bb-wca-checkout-consent__legal-text a {
	color: var(--bb-v2-brand-hover);
}

.bb-wca-customer-portal--v2 {
	max-width: 920px;
	color: var(--bb-v2-ink);
}

.bb-wca-customer-portal--v2 .bb-wca-customer-portal__header h2,
.bb-wca-customer-portal--v2 .bb-wca-customer-appointment__service,
.bb-wca-customer-portal--v2 .bb-wca-customer-appointment__meta dd {
	color: var(--bb-v2-ink);
}

.bb-wca-customer-portal--v2 .bb-wca-customer-portal__header p,
.bb-wca-customer-portal--v2 .bb-wca-customer-appointment__meta dt {
	color: var(--bb-v2-muted);
}

.bb-wca-customer-portal--v2 .bb-wca-customer-appointment,
.bb-wca-customer-portal--v2 .bb-wca-customer-appointment__meta div,
.bb-wca-customer-portal--v2 .bb-wca-customer-reschedule {
	border-color: var(--bb-v2-border);
	background: var(--bb-v2-surface);
	box-shadow: none;
}

.bb-wca-customer-portal--v2 .bb-wca-customer-status.is-status-confirmed,
.bb-wca-customer-portal--v2 .bb-wca-customer-status.is-status-completed {
	border-color: #b7c7ef;
	background: var(--bb-v2-soft-blue);
	color: var(--bb-v2-brand-hover);
}

.bb-wca-customer-portal--v2 .bb-wca-customer-reschedule summary {
	color: var(--bb-v2-brand-hover);
}

.bb-wca-customer-portal--v2 .bb-wca-customer-reschedule__submit:disabled,
.bb-wca-customer-portal--v2 .bb-wca-customer-reschedule__submit:disabled:hover,
.bb-wca-customer-portal--v2 .bb-wca-customer-reschedule__submit:disabled:focus-visible {
	border-color: var(--bb-v2-border);
	background: var(--bb-v2-surface-muted);
	color: var(--bb-v2-muted);
	cursor: not-allowed;
	opacity: 0.72;
}

.bb-wca-customer-portal--v2 .bb-wca-danger-action {
	border-color: #efb7af;
	color: var(--bb-v2-danger);
}

.bb-wca-customer-portal--v2 .bb-wca-danger-action:hover,
.bb-wca-customer-portal--v2 .bb-wca-danger-action:focus-visible {
	border-color: var(--bb-v2-danger);
	background: #fff4f2;
	color: var(--bb-v2-danger);
}

.bb-wca-booking--portal.bb-wca-booking--v2 .bb-wca-booking__steps {
	display: none;
}

@media (max-width: 860px) {
	.bb-wca-booking--v2 .bb-wca-booking__header,
	.bb-wca-booking--v2 .bb-wca-booking__layout {
		grid-template-columns: 1fr;
	}

	.bb-wca-booking--v2 .bb-wca-booking__service {
		max-width: none;
	}
}

@media (max-width: 600px) {
	.bb-wca-booking--v2 {
		width: 100%;
		max-width: 100%;
		margin: 16px 0;
		padding: 12px;
	}

	.bb-wca-booking--v2 .bb-wca-booking__header strong {
		font-size: 21px;
	}

	.bb-wca-booking--v2 .bb-wca-booking__steps li {
		justify-content: center;
		padding-inline: 6px;
	}

	.bb-wca-booking--v2 .bb-wca-booking__field,
	.bb-wca-booking--v2 .bb-wca-time-field {
		padding: 12px;
	}

	.bb-wca-booking--v2 .bb-wca-calendar__weekdays,
	.bb-wca-booking--v2 .bb-wca-calendar__grid {
		gap: 4px;
	}

	.bb-wca-booking--v2 .bb-wca-calendar__day {
		min-height: 44px;
		aspect-ratio: auto;
		padding: 6px 2px;
	}

	.bb-wca-booking--v2 .bb-wca-time-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bb-wca-checkout-consent--v2 {
		margin-inline: 0;
	}

	.bb-wca-customer-portal--v2 .bb-wca-customer-portal__summary,
	.bb-wca-customer-portal--v2 .bb-wca-customer-appointment__meta {
		grid-template-columns: 1fr;
	}

	.bb-wca-customer-portal--v2 .bb-wca-customer-portal__summary div + div {
		border-top: 1px solid var(--bb-v2-border);
		border-left: 0;
	}
}

@media (max-width: 420px) {
	.bb-wca-booking--v2 {
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-wca-booking *,
	.bb-wca-booking *::before,
	.bb-wca-booking *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
