body:has(.dst-event-confirmation:not(.dst-event-confirmation--page)) {
	background: #841625;
}

.dst-event-confirmation {
	--dst-confirm-bg: #841625;
	--dst-confirm-bg-deep: #6f1020;
	--dst-confirm-cream: #fefaef;
	--dst-confirm-paper: #f8f1e6;
	--dst-confirm-muted: rgba(254, 250, 239, 0.78);
	--dst-confirm-line: rgba(254, 250, 239, 0.42);
	--dst-confirm-shadow: 0 18px 38px rgba(42, 5, 13, 0.24);
	position: fixed;
	inset: 0;
	z-index: 90;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 20px 16px 28px;
	overflow-x: hidden;
	overflow-y: auto;
	background: var(--dst-confirm-bg);
	color: var(--dst-confirm-cream);
	font-family: inherit;
}

.dst-event-confirmation,
.dst-event-confirmation * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dst-event-confirmation__shell {
	display: flex;
	width: min(100%, 430px);
	min-height: calc(100vh - 48px);
	min-height: calc(100dvh - 48px);
	margin: 0 auto;
	flex-direction: column;
}

.dst-event-confirmation__topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 42px;
}

.dst-event-confirmation__brand {
	display: inline-flex;
	width: 104px;
	min-height: 52px;
	align-items: flex-start;
	color: var(--dst-confirm-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 0.82;
	text-decoration: none;
}

.dst-event-confirmation__brand img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.dst-event-confirmation__account-icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	color: var(--dst-confirm-cream);
	text-decoration: none;
}

.dst-event-confirmation__account-icon:hover,
.dst-event-confirmation__account-icon:focus-visible,
.dst-event-confirmation__brand:hover,
.dst-event-confirmation__brand:focus-visible {
	opacity: 0.78;
	outline: none;
}

.dst-event-confirmation__heading {
	margin-bottom: 24px;
	text-align: center;
}

.dst-event-confirmation__heading h1 {
	margin: 0;
	color: var(--dst-confirm-cream);
	font-size: 2rem!important;
	font-weight: 600!important;
	line-height: 1.05;
	font-family: "Gopher", sans-serif!important;
}

.dst-event-confirmation__heading p {
	margin: 6px 0 0;
	color: var(--dst-confirm-cream);
	font-family: "Relation de luxe";
	font-size: 2rem;
	font-weight: 400;
	line-height: 0.98;
}

.dst-event-confirmation__event-card {
	width: min(100%, 292px);
	margin: 0 auto 28px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	background: var(--dst-confirm-paper);
	box-shadow: var(--dst-confirm-shadow);
	color: var(--dst-confirm-bg-deep);
}

.dst-event-confirmation__visual {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 8px solid var(--dst-confirm-paper);
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	place-items: center;
	background: #5e0e1a;
}

.dst-event-confirmation__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 4, 9, 0.04) 20%, rgba(28, 4, 9, 0.36) 70%, rgba(28, 4, 9, 0.5) 100%);
}

.dst-event-confirmation__visual--empty {
	background:
		linear-gradient(135deg, rgba(254, 250, 239, 0.16), rgba(254, 250, 239, 0.02)),
		#6f1020;
}

.dst-event-confirmation__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dst-event-confirmation__visual-title {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 88%;
	color: var(--dst-confirm-cream);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.14;
	text-align: center;
	text-wrap: balance;
	text-shadow: 0 2px 14px rgba(22, 3, 7, 0.34);
	overflow-wrap: anywhere;
}

.dst-event-confirmation__calendar {
	display: grid;
	gap: 8px;
	padding: 12px 14px 14px;
	border-top: 1px solid rgba(111, 16, 32, 0.12);
}

.dst-event-confirmation__calendar-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--dst-confirm-bg-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.2;
}

.dst-event-confirmation__calendar-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.dst-event-confirmation__calendar-links a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border: 1px solid rgba(111, 16, 32, 0.22);
	border-radius: 999px;
	color: var(--dst-confirm-bg-deep);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.dst-event-confirmation__calendar-links a:hover,
