.top-bar {
	background-color: #735491;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #735491;
}

footer {
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
}

.accordion-like-list dd {
	display: block;
	margin-bottom: 0 !important;
	background: #efefef;
	color: #222222;
	padding: 0.5rem;
	display: block;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

.name {
	padding-left: 10px;
	font-weight: bold;
}

.leftpane {
	background-color: #cccccc;
}

/* Program page specific styles */
.schedule {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 120%;
}

.last {
	margin-bottom: 1.5em;
}

.time-range {
	font-size: 10pt;
	text-align: right;
}

@media only screen and (min-width: 641px) {
	.time-range {
		font-size: 10pt;
	}
}

.keynote-container {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}

.keynote-image {
	flex-shrink: 0;
	width: 120px;
}

.keynote-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.keynote-content {
	flex: 1;
}

.keynote-speaker {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.keynote-title {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.4;
}

@media only screen and (max-width: 640px) {
	.keynote-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.keynote-image {
		width: 100px;
		margin-bottom: 15px;
	}
}

.program-info-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	padding: 22px 32px 22px 32px;
	margin-bottom: 22px;
	margin-top: 10px;
	max-width: 700px;
}

.program-details {
	margin-bottom: 2px;
}

.program-date-location {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	font-size: 1.1em;
	color: #2c3e50;
	margin-bottom: 2px;
}

.program-date i,
.program-location i {
	color: #735491;
	margin-right: 5px;
}

.program-registration-link {
	font-size: 1.1em;
	color: #2c3e50;
}

.program-registration-link i {
	color: #735491;
	margin-right: 5px;
}

.program-mainconf-label {
	font-weight: 500;
	color: #555;
	margin-right: 6px;
}

.program-mainconf-title {
	font-weight: 600;
	color: #735491;
}

.program-schedule {
	margin-top: 10px;
}

.schedule-title {
	font-size: 1.15em;
	font-weight: 600;
	margin-bottom: 1px;
	color: #333;
}

.schedule-timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 3px solid #735491;
}

.schedule-timeline li {
	position: relative;
	margin-bottom: 18px;
	padding-left: 22px;
}

.schedule-timeline li:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 3px solid #735491;
	border-radius: 50%;
	z-index: 1;
}

.schedule-time {
	font-weight: 500;
	color: #735491;
	margin-right: 10px;
	min-width: 70px;
	display: inline-block;
}

.schedule-session {
	font-weight: 500;
	color: #222;
}

.schedule-sub {
	list-style: none;
	padding-left: 0;
	margin: 6px 0 0 0;
}

.schedule-sub li {
	font-size: 0.98em;
	color: #555;
	margin-bottom: 2px;
	padding-left: 0;
}

.schedule-break {
	color: #888 !important;
	font-style: italic;
	font-weight: 400 !important;
}

.schedule-break .schedule-time {
	color: #888 !important;
}

.schedule-session-header {
	font-size: 1.1em;
	font-weight: 600;
	color: #735491;
	margin: 10px 0 10px 0;
	padding: 8px 12px;
	background: #f8f9fa;
	border-left: 4px solid #735491;
	border-radius: 4px;
}

.schedule-event {
	margin-bottom: 12px;
}

.schedule-session {
	margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
	.program-info-card {
		padding: 16px 8px 12px 8px;
		max-width: 100%;
	}

	.program-date-location {
		flex-direction: column;
		gap: 4px;
	}
}


.page-limit {
	font-style: italic;
	font-weight: normal;
	margin: 0 4px;
	color: #666;
	text-transform: none;
	letter-spacing: normal;
}