:root {
	--tcb-background: #ffffff;
	--tcb-surface: #ffffff;
	--tcb-surface-soft: #fcf3e0;
	--tcb-surface-mid: #f6edda;
	--tcb-surface-high: #eae2cf;
	--tcb-course-info-bg: #eae2cf;
	--tcb-text: #1f1b10;
	--tcb-muted: #4d4632;
	--tcb-outline: #1f1b10;
	--tcb-outline-soft: #7f775f;
	--tcb-signal: #ffb800;
	--tcb-signal-dim: #e8a600;
	--tcb-error: #ba1a1a;
	--tcb-error-bg: #ffdad6;
	--tcb-info: #00696f;
	--tcb-info-bg: #70f6ff;
	--tcb-radius: 6px;
	--tcb-radius-sm: 6px;
	--tcb-border-width: 1px;
	--tcb-font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tcb-heading-font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tcb-body-font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tcb-font-scale: 1;
	--tcb-shadow: 4px 4px 0 var(--tcb-outline);
	--tcb-shadow-sm: 2px 2px 0 var(--tcb-outline);
	--tcb-max: 1200px;
}

.tcb-course-storefront,
.tcb-course-storefront .wp-site-blocks,
.tcb-course-storefront .woocommerce {
	background: var(--tcb-background);
	color: var(--tcb-text);
	font-family: var(--tcb-body-font-family);
	font-size: calc(16px * var(--tcb-font-scale));
}

.tcb-course-storefront h1,
.tcb-course-storefront h2,
.tcb-course-storefront h3,
.tcb-course-storefront h4,
.tcb-course-storefront h5,
.tcb-course-storefront h6 {
	font-family: var(--tcb-heading-font-family);
}

.tcb-course-storefront nav a,
.tcb-course-storefront select,
.tcb-course-storefront label,
.tcb-breadcrumb a,
.tcb-breadcrumb span[aria-current="page"],
.tcb-category-select-form,
.tcb-loop-meta,
.tcb-badge,
.tcb-module-code {
	font-family: var(--tcb-heading-font-family);
	font-weight: 500;
}

.tcb-course-storefront .wp-block-post-title {
	display: none;
}

.tcb-course-storefront .entry-content,
.tcb-course-storefront .wp-block-post-content,
.tcb-course-storefront .woocommerce {
	max-width: none !important;
}

.material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Material Symbols Outlined";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.tcb-shell {
	box-sizing: border-box;
	max-width: var(--tcb-max);
	margin: 0 auto;
	padding: 48px 24px;
}

.tcb-shell *,
.tcb-shell *::before,
.tcb-shell *::after {
	box-sizing: border-box;
}

.tcb-shell a {
	color: inherit;
	text-decoration: none;
}

.tcb-breadcrumb {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 28px;
}

.tcb-breadcrumb ol {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tcb-breadcrumb li {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-width: 0;
	color: var(--tcb-muted);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.tcb-breadcrumb li:not(:last-child)::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--tcb-outline);
	border-right: 2px solid var(--tcb-outline);
	transform: rotate(45deg);
	opacity: 0.65;
}

.tcb-breadcrumb a,
.tcb-breadcrumb span[aria-current="page"],
.tcb-breadcrumb-cart {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 34px;
	max-width: 100%;
	padding: 7px 10px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	box-shadow: var(--tcb-shadow-sm);
}

.tcb-breadcrumb a:hover {
	background: var(--tcb-signal);
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 var(--tcb-outline);
}

.tcb-breadcrumb-cart {
	flex: 0 0 auto;
	background: var(--tcb-signal);
	color: var(--tcb-text);
	font-family: var(--tcb-heading-font-family);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.tcb-breadcrumb span[aria-current="page"] {
	max-width: min(460px, 100%);
	overflow: hidden;
	background: var(--tcb-signal);
	color: var(--tcb-text);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tcb-breadcrumb .material-symbols-outlined {
	font-size: 17px;
}

.tcb-alert {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	margin: 0 0 28px;
	padding: 0 28px;
	background: #4c4c4c;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.tcb-alert > * {
	display: none;
}

.tcb-shop-header {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 48px;
}

.tcb-shop-controls {
	margin-top: 24px;
}

.tcb-shop-heading {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -28px;
	margin-bottom: 0;
	padding: 72px 32px;
	overflow: visible;
}

.tcb-shop-heading::before {
	box-shadow: 0 -34px 0 #4c4c4c;
}

.tcb-shop-heading::after {
	box-shadow: none;
}

.tcb-shop-heading::before,
.tcb-shop-heading::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	z-index: 0;
	height: 42px;
	background: var(--tcb-signal);
	pointer-events: none;
}

.tcb-shop-heading::before {
	top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 18%);
}

.tcb-shop-heading::after {
	bottom: 0;
	clip-path: polygon(0 0, 100% 82%, 100% 100%, 0 100%);
}

.tcb-shop-heading > * {
	position: relative;
	z-index: 1;
}

.tcb-shop-heading-copy {
	transform: translateX(28px);
}

.tcb-heading-divider {
	width: 100%;
	height: 34px;
	margin: 0;
	background: #4c4c4c;
}

