.ast-booking {
	--ast-ink: #000;
	--ast-accent: #ffed00;
	--ast-accent-soft: #fffcdd;
	--ast-bg: #f3f4f4;
	--ast-surface: #fff;
	--ast-muted: #666;
	--ast-line: #d8dada;
	--ast-success: #01a900;
	color: var(--ast-ink);
	font-family: Inter, Arial, sans-serif;
	margin: 0 auto;
	max-width: 1180px;
}

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

.ast-booking__status {
	align-items: center;
	background: var(--ast-accent-soft);
	border: 1px solid #e2d300;
	border-radius: 10px;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	margin-bottom: 24px;
	padding: 12px 16px;
}

.ast-booking__status-dot {
	background: var(--ast-success);
	border-radius: 50%;
	flex: 0 0 9px;
	height: 9px;
	width: 9px;
}

.ast-booking__header {
	max-width: 820px;
}

.ast-booking__eyebrow,
.ast-booking__level {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ast-booking__eyebrow {
	color: #575757;
}

.ast-booking__header h2,
.ast-booking__offer h3 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -.025em;
}

.ast-booking__header h2 {
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1.03;
	margin: 0 0 16px;
}

.ast-booking__header > p:last-child {
	color: #373737;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
}

.ast-booking__tabs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 32px;
}

.ast-booking__tab {
	align-items: center;
	background: var(--ast-surface);
	border: 1px solid var(--ast-line);
	border-radius: 10px 10px 0 0;
	color: var(--ast-ink);
	cursor: pointer;
	display: flex;
	font: 800 17px/1.2 Inter, Arial, sans-serif;
	justify-content: space-between;
	min-height: 58px;
	padding: 14px 18px;
	text-align: left;
}

.ast-booking__tab small {
	background: var(--ast-accent);
	border-radius: 999px;
	font-size: 10px;
	letter-spacing: .06em;
	padding: 5px 8px;
	text-transform: uppercase;
}

.ast-booking__tab:hover,
.ast-booking__tab.is-active {
	background: var(--ast-accent);
	border-color: var(--ast-ink);
}

.ast-booking__tab:focus-visible,
.ast-booking input:focus-visible,
.ast-booking select:focus-visible,
.ast-booking button:focus-visible {
	outline: 3px solid var(--ast-ink);
	outline-offset: 3px;
}

.ast-booking__panel {
	background: var(--ast-surface);
	border: 1px solid var(--ast-ink);
	border-radius: 0 0 20px 20px;
}

.ast-booking__panel[hidden] {
	display: none;
}

.ast-booking__offer {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
}

.ast-booking__offer-main,
.ast-booking__form {
	padding: clamp(24px, 4vw, 48px);
}

.ast-booking__form {
	background: var(--ast-bg);
	border-left: 1px solid var(--ast-line);
}