.dst-event-confirmation__calendar-links a:focus-visible {
	background: var(--dst-confirm-bg-deep);
	color: var(--dst-confirm-paper);
	outline: none;
}

.dst-event-confirmation__calendar-missing {
	margin: 0;
	color: rgba(111, 16, 32, 0.7);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.dst-event-confirmation__details {
	width: min(100%, 292px);
	margin: 0 auto 26px;
}

.dst-event-confirmation__detail-row {
	display: grid;
	grid-template-columns: 28px minmax(64px, 1fr) minmax(120px, 1.5fr);
	gap: 10px;
	align-items: center;
	min-height: 56px;
	border-bottom: 1px solid var(--dst-confirm-line);
	color: var(--dst-confirm-cream);
}

.dst-event-confirmation__detail-row:last-child {
	border-bottom: 0;
}

.dst-event-confirmation__detail-icon {
	display: inline-flex;
	color: var(--dst-confirm-cream);
}

.dst-event-confirmation__detail-label,
.dst-event-confirmation__detail-value {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.25;
}

.dst-event-confirmation__detail-label {
	font-weight: 700;
}

.dst-event-confirmation__detail-value {
	justify-self: end;
	max-width: 100%;
	text-align: right;
	overflow-wrap: anywhere;
}

.dst-event-confirmation__email-copy {
	width: min(100%, 292px);
	margin: 0 auto 16px;
	color: var(--dst-confirm-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.25;
}

.dst-event-confirmation__email-copy p {
	margin: 0 0 8px;
}

.dst-event-confirmation__email-copy a {
	color: var(--dst-confirm-cream);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dst-event-confirmation__account-button {
	display: inline-flex;
	width: fit-content;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 8px 18px;
	border: 1px solid var(--dst-confirm-paper);
	border-radius: 0;
	background: var(--dst-confirm-paper);
	color: var(--dst-confirm-bg-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.dst-event-confirmation__account-button:hover,
.dst-event-confirmation__account-button:focus-visible {
	background: transparent;
	color: var(--dst-confirm-paper);
	outline: none;
}

.dst-event-confirmation--message {
	display: grid;
	place-items: center;
}

.dst-event-confirmation--message .dst-event-confirmation__shell {
	min-height: auto;
	align-items: center;
	justify-content: center;
	gap: 18px;
	text-align: center;
}

.dst-event-confirmation__notice {
	max-width: 30rem;
	margin: 0;
	color: var(--dst-confirm-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.4;
}

.dst-event-confirmation--error .dst-event-confirmation__notice {
	color: rgba(255, 220, 220, 0.96);
}

@media (min-width: 720px) {
	.dst-event-confirmation {
		padding: 24px 22px 34px;
	}

	.dst-event-confirmation__shell {
		min-height: calc(100vh - 58px);
		min-height: calc(100dvh - 58px);
	}
}

/* ── Page / Elementor widget variant ───────────────────────────────────── */

.dst-event-confirmation--page {
	position: static;
	inset: auto;
	z-index: auto;
	overflow: visible;
	min-height: 0;
	background: transparent;
	padding: 0;
}

.dst-event-confirmation--page .dst-event-confirmation__shell {
	min-height: 0;
	padding: 0;
}

.dst-event-confirmation--page .dst-event-confirmation__topbar {
	display: none;
}

/* ── Responsive overrides ───────────────────────────────────────────────── */

@media (max-width: 360px) {
	.dst-event-confirmation__heading h1 {
		font-size: 29px;
	}

	.dst-event-confirmation__heading p {
		font-size: 39px;
	}

	.dst-event-confirmation__visual-title {
		font-size: 30px;
	}

	.dst-event-confirmation__detail-row {
		grid-template-columns: 24px minmax(54px, 0.8fr) minmax(112px, 1.5fr);
		gap: 8px;
	}
}