.tcb-shop-heading h1,
.tcb-page-header h1,
.tcb-hero-copy h1 {
	margin: 0;
	color: var(--tcb-text);
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

.tcb-shop-title {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.tcb-shop-title-logo {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 1.28em;
}

.tcb-shop-title span {
	line-height: 1.08;
}

.tcb-shop-heading p,
.tcb-page-header p {
	max-width: 680px;
	margin: 10px 0 0;
	color: var(--tcb-muted);
	font-size: 18px;
	line-height: 1.55;
}

.tcb-search {
	position: relative;
	flex: 0 0 min(240px, 100%);
}

.tcb-search .material-symbols-outlined {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: var(--tcb-muted);
}

.tcb-search input[type="search"] {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px 12px 48px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font: inherit;
	outline: none;
}

.tcb-search input[type="search"]:focus,
.tcb-shell input:focus,
.tcb-shell textarea:focus,
.tcb-shell select:focus {
	border-color: #000000;
	box-shadow: var(--tcb-shadow-sm);
	outline: none;
}

.tcb-shop-controls,
.tcb-filter-row,
.tcb-view-toggle,
.tcb-loop-controls,
.tcb-loop-meta {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.tcb-shop-controls {
	justify-content: space-between;
}

.tcb-shop-controls-left {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.tcb-filter,
.tcb-view-toggle a,
.tcb-button,
.tcb-shell button.button,
.tcb-shell a.button {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font-family: var(--tcb-heading-font-family);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.tcb-filter.is-active,
.tcb-view-toggle a.is-active,
.tcb-button,
.tcb-shell button.button,
.tcb-shell a.button {
	background: var(--tcb-signal);
	box-shadow: var(--tcb-shadow-sm);
}

.tcb-filter:hover,
.tcb-view-toggle a:hover,
.tcb-button:hover,
.tcb-shell button.button:hover,
.tcb-shell a.button:hover {
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 var(--tcb-outline);
}

.tcb-button-wide {
	width: 100%;
	min-height: 54px;
	padding: 14px 20px;
	text-transform: uppercase;
}

.tcb-button:disabled,
.tcb-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.55;
	transform: none;
	box-shadow: none;
}

.tcb-button-secondary {
	background: var(--tcb-surface);
	box-shadow: none;
}

.tcb-loop-meta {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 24px;
	color: var(--tcb-muted);
	font-size: 14px;
	font-weight: 700;
}

.tcb-loop-controls {
	justify-content: flex-end;
	display: grid;
	grid-template-columns: auto auto;
	justify-items: end;
}

.tcb-loop-controls .woocommerce-result-count {
	grid-column: 1 / -1;
	margin: 6px 0 0;
	text-align: right;
}

.tcb-per-page-form {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: var(--tcb-muted);
	font-weight: 800;
}

.tcb-category-select-form {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: var(--tcb-muted);
	font-weight: 800;
}

.tcb-category-select-form label {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	line-height: 1;
	transform: translateY(5px);
}

.tcb-per-page-form label {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	line-height: 1;
	transform: translateY(5px);
}

.tcb-category-select-form select {
	width: 240px;
	height: 36px;
	min-height: 36px;
	padding: 6px 34px 6px 12px;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background-color: var(--tcb-surface);
	color: var(--tcb-text);
	font-family: var(--tcb-heading-font-family);
	font-size: 14px;
	font-weight: 500;
}

.tcb-loop-meta .woocommerce-ordering {
	margin: 0;
}

.tcb-loop-meta .woocommerce-ordering select,
.tcb-per-page-form select {
	height: 34px;
	min-height: 34px;
	padding: 5px 34px 5px 12px;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background-color: var(--tcb-surface);
	color: var(--tcb-text);
	font-family: var(--tcb-heading-font-family);
	font-weight: 500;
}

.tcb-per-page-form select {
	width: 128px;
}

.tcb-loop-meta .woocommerce-ordering select {
	width: 190px;
	font-size: 12px;
}

.tcb-course-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.tcb-course-list {
	display: grid;
	gap: 18px;
}

.tcb-product-card,
.tcb-product-row,
.tcb-hero-card,
.tcb-module-card,
.tcb-warning-box,
.tcb-booking-card,
.tcb-cart-item,
.tcb-summary-card,
.tcb-checkout-card,
.tcb-order-review-card,
.tcb-reviews-card,
.tcb-empty-state {
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius);
	background: var(--tcb-surface);
}

.tcb-product-card {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.tcb-product-card:hover,
.tcb-product-row:hover {
	box-shadow: var(--tcb-shadow);
}

.tcb-card-media,
.tcb-row-image,
.tcb-hero-media,
.tcb-cart-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--tcb-surface-mid);
}

.tcb-card-media {
	height: 210px;
	border-bottom: 2px solid var(--tcb-outline);
}

.tcb-product-image,
.tcb-card-media img,
.tcb-row-image img,
.tcb-hero-media img,
.tcb-cart-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tcb-rating-pill {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	gap: 4px;
	align-items: center;
	padding: 5px 8px;
	border: 2px solid var(--tcb-outline);
	border-radius: 6px;
	background: var(--tcb-surface);
	font-size: 13px;
	font-weight: 800;
}

.tcb-rating-pill .material-symbols-outlined,
.tcb-rating .material-symbols-outlined {
	color: var(--tcb-signal);
	font-size: 18px;
	text-shadow: 1px 1px 0 var(--tcb-outline);
}

.tcb-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.tcb-badge,
.tcb-module-code {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 5px 9px;
	border: 1px solid var(--tcb-outline);
	border-radius: 6px;
	background: var(--tcb-surface-high);
	color: var(--tcb-text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.tcb-badge-strong,
.tcb-module-code {
	border-width: 2px;
	background: var(--tcb-signal);
}

.tcb-badge-style-yellow {
	background: #ffb800;
	color: #000000;
}

.tcb-badge-style-green {
	background: #c6f6d5;
	color: #14532d;
}

.tcb-badge-style-blue {
	background: #c7e7ff;
	color: #0f3b63;
}

.tcb-badge-style-red {
	background: #ffdad6;
	color: #7f1d1d;
}

.tcb-badge-style-violet {
	background: #eadcff;
	color: #4c1d95;
}

.tcb-badge-style-gray {
	background: #eceff3;
	color: #1f2937;
}

.tcb-product-card h2,
.tcb-product-row h2,
.tcb-module-card h3,
.tcb-booking-card h2,
.tcb-summary-card h2,
.tcb-checkout-card h2,
.tcb-order-review-card h2,
.tcb-reviews-card h2,
.tcb-empty-state h2 {
	margin: 0;
	color: var(--tcb-text);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.tcb-product-card p,
.tcb-product-row p,
.tcb-module-card p,
.tcb-warning-box p,
.tcb-description,
.tcb-empty-state p {
	margin: 0;
	color: var(--tcb-muted);
	font-size: 16px;
	line-height: 1.55;
}

.tcb-card-footer,
.tcb-card-topline,
.tcb-meta-row,
.tcb-booking-head,
.tcb-cart-item-head,
.tcb-cart-item-foot,
.tcb-summary-lines div,
.tcb-summary-total {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.tcb-card-footer {
	margin-top: auto;
	flex-wrap: wrap;
}

.tcb-price {
	display: flex;
	gap: 8px;
	align-items: baseline;
	flex-wrap: wrap;
	color: var(--tcb-text);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
}

.tcb-course-storefront .tcb-price,
.tcb-course-storefront .tcb-price-note,
.tcb-course-storefront .tcb-line-price,
.tcb-course-storefront .tcb-line-subtotal,
.tcb-course-storefront .tcb-summary-lines,
.tcb-course-storefront .tcb-summary-total,
.tcb-course-storefront .woocommerce-Price-amount,
.tcb-course-storefront .product-total,
.tcb-course-storefront .cart-subtotal,
.tcb-course-storefront .order-total,
.tcb-course-storefront .tax-total,
.tcb-course-storefront .fee,
.tcb-course-storefront .recurring-totals,
.tcb-course-storefront .cart-discount {
	display: none !important;
}

.tcb-price del {
	color: #8a2424;
	font-size: 0.78em;
	font-weight: 800;
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #b32d2e;
}

.tcb-price ins {
	text-decoration: none;
}

.tcb-price-sale {
	display: grid;
	gap: 6px;
}

.tcb-price-current {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #116329;
	font-weight: 900;
}

.tcb-price-label {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 3px 6px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: #e7f7ed;
	color: #116329;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.tcb-product-row {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 230px;
	overflow: hidden;
}

.tcb-row-image {
	min-height: 210px;
	border-right: 2px solid var(--tcb-outline);
}

.tcb-row-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.tcb-row-action {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
	border-left: 2px solid var(--tcb-outline);
	background: var(--tcb-surface-mid);
}

.tcb-duration {
	color: var(--tcb-muted);
	font-size: 13px;
	font-weight: 800;
}

.tcb-catalog-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 2px 0 4px;
}

.tcb-catalog-facts.is-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 100%;
	margin-top: 4px;
}

.tcb-catalog-fact {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 7px;
	align-items: start;
	min-width: 0;
	padding: 8px 9px;
	border: 1px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-high);
}

.tcb-catalog-facts.is-list .tcb-catalog-fact.is-format {
	grid-column: auto;
}

.tcb-catalog-fact .material-symbols-outlined {
	margin-top: 1px;
	color: var(--tcb-text);
	font-size: 18px;
}

.tcb-catalog-fact dt {
	margin: 0 0 2px;
	color: var(--tcb-muted);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.tcb-catalog-fact dd {
	overflow: visible;
	margin: 0;
	color: var(--tcb-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
	white-space: normal;
}

.tcb-rating {
	display: flex;
	gap: 4px;
	align-items: center;
	flex-wrap: wrap;
	color: var(--tcb-muted);
	font-size: 14px;
	font-weight: 700;
}

.tcb-detail-grid,
.tcb-cart-grid,
.tcb-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
	gap: 32px;
	align-items: start;
}

.tcb-detail-main {
	display: grid;
	gap: 24px;
}

.tcb-hero-card {
	overflow: hidden;
}

.tcb-hero-media {
	height: clamp(280px, 38vw, 430px);
	border-bottom: 2px solid var(--tcb-outline);
}

.tcb-hero-copy {
	display: grid;
	gap: 18px;
	padding: 24px;
}

.tcb-meta-row {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tcb-icon-meta {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	color: var(--tcb-muted);
	font-size: 14px;
	font-weight: 800;
}

.tcb-icon-meta .material-symbols-outlined {
	font-size: 18px;
}

.tcb-description p + p {
	margin-top: 12px;
}

.tcb-module-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tcb-module-card {
	padding: 18px;
}

.tcb-module-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-signal);
}

.tcb-warning-box {
	display: flex;
	gap: 16px;
	padding: 18px;
	background: var(--tcb-signal);
}

.tcb-warning-box > .material-symbols-outlined {
	flex: 0 0 auto;
}

.tcb-warning-box h2 {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.tcb-warning-box p + p {
	margin-top: 6px;
}

.tcb-prerequisite-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding-left: 20px;
}

.tcb-prerequisite-list li {
	color: #000000;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.tcb-important-note {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 2px solid #000000;
}

.tcb-important-note strong {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tcb-reviews-card {
	padding: 22px;
}

.tcb-reviews-card #reviews,
.tcb-reviews-card #comments {
	margin: 0;
}

.tcb-reviews-card h2,
.tcb-reviews-card .woocommerce-Reviews-title,
.tcb-reviews-card .comment-reply-title {
	margin: 0 0 14px;
}

.tcb-reviews-card .commentlist {
	display: grid;
	gap: 12px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.tcb-reviews-card .comment_container {
	padding: 14px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-mid);
}

.tcb-reviews-card .star-rating,
.tcb-reviews-card .stars {
	color: #000000;
	font-weight: 900;
}

.tcb-reviews-card .tcb-rating-select {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.tcb-review-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin: 3px 0 10px;
}

.tcb-reviews-card .comment-form-rating label {
	display: block;
	margin-bottom: 2px;
	font-weight: 500;
	line-height: 1.2;
}

.tcb-review-star {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000000;
	cursor: pointer;
	transition: color 0.16s ease, transform 0.16s ease;
}

.tcb-review-star .material-symbols-outlined {
	font-size: 28px;
	font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
	line-height: 1;
}

.tcb-review-star.is-active {
	color: #ffb800;
}

.tcb-review-star.is-active .material-symbols-outlined {
	font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
}

.tcb-review-star:hover,
.tcb-review-star:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.tcb-reviews-card textarea,
.tcb-reviews-card input[type="text"],
.tcb-reviews-card input[type="email"] {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font: inherit;
}

.tcb-booking-panel,
.tcb-cart-summary,
.tcb-order-review-panel {
	position: sticky;
	top: 24px;
}

.tcb-booking-card,
.tcb-summary-card,
.tcb-order-review-card {
	padding: 24px;
}

.tcb-my-courses {
	display: grid;
	gap: 16px;
}

.tcb-my-course {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	box-shadow: var(--tcb-shadow-sm);
}

.tcb-my-course h3,
.tcb-my-course p {
	margin: 0;
}

.tcb-my-courses-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
}

.tcb-my-courses-pagination span {
	color: var(--tcb-muted);
	font-weight: 800;
}

.tcb-booking-head {
	align-items: flex-end;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 2px solid var(--tcb-outline-soft);
}

.tcb-booking-head > div {
	text-align: right;
}

.tcb-booking-head .tcb-price-note,
.tcb-secure-note,
.tcb-date-note,
.tcb-secure-box p {
	color: var(--tcb-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.tcb-price-large {
	font-size: 34px;
	justify-content: flex-end;
	text-align: right;
}

.tcb-booking-head .tcb-price,
.tcb-booking-head .woocommerce-Price-amount {
	display: inline-flex !important;
	color: #4c4c4c;
}

.tcb-price-large .tcb-price-sale {
	justify-items: end;
}

.tcb-price-large .tcb-price-regular {
	font-size: 18px;
}

.tcb-price-large .tcb-price-current {
	font-size: 40px;
	color: #4c4c4c;
}

.tcb-price-large .tcb-price-label {
	font-size: 12px;
}

.tcb-booking-form,
.tcb-customer-details {
	display: grid;
	gap: 22px;
}

.tcb-booking-step > label,
.tcb-checkout-card > h2,
.tcb-order-review-card > h2 {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tcb-format-grid {
	display: grid;
	gap: 10px;
}

.tcb-format-card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-mid);
	cursor: pointer;
}

.tcb-format-card input,
.tcb-date-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tcb-date-option .tcb-custom-date-input {
	position: static;
	width: 100%;
	height: 34px;
	margin-top: 6px;
	padding: 5px 8px;
	border: 1px solid var(--tcb-outline);
	border-radius: 6px;
	background: #ffffff;
	color: var(--tcb-text);
	font: inherit;
	font-size: 12px;
	opacity: 1;
	pointer-events: auto;
}

.tcb-format-card strong,
.tcb-format-card small {
	display: block;
}

.tcb-format-card strong {
	font-size: 14px;
	font-weight: 900;
}

.tcb-format-card small {
	margin-top: 4px;
	color: var(--tcb-muted);
	font-size: 13px;
	line-height: 1.35;
}

.tcb-format-card .material-symbols-outlined {
	opacity: 0;
	color: var(--tcb-signal);
	text-shadow: 1px 1px 0 var(--tcb-outline);
}

.tcb-format-card:has(input:checked),
.tcb-date-option:has(input:checked) {
	border-color: var(--tcb-outline);
	background: var(--tcb-surface);
	box-shadow: var(--tcb-shadow-sm);
}

.tcb-date-option:has(input:checked) {
	border-width: 3px;
	background: var(--tcb-signal);
	transform: translate(-2px, -2px);
	box-shadow: 1px 1px 0 var(--tcb-outline);
}

.tcb-date-option:has(input:checked)::before {
	content: attr(data-selected-label);
	position: absolute;
	top: -12px;
	right: 10px;
	padding: 3px 8px;
	border: 2px solid var(--tcb-outline);
	border-radius: 6px;
	background: var(--tcb-outline);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.tcb-format-card:has(input:checked) .material-symbols-outlined {
	opacity: 1;
}

.tcb-date-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.tcb-date-option {
	position: relative;
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 10px;
	min-height: 112px;
	padding: 12px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	cursor: pointer;
}

.tcb-date-option.is-hidden {
	display: none;
}

.tcb-date-grid.is-empty {
	display: block;
}

.tcb-date-option.is-full {
	border-color: var(--tcb-outline-soft);
	background: var(--tcb-surface-high);
	color: var(--tcb-muted);
	cursor: not-allowed;
	opacity: 0.68;
	transform: none;
	box-shadow: none;
}

.tcb-date-option.is-full::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 2px dashed var(--tcb-outline-soft);
	border-radius: 6px;
	pointer-events: none;
}

.tcb-date-day {
	display: flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--tcb-outline);
	border-radius: 6px;
	background: var(--tcb-signal);
	color: #000000;
	font-size: 24px;
	font-weight: 900;
}

.tcb-date-meta {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.tcb-date-meta strong,
.tcb-date-meta small {
	overflow-wrap: anywhere;
}

.tcb-date-meta strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.15;
}

.tcb-date-meta small {
	display: flex;
	gap: 4px;
	align-items: center;
	color: var(--tcb-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.tcb-date-option[data-tcb-custom-date="1"] .tcb-date-meta small {
	display: block;
}

.tcb-date-meta .material-symbols-outlined {
	flex: 0 0 auto;
	font-size: 15px;
}

.tcb-date-capacity {
	grid-column: 1 / -1;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 6px;
	background: var(--tcb-surface-mid);
	color: var(--tcb-muted);
	font-size: 12px;
	font-weight: 900;
}

.tcb-date-option.is-full .tcb-date-capacity {
	background: var(--tcb-error-bg);
	color: var(--tcb-error);
}

.tcb-quantity {
	display: inline-grid;
	grid-template-columns: 44px minmax(64px, 86px) 44px;
	overflow: hidden;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
}

.tcb-quantity button {
	border: 0;
	background: var(--tcb-surface-mid);
	color: var(--tcb-text);
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
}

.tcb-quantity input {
	width: 100%;
	min-height: 44px;
	padding: 8px;
	border: 0;
	border-right: 2px solid var(--tcb-outline-soft);
	border-left: 2px solid var(--tcb-outline-soft);
	background: transparent;
	color: var(--tcb-text);
	font: inherit;
	font-weight: 800;
	text-align: center;
}

.tcb-secure-note,
.tcb-secure-box {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.tcb-secure-box {
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 16px;
	padding: 12px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-mid);
}

.tcb-unavailable {
	padding: 14px;
	border: 2px solid var(--tcb-error);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-error-bg);
	color: var(--tcb-error);
	font-weight: 800;
}

.tcb-page-header {
	margin-bottom: 32px;
	padding-bottom: 18px;
	border-bottom: 4px solid var(--tcb-outline);
}

.tcb-cart-grid {
	grid-template-columns: minmax(0, 8fr) minmax(320px, 4fr);
}

.tcb-cart-items {
	display: grid;
	gap: 18px;
}

.tcb-cart-item {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 18px;
	padding: 16px;
}

.tcb-cart-thumb {
	min-height: 132px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
}

.tcb-cart-item-body {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.tcb-cart-item h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.tcb-remove {
	color: var(--tcb-muted);
}

.tcb-remove:hover {
	color: var(--tcb-error);
}

.tcb-cart-booking {
	display: grid;
	gap: 6px;
}

.tcb-cart-booking p {
	display: flex;
	gap: 6px;
	align-items: center;
	margin: 0;
	color: var(--tcb-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.tcb-cart-booking .material-symbols-outlined {
	font-size: 18px;
}

.tcb-cart-pricing {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.tcb-cart-pricing .quantity input.qty {
	width: 72px;
	min-height: 42px;
	padding: 8px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font-weight: 800;
	text-align: center;
}

.tcb-line-price {
	color: var(--tcb-muted);
	font-weight: 700;
}

.tcb-line-subtotal {
	font-size: 24px;
	font-weight: 900;
}

.tcb-cart-actions {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8px;
}

.tcb-cart-actions .tcb-coupon {
	display: grid !important;
	width: min(100%, 560px);
	gap: 10px;
	align-items: start;
}

.tcb-coupon label {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.tcb-cart-actions .tcb-coupon input {
	width: 100%;
	min-height: 44px;
	padding: 12px 14px;
	border: 1px solid #7f735f;
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
}

.tcb-coupon .tcb-button {
	justify-self: start;
	min-height: 32px;
	padding: 5px 10px;
	border: 1px solid #e5244f;
	background: #ffffff;
	color: #e5244f;
	box-shadow: none;
	font-size: 13px;
	font-weight: 400;
}

.tcb-coupon .tcb-button:hover,
.tcb-coupon .tcb-button:focus-visible {
	background: #fff5f7;
	color: #e5244f;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .checkout_coupon,
.tcb-checkout .woocommerce-form-coupon-toggle,
.tcb-checkout .checkout_coupon {
	display: none !important;
}

.tcb-checkout-coupon-row th {
	padding: 14px 0;
	border-top: 2px solid var(--tcb-outline);
	border-bottom: 1px solid #d6d0c2;
}

.tcb-checkout-coupon {
	display: grid;
	gap: 8px;
	text-align: left;
}

.tcb-checkout-coupon label {
	font-size: 16px;
	font-weight: 900;
}

.tcb-checkout-coupon input {
	width: 100%;
	min-height: 38px;
	padding: 9px 12px;
	border: 1px solid #7f735f;
	border-radius: var(--tcb-radius-sm);
	background: #ffffff;
	color: var(--tcb-text);
	font-size: 14px;
	font-weight: 400;
}

.tcb-checkout-coupon .tcb-button {
	justify-self: start;
	min-height: 28px;
	padding: 4px 9px;
	font-size: 12px;
}

.tcb-summary-card {
	border-width: 3px;
}

.tcb-summary-card h2 {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--tcb-outline);
}

.tcb-summary-lines {
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
}

.tcb-summary-lines div {
	font-size: 16px;
}

.tcb-summary-total {
	margin-bottom: 24px;
	padding-top: 16px;
	border-top: 4px solid var(--tcb-outline);
	font-size: 20px;
	font-weight: 900;
}

.tcb-summary-total strong {
	font-size: 28px;
}

.tcb-checkout-grid {
	grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
}

.tcb-checkout .tcb-page-header {
	margin-bottom: 32px;
	padding-bottom: 22px;
	border-bottom: 3px solid #4c4c4c;
}

.tcb-checkout-fields,
.tcb-customer-details {
	display: grid;
	gap: 18px;
}

.tcb-checkout-card,
.tcb-order-review-card {
	padding: 22px;
}

.tcb-checkout-card h2,
.tcb-order-review-card h2 {
	padding-bottom: 12px;
	border-bottom: 2px solid var(--tcb-outline);
}

.tcb-checkout-card h3,
.tcb-order-review-card h3 {
	margin: 18px 0 22px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.tcb-checkout .form-row-first,
.tcb-checkout .form-row-last {
	width: auto;
	float: none;
}

.tcb-checkout .form-row-wide {
	clear: both;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 0;
	align-items: start;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	width: 100%;
	float: none;
	min-width: 0;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
	justify-self: end;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.tcb-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
}

.tcb-checkout .woocommerce-additional-fields__field-wrapper .form-row {
	width: 100%;
}

.tcb-shell .form-row {
	margin: 0 0 14px;
}

.tcb-shell .form-row label {
	display: block;
	margin-bottom: 5px;
	color: var(--tcb-text);
	font-size: 14px;
	font-weight: 800;
}

.tcb-shell .input-text,
.tcb-shell input[type="text"],
.tcb-shell input[type="email"],
.tcb-shell input[type="tel"],
.tcb-shell input[type="password"],
.tcb-shell select,
.tcb-shell .select2-container .select2-selection--single {
	width: 100%;
	min-height: 34px;
	padding: 5px 10px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font: inherit;
	box-sizing: border-box;
	line-height: 22px;
	vertical-align: middle;
}

.tcb-shell .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	height: 34px;
	padding-top: 0;
	padding-bottom: 0;
}

.tcb-shell textarea {
	width: 100%;
	min-height: 68px;
	padding: 7px 10px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font: inherit;
	box-sizing: border-box;
	line-height: 1.35;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper input,
.tcb-checkout .woocommerce-billing-fields__field-wrapper .select2-container {
	width: 100% !important;
	height: 34px !important;
	min-height: 34px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper select {
	width: 100% !important;
	min-height: 34px !important;
	height: auto !important;
	padding: 5px 34px 5px 10px;
	line-height: 22px;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row-last input,
.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row-last select,
.tcb-checkout .woocommerce-billing-fields__field-wrapper .form-row-last .select2-container {
	display: block;
	margin-left: 0;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .select2-selection--single {
	width: 100% !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 34px 0 10px;
}

.tcb-checkout .woocommerce-additional-fields__field-wrapper textarea,
.tcb-checkout .woocommerce-additional-fields__field-wrapper input {
	width: 100%;
}

.tcb-checkout .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
	min-height: 30px;
	line-height: 34px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-checkout .select2-search--dropdown {
	display: none !important;
}

body.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	overflow: hidden;
}

body.woocommerce-checkout .select2-results__option {
	padding: 7px 10px;
	font-family: var(--tcb-body-font-family);
	font-size: 13px;
	line-height: 1.25;
}

body.woocommerce-checkout #billing_state_field {
	display: block !important;
}

body.woocommerce-checkout #billing_state_field .optional {
	display: none !important;
}

.tcb-shell .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--tcb-text);
	line-height: 34px;
}

.tcb-shell .select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.tcb-shell .tcb-per-page-form select,
.tcb-shell .tcb-loop-meta .woocommerce-ordering select,
.tcb-shell .tcb-category-select-form select {
	height: 34px;
	min-height: 34px;
	padding: 5px 34px 5px 12px;
	border-width: var(--tcb-border-width);
	font-family: var(--tcb-heading-font-family);
	font-weight: 500;
}

.tcb-shell .tcb-per-page-form select {
	width: 140px;
	font-size: 12px;
}

.tcb-shell .tcb-category-select-form select {
	width: 240px;
}

.tcb-order-review-card table.shop_table {
	width: 100%;
	margin: 0 0 18px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.tcb-order-review-card table.shop_table th,
.tcb-order-review-card table.shop_table td {
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid var(--tcb-surface-high);
	color: var(--tcb-text);
	text-align: left;
	vertical-align: top;
}

.tcb-order-review-card table.shop_table thead th {
	padding: 12px 0 14px;
	border-top: 1px solid #8f8a7c;
	font-size: 14px;
	font-weight: 800;
}

.tcb-order-review-card table.shop_table tbody td {
	background: #f3f3f3;
	border-bottom: 1px solid #d8d2c2;
}

.tcb-order-review-card table.shop_table tbody td:first-child {
	padding-left: 0;
}

.tcb-order-review-card table.shop_table tbody td:last-child {
	padding-right: 0;
}

.tcb-order-review-card table.shop_table tbody .product-name {
	padding: 14px 8px 14px 0;
}

.tcb-order-review-card table.shop_table tbody .product-total {
	padding: 14px 0 14px 8px;
	font-weight: 700;
	white-space: nowrap;
}

.tcb-review-item-meta {
	display: grid;
	gap: 3px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.tcb-order-review-card .woocommerce-Price-amount,
.tcb-order-review-card .product-total,
.tcb-order-review-card .cart-subtotal th,
.tcb-order-review-card .cart-subtotal td,
.tcb-order-review-card .order-total th,
.tcb-order-review-card .order-total td,
.tcb-order-review-card .tax-total th,
.tcb-order-review-card .tax-total td,
.tcb-order-review-card .fee th,
.tcb-order-review-card .fee td,
.tcb-order-review-card .recurring-totals th,
.tcb-order-review-card .recurring-totals td,
.tcb-order-review-card .cart-discount th,
.tcb-order-review-card .cart-discount td {
	display: table-cell !important;
	color: var(--tcb-text);
}

.tcb-order-review-card .cart-subtotal,
.tcb-order-review-card .order-total,
.tcb-order-review-card .tax-total,
.tcb-order-review-card .fee,
.tcb-order-review-card .recurring-totals,
.tcb-order-review-card .cart-discount {
	display: table-row !important;
	color: var(--tcb-text);
}

.tcb-order-review-card .woocommerce-Price-amount {
	display: inline !important;
}

.tcb-order-review-card table.shop_table td:last-child,
.tcb-order-review-card table.shop_table th:last-child {
	text-align: right;
}

.tcb-order-review-card table.shop_table tfoot tr.order-total th,
.tcb-order-review-card table.shop_table tfoot tr.order-total td {
	padding-top: 18px;
	border-top: 4px solid #4c4c4c;
	border-bottom: 0;
	font-size: 24px;
	font-weight: 900;
}

.tcb-order-review-card table.shop_table tfoot tr.order-total td {
	font-size: 26px;
}

.tcb-order-review-card .woocommerce-checkout-payment {
	padding: 16px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: #f1eff6;
}

.tcb-order-review-card #payment ul.payment_methods {
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 2px solid var(--tcb-outline-soft);
	list-style: none;
}

.tcb-order-review-card #payment div.payment_box {
	margin: 10px 0 0;
	padding: 12px;
	border: 2px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-muted);
}

.tcb-checkout-recommendations {
	margin-top: 18px;
	padding: 18px;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: #ffffff;
}

.tcb-checkout-recommendations h2 {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--tcb-outline);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.tcb-checkout-recommendation-list {
	display: grid;
	gap: 10px;
}

.tcb-checkout-recommendation {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	text-decoration: none;
}

.tcb-checkout-recommendation:hover,
.tcb-checkout-recommendation:focus-visible {
	background: var(--tcb-surface-mid);
	color: var(--tcb-text);
}

.tcb-checkout-recommendation-image {
	display: flex;
	overflow: hidden;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-high);
}

.tcb-checkout-recommendation-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tcb-checkout-recommendation-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.tcb-checkout-recommendation-body strong {
	font-family: var(--tcb-heading-font-family);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.tcb-checkout-recommendation-body span {
	color: var(--tcb-muted);
	font-size: 12px;
	line-height: 1.35;
}

.tcb-checkout-recommendation-body em {
	width: fit-content;
	margin-top: 3px;
	padding: 4px 8px;
	border: 1px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-signal);
	color: #000000;
	font-style: normal;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tcb-order-received {
	display: grid;
	gap: 22px;
}

.tcb-order-received-hero {
	display: grid;
	gap: 20px;
	margin-top: 14px;
}

.tcb-order-received-heading {
	padding: 24px 40px;
}

.tcb-order-received-heading .tcb-shop-title {
	margin: 0 0 12px;
}

.tcb-order-received-heading p {
	max-width: 560px;
	margin: 0;
	color: var(--tcb-muted);
	font-size: 17px;
	line-height: 1.5;
}

.tcb-order-received-rule {
	position: relative;
	height: 52px;
	background: transparent;
	overflow: hidden;
}

.tcb-order-received-rule::before,
.tcb-order-received-rule::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	display: block;
}

.tcb-order-received-rule.is-top::before {
	top: 0;
	height: 24px;
	background: #4c4c4c;
}

.tcb-order-received-rule.is-top::after {
	top: 24px;
	height: 28px;
	background: var(--tcb-signal);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 22%);
}

.tcb-order-received-rule.is-bottom::before {
	top: 0;
	height: 28px;
	background: var(--tcb-signal);
	clip-path: polygon(0 0, 100% 72%, 100% 100%, 0 100%);
}

.tcb-order-received-rule.is-bottom::after {
	top: 28px;
	height: 24px;
	background: #4c4c4c;
}

.tcb-order-confirmation-card,
.tcb-order-received-products,
.tcb-order-received-address {
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: #ffffff;
}

.tcb-order-confirmation-card {
	padding: 18px 22px;
}

.tcb-order-confirmation-card h2,
.tcb-order-received-products h2,
.tcb-order-received-address h2 {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--tcb-outline);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.tcb-order-confirmation-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.tcb-order-confirmation-meta div {
	padding: 10px 12px;
	border: 1px solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface-mid);
}

.tcb-order-confirmation-meta span,
.tcb-order-confirmation-meta strong {
	display: block;
	overflow-wrap: anywhere;
}

.tcb-order-confirmation-meta span {
	margin-bottom: 4px;
	color: var(--tcb-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.tcb-order-confirmation-meta strong {
	font-size: 14px;
	font-weight: 800;
}

.tcb-order-received-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 24px;
	align-items: start;
}

.tcb-order-received-products,
.tcb-order-received-address {
	padding: 22px;
}

.tcb-order-received-products .product-name a {
	color: var(--tcb-text);
	text-decoration: none;
}

.tcb-order-received-products .product-name a:hover,
.tcb-order-received-products .product-name a:focus-visible {
	text-decoration: underline;
}

.tcb-order-received-products tfoot tr.order-total th,
.tcb-order-received-products tfoot tr.order-total td {
	padding-top: 18px;
	border-top: 4px solid #4c4c4c;
	border-bottom: 0;
	font-size: 22px;
	font-weight: 900;
}

.tcb-order-received-address address {
	margin: 0;
	color: var(--tcb-text);
	font-style: normal;
	font-size: 15px;
	line-height: 1.6;
}

.tcb-order-address-contact {
	display: grid;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--tcb-outline-soft);
}

.tcb-order-address-contact p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: var(--tcb-muted);
	font-weight: 700;
}

.tcb-order-address-contact a {
	color: var(--tcb-text);
	overflow-wrap: anywhere;
	text-decoration: none;
}

.tcb-order-address-contact a:hover,
.tcb-order-address-contact a:focus-visible {
	text-decoration: underline;
}

.tcb-order-address-contact .material-symbols-outlined {
	font-size: 18px;
	color: var(--tcb-text);
}

.tcb-order-review-card .place-order {
	margin: 16px 0 0;
}

.tcb-order-review-card #place_order {
	width: 100%;
	min-height: 54px;
	border-color: var(--tcb-outline);
	background: #ffb800;
	color: var(--tcb-text);
	box-shadow: none;
	font-size: 16px;
	font-weight: 800;
}

.tcb-course-request {
	display: grid;
	gap: 22px;
}

.tcb-course-request-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
	gap: 28px;
	align-items: start;
}

