.ctl-99732373-wrap { width: 100%; }

.ctl-99732373-day { position: relative; }
.ctl-99732373-day-header {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	background-color: #111827;
	color: #fff;
	padding: 14px 18px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.ctl-99732373-day-label { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.ctl-99732373-day-date { opacity: .85; font-size: .9em; }

.ctl-99732373-events {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 24px 0 24px 56px;
}
.ctl-99732373-events::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #e5e7eb;
}
.ctl-99732373-events-progress {
	position: absolute;
	left: 22px;
	top: 0;
	width: 2px;
	background-color: #2563eb;
	height: 0;
	z-index: 1;
	transition: height 0.1s linear;
}

.ctl-99732373-event {
	position: relative;
	margin: 0 18px 18px 0;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .4s ease, transform .4s ease;
}
.ctl-99732373-event.ctl-99732373-visible { opacity: 1; transform: translateY(0); }
.ctl-99732373-event:last-child { margin-bottom: 0; }

.ctl-99732373-event::before {
	content: "";
	position: absolute;
	left: -42px;
	top: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #e5e7eb;
	box-shadow: 0 0 0 4px rgba(229,231,235,.5);
	z-index: 2;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ctl-99732373-event.ctl-99732373-active::before {
	background-color: #2563eb;
	box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}

.ctl-99732373-event-card {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px 18px;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.ctl-99732373-event-time {
	font-weight: 700;
	font-size: .9em;
	color: #2563eb;
	margin-bottom: 4px;
	letter-spacing: .03em;
}
.ctl-99732373-event-title {
	margin: 0 0 4px;
	font-size: 1.1em;
	color: #111827;
	line-height: 1.3;
}
.ctl-99732373-event-subtitle {
	color: #374151;
	font-size: .98em;
	margin-bottom: 8px;
	line-height: 1.4;
}
.ctl-99732373-event-speakers {
	color: #6b7280;
	font-size: .92em;
	margin-bottom: 8px;
}
.ctl-99732373-event-venue-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.ctl-99732373-event-venue-img {
	flex-shrink: 0;
}
.ctl-99732373-event-venue-img img {
	display: block;
	max-width: 40px;
	height: auto;
	border-radius: 4px;
}
.ctl-99732373-event-venue {
	color: #6b7280;
	font-size: .9em;
}
.ctl-99732373-event-button {
	display: inline-block;
	background-color: #2563eb;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-size: .9em;
	transition: background-color .2s ease, transform .2s ease;
}
.ctl-99732373-event-button:hover { background-color: #1d4ed8; transform: translateY(-1px); }

@media (max-width: 480px) {
	.ctl-99732373-events { padding-left: 40px; }
	.ctl-99732373-events::before, .ctl-99732373-events-progress { left: 14px; }
	.ctl-99732373-event::before { left: -32px; }
}