.uk-sd-event-page,
.uk-sd-event-hero {
	--uk-blue: #005ba9;
	--uk-blue-dark: #003f76;
	--uk-orange: #f59b00;
	--uk-teal: #009a9b;
	--uk-light-blue: #84cee4;
	--uk-magenta: #c7007f;
	--uk-ink: #30343b;
	--uk-muted: #5a5a5a;
	--uk-line: #dfe7ec;
	--uk-surface: #f5f9fb;
	color: var(--uk-ink);
	font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-sd_cpt_event .breadcrumbs,
body.single-sd_cpt_event .breadcrumb,
body.single-sd_cpt_event .breadcrumb-trail,
body.single-sd_cpt_event .yoast-breadcrumb,
body.single-sd_cpt_event .rank-math-breadcrumb,
body.single-sd_cpt_event nav[aria-label="Breadcrumb"],
body.single-sd_cpt_event nav[aria-label="breadcrumb"] {
	display: none !important;
}

.uk-sd-event-page *,
.uk-sd-event-page *::before,
.uk-sd-event-page *::after {
	box-sizing: border-box;
}

.uk-sd-theme-detail-column {
	min-width: 0;
}

.uk-sd-theme-detail-column .uk-sd-event-page {
	width: 100%;
}

.uk-sd-event-inner {
	margin: 0 auto;
	max-width: 1217px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.uk-sd-event-hero {
	background: linear-gradient(120deg, rgba(132, 206, 228, .36), rgba(0, 154, 155, .12));
	border-bottom: 5px solid var(--uk-orange);
	margin-left: auto;
	margin-right: auto;
	max-width: 1217px;
	min-height: clamp(300px, 30vh, 360px);
	overflow: hidden;
	width: 100%;
}

.uk-sd-event-hero.has-image {
	background-image: var(--uk-event-image);
	background-position: center;
	background-size: cover;
}

.uk-sd-event-hero__overlay {
	align-items: flex-end;
	background: linear-gradient(90deg, rgba(0, 63, 118, .94), rgba(0, 91, 169, .65) 62%, rgba(0, 91, 169, .18));
	color: #fff;
	display: flex;
	min-height: clamp(300px, 30vh, 360px);
	padding: clamp(2.25rem, 4vw, 3.75rem) 0;
}

.uk-sd-event-labels {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 1rem;
}

.uk-sd-event-labels span {
	background: var(--uk-orange);
	color: #fff;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .06em;
	padding: .35rem .65rem;
	text-transform: uppercase;
}

.uk-sd-event-hero h1 {
	color: inherit;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
	max-width: 980px;
}

.uk-sd-event-hero.is-theme-header {
	height: 100%;
	margin: 0;
	max-width: none;
	min-height: 300px;
}

.uk-sd-event-hero.is-theme-header .uk-sd-event-hero__overlay {
	height: 100%;
	min-height: 300px;
}

.uk-sd-event-subtitle {
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.6;
	margin: 1rem 0 0;
	max-width: 780px;
}

.uk-sd-event-grid {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
	padding-bottom: clamp(3rem, 7vw, 6rem);
	padding-top: clamp(3rem, 7vw, 6rem);
}

.uk-sd-event-grid.has-instructors {
	padding-bottom: 2rem;
}

.uk-sd-event-content h2,
.uk-sd-event-booking h2 {
	color: var(--uk-blue);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 1.25rem;
}

.uk-sd-event-description {
	font-size: 1rem;
	line-height: 1.75;
}

.uk-sd-event-description p,
.uk-sd-event-description div {
	margin-bottom: .75rem;
}

.uk-sd-event-sidebar {
	align-self: start;
	display: grid;
	gap: 1.5rem;
	position: sticky;
	top: 2rem;
}

.uk-sd-event-facilitators,
.uk-sd-event-booking {
	background: var(--uk-surface);
	padding: 1.5rem;
}

.uk-sd-event-facilitators {
	border-top: 5px solid var(--uk-teal);
}

.uk-sd-event-instructors-bottom {
	padding-bottom: clamp(3rem, 7vw, 6rem);
}

.uk-sd-event-instructors-bottom .uk-sd-event-facilitators {
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.uk-sd-event-instructors-bottom .uk-sd-event-facilitators h2 {
	color: var(--uk-blue);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 1.25rem;
}

.uk-sd-event-instructors-bottom .uk-sd-event-facilitator-list {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.uk-sd-event-booking {
	border-top: 5px solid var(--uk-orange);
}

.uk-sd-event-booking h2,
.uk-sd-event-facilitators h2 {
	font-size: 1.35rem;
}

.uk-sd-event-facilitator-list {
	display: grid;
	gap: 1rem;
}

.uk-sd-event-facilitator {
	align-items: center;
	background: #fff;
	border: 1px solid var(--uk-line);
	display: grid;
	gap: .9rem;
	grid-template-columns: 76px minmax(0, 1fr);
	padding: .75rem;
}

.uk-sd-event-facilitator:not(:has(img)) {
	grid-template-columns: 1fr;
}

.uk-sd-event-facilitator img {
	aspect-ratio: 1;
	border-radius: 50%;
	height: 76px;
	margin: 0;
	object-fit: cover;
	width: 76px;
}

.uk-sd-event-facilitator strong,
.uk-sd-event-facilitator a {
	display: block;
}

.uk-sd-event-facilitator strong {
	color: var(--uk-blue);
	line-height: 1.35;
}

.uk-sd-event-facilitator a {
	color: var(--uk-teal);
	font-size: .82rem;
	font-weight: 700;
	margin-top: .35rem;
	text-decoration: none;
}

.uk-sd-event-dates {
	display: grid;
	gap: 1rem;
}

.uk-sd-event-date {
	background: #fff;
	border: 1px solid var(--uk-line);
	display: grid;
	gap: .45rem;
	padding: 1rem;
}

.uk-sd-event-date strong {
	color: var(--uk-blue);
	font-size: 1.05rem;
}

.uk-sd-event-date > span:not(.uk-sd-event-status) {
	color: var(--uk-muted);
	font-size: .88rem;
	line-height: 1.45;
}

.uk-sd-event-date .uk-sd-event-price {
	color: var(--uk-ink);
	font-weight: 800;
}

.uk-sd-event-status {
	align-items: center;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 800;
	gap: .45rem;
}

.uk-sd-event-status i {
	background: var(--uk-teal);
	border-radius: 50%;
	display: inline-block;
	height: .65rem;
	width: .65rem;
}

.uk-sd-event-status.is-limited i {
	background: var(--uk-orange);
}

.uk-sd-event-status.is-wait_list i,
.uk-sd-event-status.is-fully_booked i {
	background: var(--uk-magenta);
}

.uk-sd-event-status.is-canceled i,
.uk-sd-event-status.is-cancelled i,
.uk-sd-event-status.is-unknown i {
	background: #70757a;
}

.uk-sd-booking-button {
	background: var(--uk-blue);
	color: #fff;
	display: block;
	font-weight: 800;
	margin-top: 1.25rem;
	padding: .95rem 1.2rem;
	text-align: center;
	text-decoration: none;
}

.uk-sd-booking-button:hover,
.uk-sd-booking-button:focus-visible {
	background: var(--uk-blue-dark);
	color: #fff;
}

.uk-sd-back-link {
	color: var(--uk-blue);
	display: inline-block;
	font-weight: 700;
	margin-top: 1.25rem;
	text-decoration: none;
}

.uk-sd-back-link:hover,
.uk-sd-back-link:focus-visible {
	color: var(--uk-magenta);
	text-decoration: underline;
}

.uk-sd-event-empty {
	margin: 3rem auto;
	max-width: 900px;
	padding: 1rem;
}

@media (max-width: 900px) {
	.uk-sd-event-grid {
		grid-template-columns: 1fr;
	}

	.uk-sd-event-sidebar {
		position: static;
	}
}

@media (min-width: 1024px) {
	.uk-sd-theme-detail-grid > .uk-sd-theme-detail-column {
		grid-column: span 3 / span 3;
	}
}

@media (max-width: 680px) {
	.uk-sd-event-inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.uk-sd-event-hero,
	.uk-sd-event-hero__overlay {
		min-height: 300px;
	}
}