.tcb-course-request-card,
.tcb-course-request-summary {
	padding: 22px;
}

.tcb-course-request-form {
	display: grid;
	gap: 14px;
}

.tcb-course-request-form p {
	display: grid;
	gap: 7px;
	margin: 0;
}

.tcb-course-request-form label {
	font-family: var(--tcb-heading-font-family);
	font-size: 14px;
	font-weight: 800;
}

.tcb-course-request-form input,
.tcb-course-request-form textarea {
	width: 100%;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: #ffffff;
	color: var(--tcb-text);
	font: inherit;
}

.tcb-course-request-form input {
	min-height: 38px;
	padding: 7px 12px;
}

.tcb-course-request-form textarea {
	padding: 10px 12px;
	resize: vertical;
}

.tcb-request-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tcb-request-summary-box {
	display: grid;
	gap: 8px;
	padding: 16px;
	border: var(--tcb-border-width) solid var(--tcb-outline-soft);
	border-radius: var(--tcb-radius-sm);
	background: #f4f4f4;
}

.tcb-request-summary-box strong {
	font-family: var(--tcb-heading-font-family);
	font-size: 17px;
}

.tcb-request-success,
.tcb-request-errors {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: var(--tcb-border-width) solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	font-weight: 800;
}

.tcb-request-success {
	background: #dcfce7;
}

