.ht-2ae34403-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.ht-2ae34403-scroll-container {
	flex-grow: 1;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	position: relative;
	padding: 50px 0;
}

.ht-2ae34403-scroll-container::-webkit-scrollbar {
	display: none;
}

.ht-2ae34403-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: max-content;
	min-width: 100%;
	height: 4px;
	background-color: #e2e8f0;
	transform: translateY(-50%);
	z-index: 1;
}

.ht-2ae34403-items {
	display: flex;
	min-width: 100%;
	position: relative;
	z-index: 2;
}

.ht-2ae34403-item {
	flex: 0 0 300px;
	padding: 0 20px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.ht-2ae34403-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.ht-2ae34403-content-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.ht-2ae34403-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	text-align: center;
	margin: 20px 0;
	width: 100%;
}

.ht-2ae34403-marker {
	width: 40px;
	height: 40px;
	background-color: #3b82f6;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	box-shadow: 0 0 0 4px #fff, 0 2px 4px rgba(0,0,0,0.1);
	z-index: 3;
}

.ht-2ae34403-marker svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ht-2ae34403-nav {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.ht-2ae34403-nav:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

.ht-2ae34403-prev {
	left: -20px;
}

.ht-2ae34403-next {
	right: -20px;
}

.ht-2ae34403-title {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #1e293b;
}

.ht-2ae34403-date {
	display: block;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 10px;
}

.ht-2ae34403-desc {
	margin: 0;
	font-size: 14px;
	color: #475569;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.ht-2ae34403-item {
		flex: 0 0 250px;
	}
	.ht-2ae34403-nav {
		display: none;
	}
	.ht-2ae34403-scroll-container {
		padding: 20px 0;
	}
}