.p26-booking {
	max-width: 1100px;
	margin: 0 auto;
	padding: 8px 0 32px;
	font-family: var(--wp--preset--font-family--codecpro, inherit);
	color: inherit;
	-webkit-font-smoothing: antialiased;
}

.p26-booking button,
.p26-booking input,
.p26-booking select,
.p26-booking label {
	font-family: inherit;
}

.p26-booking__steps {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	font-family: inherit;
}

.p26-booking__steps li {
	flex: 1;
	min-width: 0;
	margin: 0;
	border-bottom: 2px solid currentColor;
	opacity: 0.4;
}

.p26-booking__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	margin: 0;
	padding: 8px 6px 10px;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: center;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
}

.p26-booking__steps li i,
.p26-booking__step i {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}

.p26-booking__steps li.is-clickable {
	opacity: 0.72;
}

.p26-booking__steps li.is-clickable .p26-booking__step:hover {
	opacity: 1;
}

.p26-booking__steps li.is-active {
	opacity: 1;
}

.p26-booking__steps li.is-active .p26-booking__step {
	font-weight: 600;
}

.p26-booking h2 {
	margin: 0 0 16px;
	font-family: var(--wp--preset--font-family--codecpro, inherit) !important;
	font-size: 1.4rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	text-wrap: balance;
}

.p26-booking__services,
.p26-booking__slots {
	display: grid;
	gap: 8px;
	margin-bottom: 20px;
}

.p26-booking__choice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid currentColor;
	border-radius: 6px;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition-property: background-color, color, border-color;
	transition-duration: 150ms;
	transition-timing-function: ease-out;
}

.p26-booking__choice:hover {
	background: #f0f0f0;
	color: inherit;
}

.p26-booking__choice.is-selected,
.p26-booking__choice.is-selected:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #f4f4f4;
	font-weight: 600;
	outline: none;
}