.tcb-request-errors {
	background: #fee2e2;
}

.tcb-request-errors p {
	margin: 0;
}

.tcb-empty-state {
	padding: 40px 24px;
	text-align: center;
}

.tcb-empty-state h1 {
	margin: 0 0 10px;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.08;
}

.tcb-empty-state .tcb-button {
	margin-top: 18px;
}

.woocommerce-notices-wrapper {
	max-width: var(--tcb-max);
	margin: 0 auto;
	padding: 0 24px;
}

.woocommerce-form-coupon-toggle {
	box-sizing: border-box;
	max-width: var(--tcb-max);
	margin: 24px auto 0;
	padding: 0 24px;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner {
	width: 100%;
	margin: 0;
	border-color: #4c4c4c;
	background: #818181;
	color: #ffffff;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner a {
	color: #ffffff;
	font-weight: 800;
	text-decoration: underline;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner svg {
	background: #818181;
	fill: #ffffff;
	color: #ffffff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
	max-width: var(--tcb-max);
	margin: 16px auto;
	padding: 14px 18px;
	border: 2px solid var(--tcb-outline);
	border-radius: var(--tcb-radius-sm);
	background: var(--tcb-surface);
	color: var(--tcb-text);
	font-weight: 700;
	list-style-position: inside;
}

.woocommerce-error {
	border-color: var(--tcb-error);
	background: var(--tcb-error-bg);
	color: var(--tcb-error);
}

.woocommerce-info,
.wc-block-components-notice-banner.is-info {
	background: var(--tcb-info-bg);
}

.woocommerce-message,
.wc-block-components-notice-banner.is-success {
	background: var(--tcb-signal);
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
	border-color: #4c4c4c;
	background: #818181;
	color: #ffffff;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info svg,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__icon {
	border-radius: 50%;
	background: #818181;
	fill: #ffffff;
	color: #ffffff;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info svg path {
	fill: #ffffff;
}

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info svg circle {
	fill: #818181;
}

.wc-block-components-notice-banner.is-error {
	border-color: var(--tcb-error);
	background: var(--tcb-error-bg);
	color: var(--tcb-error);
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	font-weight: 900;
	text-decoration: underline;
}

.tcb-shell .required {
	color: var(--tcb-error);
}

@media (max-width: 1100px) {
	.tcb-course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcb-product-row {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.tcb-catalog-facts.is-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcb-row-action {
		grid-column: 1 / -1;
		align-items: flex-start;
		border-top: 2px solid var(--tcb-outline);
		border-left: 0;
	}

	.tcb-detail-grid,
	.tcb-cart-grid,
	.tcb-checkout-grid {
		grid-template-columns: 1fr;
	}

	.tcb-booking-panel,
	.tcb-cart-summary,
	.tcb-order-review-panel {
		position: static;
	}
}

@media (max-width: 760px) {
	.tcb-shell {
		padding: 32px 16px;
	}

	.tcb-alert {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.tcb-shop-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.tcb-shop-heading h1,
	.tcb-page-header h1,
	.tcb-hero-copy h1 {
		font-size: 34px;
	}

	.tcb-shop-heading-copy {
		transform: none;
	}

	.tcb-shop-title {
		gap: 10px;
	}

	.tcb-course-grid,
	.tcb-module-grid,
	.tcb-date-grid,
	.tcb-catalog-facts,
	.tcb-catalog-facts.is-list {
		grid-template-columns: 1fr;
	}

	.tcb-catalog-facts.is-list .tcb-catalog-fact.is-format {
		grid-column: auto;
	}

	.tcb-product-row,
	.tcb-cart-item {
		grid-template-columns: 1fr;
	}

	.tcb-row-image {
		border-right: 0;
		border-bottom: 2px solid var(--tcb-outline);
	}

	.tcb-cart-thumb {
		min-height: 180px;
	}

	.tcb-card-footer,
	.tcb-cart-item-foot,
	.tcb-cart-pricing,
	.tcb-booking-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.tcb-booking-head > div {
		text-align: left;
	}

	.tcb-price-large {
		justify-content: flex-start;
		text-align: left;
	}

	.tcb-price-large .tcb-price-sale {
		justify-items: start;
	}

	.tcb-shop-controls,
	.tcb-loop-meta,
	.tcb-loop-controls,
	.tcb-cart-actions,
	.tcb-coupon {
		align-items: stretch;
		flex-direction: column;
	}

	.tcb-view-toggle,
	.tcb-view-toggle a,
	.tcb-filter,
	.tcb-coupon input,
	.tcb-coupon .tcb-button {
		width: 100%;
	}
}
