.acb-booking,
.acb-booking * {
	box-sizing: border-box;
}

.acb-booking {
	display: grid;
	grid-template-columns: minmax(340px, 360px) minmax(0, 648px);
	gap: 16px;
	align-items: stretch;
	width: min(100%, 1024px);
	max-width: 1024px;
	margin: 24px auto;
	color: #161616;
	font-family: inherit;
}

.acb-sidebar {
	min-height: 602px;
	padding: 32px;
	border-radius: 14px;
	background: var(--acb-primary, #425f4c);
	color: #fff;
}

.acb-consultation-select {
	width: 100%;
	min-height: 86px;
	margin-bottom: 18px;
	padding: 12px 42px 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.08) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-position: right 14px center !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	white-space: normal;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none !important;
}

.acb-consultation-select::-ms-expand {
	display: none;
}

.acb-consultation-select:hover,
.acb-consultation-select:focus,
.acb-consultation-select:active,
.acb-consultation-select:focus-visible {
	border-color: rgba(255, 255, 255, 0.42);
	background-color: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	outline: 2px solid rgba(255, 255, 255, 0.18);
	outline-offset: 2px;
}

.acb-consultation-select option {
	background: #fff !important;
	color: #111 !important;
}

.acb-benefits {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
}

.acb-consultation-description {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.acb-sidebar h3 {
	margin: 26px 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.acb-detail,
.acb-organizer {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 12px 0;
	font-size: 14px;
	font-weight: 700;
}

.acb-detail .dashicons {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	opacity: 0.96;
}

.acb-inline-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: currentColor;
	color: #fff;
	opacity: 0.96;
}

.acb-detail strong {
	min-width: 0;
	overflow-wrap: anywhere;
}

.acb-methods-line {
	flex-wrap: wrap;
	gap: 6px;
	line-height: 1.45;
}

.acb-method-inline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.acb-method-separator {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 800;
}

.acb-organizer img,
.acb-host-pill img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

.acb-organizer span,
.acb-host-pill span {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #f4f4f4;
	color: var(--acb-primary, #425f4c);
	font-weight: 800;
}

.acb-panel {
	min-height: 668px;
	padding: 34px 16px 48px;
	border-radius: 14px;
	background: #f5f6f6;
}

.acb-steps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 0 0 24px;
	color: var(--acb-primary, #425f4c);
	font-size: 14px;
	font-weight: 800;
}

.acb-steps div {
	padding-bottom: 18px;
	border-bottom: 2px solid var(--acb-primary, #425f4c);
	opacity: 0.88;
}

.acb-steps div:not(.is-active) {
	opacity: 0.72;
}

.acb-step {
	display: none;
	padding: 0;
}

.acb-step.is-active {
	display: block;
}

.acb-step h2 {
	margin: 0 0 6px;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
}

.acb-step p {
	margin: 0 0 26px;
	color: #6f6f6f;
	font-size: 14px;
}

.acb-host {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
}

.acb-host-pill {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	min-height: 38px;
	padding: 7px 12px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
}

.acb-calendar-head,
.acb-bottom,
.acb-form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.acb-calendar-head {
	margin: 10px 0 18px;
}

.acb-calendar-head h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}

.acb-icon-button {
	width: 32px;
	height: 32px;
	border: 1px solid #dedede;
	border-radius: 50%;
	background: #fff;
	color: #242424;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.acb-weekdays,
.acb-days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px 20px;
	align-items: center;
}

.acb-weekdays {
	margin-bottom: 16px;
	color: #707070;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.acb-day,
.acb-empty {
	aspect-ratio: 1 / 1;
	min-height: 40px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #c9c9c9;
	font-size: 14px;
}

.acb-day {
	cursor: pointer;
}

.acb-day:not(.is-disabled) {
	border: 1px solid #dedede;
	background: #fff;
	color: #111;
}

.acb-day.is-selected {
	border-color: var(--acb-primary, #425f4c);
	background: var(--acb-primary, #425f4c);
	color: #fff;
}

.acb-day.is-disabled {
	cursor: not-allowed;
}

.acb-slots {
	min-height: 92px;
	margin-top: 22px;
}

.acb-slots h3 {
	margin: 0 0 12px;
	font-size: 16px;
}

.acb-slot-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.acb-slot-grid button {
	min-width: 76px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #d8ddda;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.acb-slot-grid button.is-selected {
	border-color: var(--acb-primary, #425f4c);
	background: var(--acb-primary, #425f4c);
	color: #fff;
}

.acb-bottom {
	margin-top: 20px;
	color: #3e3e3e;
	font-size: 14px;
}

.acb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 9px 16px;
	border: 0;
	border-radius: 6px;
	background: var(--acb-primary, #425f4c);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.acb-button:disabled {
	background: #d8dfdb;
	color: #7e8983;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 1;
}

.acb-summary-box {
	display: grid;
	gap: 10px;
	margin: 22px 0;
	padding: 16px;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fff;
}

.acb-summary-box div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.acb-form {
	display: grid;
	gap: 14px;
}

.acb-form label {
	display: grid;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
}

.acb-form input,
.acb-form select,
.acb-form textarea {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	background: #fff;
	color: #151515;
	font: inherit;
}

.acb-form label.is-invalid {
	color: #a42828;
}

.acb-form label.is-invalid input,
.acb-form label.is-invalid select,
.acb-form label.is-invalid textarea {
	border-color: #a42828;
	box-shadow: 0 0 0 2px rgba(164, 40, 40, 0.1);
}

.acb-link-button {
	border: 0;
	background: transparent;
	color: var(--acb-primary, #425f4c);
	font-weight: 800;
	cursor: pointer;
}

.acb-message {
	min-height: 22px;
	color: var(--acb-primary, #425f4c);
	font-weight: 700;
}

.acb-message.is-error,
.acb-error {
	color: #a42828;
}

.acb-loading,
.acb-error {
	padding: 28px 0;
	text-align: center;
}

@media (max-width: 820px) {
	.acb-booking {
		grid-template-columns: 1fr;
		margin: 16px auto;
	}

	.acb-sidebar,
	.acb-panel {
		min-height: auto;
		border-radius: 10px;
	}

	.acb-panel {
		padding: 24px 14px 30px;
	}

	.acb-weekdays,
	.acb-days {
		gap: 8px;
	}
}

@media (max-width: 520px) {
	.acb-sidebar {
		padding: 22px;
	}

	.acb-steps,
	.acb-calendar-head,
	.acb-bottom,
	.acb-form-actions,
	.acb-summary-box div {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.acb-steps {
		display: grid;
		gap: 10px;
	}

	.acb-weekdays,
	.acb-days {
		gap: 5px;
	}

	.acb-day,
	.acb-empty {
		min-height: 34px;
		font-size: 13px;
	}
}