.ast-booking__offer-heading {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.ast-booking__level {
	background: var(--ast-accent);
	display: inline-block;
	padding: 5px 9px;
}

.ast-booking__offer h3 {
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1.1;
	margin: 8px 0 0;
}

.ast-booking__price {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	text-align: right;
	white-space: nowrap;
}

.ast-booking__price .woocommerce-Price-amount {
	color: var(--ast-ink);
}

.ast-booking__price small {
	color: var(--ast-muted);
	display: block;
	font-size: 11px;
	font-weight: 500;
	margin-top: 7px;
}

.ast-booking__facts {
	border-bottom: 1px solid var(--ast-line);
	border-top: 1px solid var(--ast-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0;
}

.ast-booking__facts div {
	padding: 16px 16px 16px 0;
}

.ast-booking__facts div + div {
	border-left: 1px solid var(--ast-line);
	padding-left: 16px;
}

.ast-booking__facts span,
.ast-booking__total > span {
	color: var(--ast-muted);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ast-booking__facts strong {
	font-size: 14px;
	line-height: 1.4;
}

.ast-booking__description {
	font-size: 16px;
	line-height: 1.65;
}

.ast-booking__description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ast-booking__description li {
	margin: 10px 0;
	padding-left: 24px;
	position: relative;
}

.ast-booking__description li::before {
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.ast-booking__field,
.ast-booking__participants {
	border: 0;
	margin: 0 0 24px;
	padding: 0;
}

.ast-booking__field > label,
.ast-booking__participants legend {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 9px;
}

.ast-booking__field select,
.ast-booking__participant input {
	appearance: none;
	background: var(--ast-surface);
	border: 1px solid var(--ast-ink);
	border-radius: 10px;
	color: var(--ast-ink);
	font: 500 15px/1.2 Inter, Arial, sans-serif;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.ast-booking__field select {
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
	background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 42px;
}

.ast-booking__quantity {
	align-items: center;
	display: flex;
}

.ast-booking__quantity button {
	align-items: center;
	background: var(--ast-ink);
	border: 1px solid var(--ast-ink);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 22px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.ast-booking__quantity button:first-child {
	border-radius: 10px 0 0 10px;
}

.ast-booking__quantity button:last-child {
	border-radius: 0 10px 10px 0;
}

.ast-booking__quantity input {
	-moz-appearance: textfield;
	border: 1px solid var(--ast-ink);
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	font: 800 16px/1 Inter, Arial, sans-serif;
	height: 46px;
	text-align: center;
	width: 64px;
}

.ast-booking__quantity input::-webkit-inner-spin-button,
.ast-booking__quantity input::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.ast-booking__participants > p {
	color: var(--ast-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: -2px 0 14px;
}

.ast-booking__participant {
	border-top: 1px solid var(--ast-line);
	padding: 16px 0;
}

.ast-booking__participant-title {
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ast-booking__participant-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.ast-booking__participant-grid label:last-child {
	grid-column: 1 / -1;
}

.ast-booking__participant-grid span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}

.ast-booking__cross-sell {
	align-items: flex-start;
	background: var(--ast-accent-soft);
	border: 1px solid #dacf00;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	margin: 8px 0 24px;
	padding: 15px;
}

.ast-booking__cross-sell input {
	accent-color: var(--ast-ink);
	flex: 0 0 20px;
	height: 20px;
	margin: 2px 0 0;
	width: 20px;
}

.ast-booking__cross-sell-copy strong,
.ast-booking__cross-sell-copy small {
	display: block;
}

.ast-booking__cross-sell-copy strong {
	font-size: 14px;
}

.ast-booking__cross-sell-copy small {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 1.45;
	margin-top: 4px;
}

.ast-booking__submit-row {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.ast-booking__total strong {
	font-size: 21px;
	white-space: nowrap;
}

.ast-booking__submit {
	align-items: center;
	background: var(--ast-ink);
	border: 2px solid var(--ast-ink);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 800 15px/1 Inter, Arial, sans-serif;
	gap: 12px;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
}

.ast-booking__submit svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.ast-booking__submit:hover {
	background: var(--ast-accent);
	color: var(--ast-ink);
}

.ast-booking__submit:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.ast-booking__empty,
.ast-booking--empty {
	background: var(--ast-accent-soft);
	border: 1px solid #dacf00;
	border-radius: 10px;
	padding: 16px;
}

.training-grid-wrapper .ue-grid-item {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.training-grid-wrapper .ue-grid-item > .e-loop-item,
.training-grid-wrapper .ue-grid-item > .e-loop-item > .e-con,
.training-grid-wrapper .ue-grid-item > .e-loop-item > .e-con > .e-con-inner {
	flex: 1 1 auto;
	min-height: 100%;
}

.training-grid-wrapper .elementor-element-30aaff8 {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
	text-align: left;
}

.training-grid-wrapper .elementor-element-30aaff8 .ast-commerce-course-link {
	align-self: flex-end;
}

.ast-course-card__next {
	margin: 0;
}

.ast-course-card__next span {
	color: #575757;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.ast-course-card__next strong {
	color: #000;
	font-size: 14px;
	line-height: 1.45;
}

.ast-course-card__sessions {
	border-bottom: 1px solid #d8dada;
	border-top: 1px solid #d8dada;
	color: #000;
	font-family: Inter, Arial, sans-serif;
	width: 100%;
}

.ast-course-card__sessions summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	grid-template-columns: auto 1fr auto;
	list-style: none;
	min-height: 42px;
	padding: 9px 0;
	text-align: left;
}

.ast-course-card__sessions summary::-webkit-details-marker {
	display: none;
}

.ast-course-card__sessions summary:focus-visible {
	outline: 3px solid #000;
	outline-offset: 3px;
}

.ast-course-card__sessions summary small {
	color: #575757;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.ast-course-card__toggle {
	align-items: center;
	background: #ffed00;
	border-radius: 50%;
	display: inline-flex;
	font-size: 16px;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.ast-course-card__toggle::before {
	content: "+";
}

.ast-course-card__sessions[open] .ast-course-card__toggle::before {
	content: "−";
}

.ast-course-card__sessions ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 29px;
	text-align: left;
}

.ast-course-card__sessions li {
	border-top: 1px solid #ececec;
	font-size: 12px;
	line-height: 1.45;
	padding: 9px 0;
}

.ast-course-card__sessions time {
	font-weight: 800;
}

.ast-course-card__location {
	color: #575757;
	display: block;
	margin-top: 2px;
}

.ast-course-card__schedule-note {
	background: #fffcdd;
	border: 1px solid #e2d300;
	border-radius: 8px;
	padding: 10px 12px;
	text-align: left;
}

.ast-course-card__schedule-note strong,
.ast-course-card__schedule-note span {
	display: block;
}

.ast-course-card__schedule-note strong {
	font-size: 13px;
}

.ast-course-card__schedule-note span {
	color: #575757;
	font-size: 11px;
	line-height: 1.45;
	margin-top: 3px;
}

@media (max-width: 900px) {
	.ast-booking__offer {
		grid-template-columns: 1fr;
	}

	.ast-booking__form {
		border-left: 0;
		border-top: 1px solid var(--ast-line);
	}
}

@media (max-width: 680px) {
	.ast-booking__tabs {
		grid-template-columns: 1fr;
	}

	.ast-booking__tab {
		border-radius: 10px;
	}

	.ast-booking__panel {
		border-radius: 20px;
		margin-top: 8px;
	}

	.ast-booking__offer-heading,
	.ast-booking__submit-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ast-booking__price {
		text-align: left;
	}

	.ast-booking__facts {
		grid-template-columns: 1fr;
	}

	.ast-booking__facts div + div {
		border-left: 0;
		border-top: 1px solid var(--ast-line);
		padding-left: 0;
	}

	.ast-booking__participant-grid {
		grid-template-columns: 1fr;
	}

	.ast-booking__participant-grid label:last-child {
		grid-column: auto;
	}

	.ast-booking__submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ast-booking *,
	.ast-booking *::before,
	.ast-booking *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
