.sp-wrapper-1c9637a2 {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.sp-wrapper-1c9637a2::before,
.sp-wrapper-1c9637a2::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 2;
	pointer-events: none;
}

.sp-wrapper-1c9637a2::before {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.sp-wrapper-1c9637a2::after {
	right: 0;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.sp-track-1c9637a2 {
	display: flex;
	width: max-content;
	animation: spScroll1c9637a2 30s linear infinite;
}

.sp-wrapper-1c9637a2[data-direction="reverse"] .sp-track-1c9637a2 {
	animation-direction: reverse;
}

.sp-wrapper-1c9637a2.sp-paused-1c9637a2 .sp-track-1c9637a2 {
	animation-play-state: paused;
}

@keyframes spScroll1c9637a2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.sp-card-1c9637a2 {
	width: 320px;
	min-width: 320px;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	flex-shrink: 0;
}

.sp-card-1c9637a2:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.sp-image-1c9637a2 {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.sp-no-image-1c9637a2 {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.sp-image-overlay-1c9637a2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.3s ease;
}

.sp-card-1c9637a2:hover .sp-image-overlay-1c9637a2 {
	background-color: rgba(0, 0, 0, 0.1);
}

.sp-content-1c9637a2 {
	padding: 20px;
}

.sp-title-1c9637a2 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #1a1a2e;
}

.sp-title-1c9637a2 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sp-title-1c9637a2 a:hover {
	color: #e94560;
}

.sp-excerpt-1c9637a2 {
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
}

.sp-readmore-1c9637a2 {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #e94560;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sp-readmore-1c9637a2:hover {
	color: #c81e45;
}
