.wmc-progress-swiper {
	width: 100%;
	position: relative;
}

.wmc-progress-swiper__container {
	width: 100%;
	overflow: hidden;
}

.wmc-progress-swiper__slide {
	height: auto;
}

.wmc-progress-swiper__slide-inner {
	display: flex;
	flex-direction: column;
}

.wmc-progress-swiper__image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.wmc-progress-swiper__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.wmc-progress-swiper__image:hover img {
	transform: scale(1.05);
}

.wmc-progress-swiper__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.wmc-progress-swiper__title {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin: 15px 0;
	text-align: left;
	line-height: 1.4;
}

.wmc-progress-swiper__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.wmc-progress-swiper__title a:hover {
	opacity: 0.8;
}

.wmc-progress-swiper__progress-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.wmc-progress-swiper__progress {
	width: 100%;
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.wmc-progress-swiper__progress-fill {
	width: 0%;
	height: 100%;
	background-color: #3b82f6;
	border-radius: 2px;
	transition: width 0.05s linear;
	position: absolute;
	left: 0;
	top: 0;
}


@media (max-width: 1024px) {
	.wmc-progress-swiper__title {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.wmc-progress-swiper__title {
		font-size: 14px;
		margin: 12px 0;
	}

	.wmc-progress-swiper__progress {
		height: 3px;
	}
}