.p26-booking__slots {
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.p26-booking__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.p26-booking__field > span {
	margin: 0;
	line-height: 1.25;
}

.p26-booking__field input,
.p26-booking__field select,
.p26-booking__phone select,
.p26-booking__phone input {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 42px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid currentColor;
	border-radius: 6px;
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.p26-booking__recap {
	margin: 0 0 20px;
}

.p26-booking__group {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	min-width: 0;
}

.p26-booking__group legend {
	padding: 0;
	margin: 0 0 6px;
	font-weight: 600;
	line-height: 1.25;
}

.p26-booking__fields {
	display: grid;
	gap: 8px;
}

@media (min-width: 700px) {
	.p26-booking__fields {
		grid-template-columns: 1fr 1fr;
	}

	.p26-booking__field--phone {
		grid-column: 1 / -1;
	}
}

.p26-booking__phone {
	display: grid;
	grid-template-columns: 8.5rem minmax(0, 1fr);
	gap: 8px;
}

.p26-booking__prefix {
	display: block;
	min-width: 0;
}

.p26-booking__phone select {
	padding-right: 28px;
}

.p26-booking .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.p26-booking__when {
	display: grid;
	gap: 28px;
	margin-bottom: 20px;
}

@media (min-width: 700px) {
	.p26-booking__when {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		align-items: start;
	}

	.p26-booking__when .p26-booking__slots {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
}

.p26-booking__times-label {
	margin: 0 0 10px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

.p26-booking__cal {
	min-width: 0;
	padding: 4px 0 0;
}

.p26-booking__cal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}

.p26-booking__cal-title {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	text-wrap: balance;
}

.p26-booking__cal-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.p26-booking__cal-nav:hover:not(:disabled) {
	background: #f0f0f0;
	color: inherit;
}

.p26-booking__cal-nav:disabled {
	opacity: 0.28;
	cursor: not-allowed;
}

.p26-booking__cal-nav i {
	line-height: 1;
}

.p26-booking__cal-weekdays,
.p26-booking__cal-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	text-align: center;
}

.p26-booking__cal-weekdays {
	margin-bottom: 6px;
	font-size: 11px;
	letter-spacing: 0.02em;
	opacity: 0.5;
}

.p26-booking__cal-weekdays span {
	min-width: 0;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.p26-booking__cal-pad {
	min-width: 0;
	height: 40px;
}

.p26-booking button.p26-booking__cal-day {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: none;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	text-transform: none;
	transition-property: background-color, color, box-shadow;
	transition-duration: 150ms;
	transition-timing-function: ease-out;
}

.p26-booking button.p26-booking__cal-day:hover:not(:disabled) {
	background: #f0f0f0;
	color: inherit;
}

.p26-booking button.p26-booking__cal-day.is-selected,
.p26-booking button.p26-booking__cal-day.is-selected:hover {
	background: #1a1a1a;
	box-shadow: inset 0 0 0 1px #1a1a1a;
	color: #f4f4f4;
}

.p26-booking button.p26-booking__cal-day.is-today:not(.is-selected) {
	font-weight: 600;
}

.p26-booking button.p26-booking__cal-day:disabled {
	opacity: 0.28;
	cursor: not-allowed;
}

.p26-booking .p26-booking__table-wrap {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.p26-booking table.p26-booking__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
	font-variant-numeric: tabular-nums;
}

.p26-booking table.p26-booking__table th,
.p26-booking table.p26-booking__table td {
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	border: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	background: transparent;
}

.p26-booking table.p26-booking__table thead th {
	font-weight: 600;
	font-size: 0.92em;
}

.p26-booking table.p26-booking__table td:nth-child(2),
.p26-booking table.p26-booking__table td:nth-child(3),
.p26-booking table.p26-booking__table td:nth-child(4),
.p26-booking table.p26-booking__table .is-price {
	white-space: nowrap;
}

.p26-booking table.p26-booking__table .is-price {
	text-align: right;
	font-weight: 600;
}

.p26-booking table.p26-booking__table .is-action {
	width: 1%;
	padding-left: 8px;
	text-align: right;
	white-space: nowrap;
}

.p26-booking table.p26-booking__table tr.is-extra td:first-child {
	padding-left: 14px;
}

.p26-booking table.p26-booking__table tr.is-extra td {
	opacity: 0.95;
	vertical-align: middle;
}

.p26-booking__product {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.p26-booking__product-photo {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	object-fit: cover;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
	outline: 1px solid rgba(0, 0, 0, 0.1);
	outline-offset: -1px;
}

.p26-booking table.p26-booking__table tfoot th {
	text-align: left;
	font-weight: 600;
}

.p26-booking table.p26-booking__table tfoot tr.is-total th,
.p26-booking table.p26-booking__table tfoot tr.is-total td {
	border-bottom: 0 !important;
}

.p26-booking__link {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.92em;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p26-booking__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.p26-booking__btn {
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #1a1a1a;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.p26-booking__btn--ghost {
	background: transparent;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 6px;
}

.p26-booking__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.p26-booking__error {
	padding: 10px 12px;
	margin-bottom: 16px;
	border: 1px solid #b42318;
	border-radius: 6px;
	color: #b42318;
}

.p26-booking__extras {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
}

.p26-booking__extra {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) 56px;
	align-items: center;
	gap: 14px;
	padding: 8px;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.p26-booking__extra-photo {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
	outline: 1px solid rgba(0, 0, 0, 0.1);
	outline-offset: -1px;
}

.p26-booking__extra-photo--empty {
	display: block;
}

.p26-booking__extra-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.p26-booking__extra-title {
	font-family: inherit;
	line-height: 1.35;
	text-wrap: pretty;
}

.p26-booking__extra-price {
	opacity: 0.7;
	font-variant-numeric: tabular-nums;
}

.p26-booking__extra input {
	width: 56px;
	height: 40px;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 6px;
	text-align: center;
	font-family: inherit;
	font-size: inherit;
	font-variant-numeric: tabular-nums;
}
