.ld-sc-event-countdown {
	--ld-sc-cd-text: #ffffff;
	--ld-sc-cd-muted: rgba(255, 255, 255, 0.82);
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: var(--ld-sc-layout-pt, 48px) var(--ld-sc-layout-pr, 24px) var(--ld-sc-layout-pb, 48px) var(--ld-sc-layout-pl, 24px);
	color: var(--ld-sc-cd-text);
	text-align: center;
	box-sizing: border-box;
}

.ld-sc-event-countdown__eyebrow {
	margin: 0 0 12px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	color: var(--ld-sc-cd-muted);
}

.ld-sc-event-countdown__title {
	margin: 0 0 16px;
	font-size: clamp(36px, 6vw, 56px);
	font-style: italic;
	font-weight: 600;
	line-height: 1.15;
	color: var(--ld-sc-cd-text);
}

.ld-sc-event-countdown__location {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 36px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--ld-sc-cd-muted);
}

.ld-sc-event-countdown__location.is-hidden {
	display: none;
}

.ld-sc-event-countdown__location-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.ld-sc-event-countdown__location-icon .ld-sc-icon,
.ld-sc-event-countdown__location-icon i,
.ld-sc-event-countdown__location-icon svg {
	width: 1.1em;
	height: 1.1em;
	font-size: 1.1em;
	fill: currentColor;
}

.ld-sc-event-countdown__location-prefix {
	font-weight: 600;
}

.ld-sc-event-countdown__timer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(20px, 5vw, 48px);
	margin: 0 0 40px;
}

.ld-sc-event-countdown__unit {
	min-width: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.ld-sc-event-countdown__value {
	font-size: clamp(40px, 8vw, 64px);
	font-weight: 700;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
	color: var(--ld-sc-cd-text);
}

.ld-sc-event-countdown__label {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	color: var(--ld-sc-cd-muted);
}

.ld-sc-event-countdown__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid var(--ld-sc-cd-text);
	border-radius: 999px;
	background: transparent;
	color: var(--ld-sc-cd-text);
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ld-sc-event-countdown__cta:hover,
.ld-sc-event-countdown__cta:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: var(--ld-sc-cd-text);
}

.ld-sc-event-countdown__empty {
	margin: 0;
	font-size: 16px;
	color: var(--ld-sc-cd-muted);
}
