.ht-container-536647f0 {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	overflow: hidden;
	padding: 20px 0;
}

.ht-wrapper-536647f0 {
	overflow-x: auto;
	scroll-behavior: smooth;
	flex-grow: 1;
	position: relative;
	padding: 150px 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ht-wrapper-536647f0::-webkit-scrollbar {
	display: none;
}

.ht-line-536647f0 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	background: #ddd;
	transform: translateY(-50%);
	z-index: 1;
	min-width: 100%;
}

.ht-events-536647f0 {
	display: flex;
	gap: 150px;
	padding: 0 50px;
	position: relative;
	z-index: 2;
}

.ht-event-536647f0 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 150px;
}

.ht-marker-536647f0 {
	width: 50px;
	height: 50px;
	background: #3498db;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	border: 4px solid #fff;
	box-shadow: 0 0 0 4px #3498db;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.ht-content-536647f0 {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	text-align: center;
	position: absolute;
	width: 200px;
}

.ht-event-536647f0.ht-top .ht-content-536647f0 {
	bottom: 80px;
}

.ht-event-536647f0.ht-bottom .ht-content-536647f0 {
	top: 80px;
}

.ht-content-536647f0 h4 {
	margin: 0 0 5px;
	font-size: 16px;
}

.ht-content-536647f0 p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.ht-nav-btn {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 4;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	flex-shrink: 0;
}

.ht-nav-btn:hover {
	background: #f0f0f0;
}

.ht-prev-536647f0 {
	margin-right: 10px;
}

.ht-next-536647f0 {
	margin-left: 10px;
}
