
.cersa-carousel-wrapper { margin: 50px 0; font-family: 'Poppins', sans-serif; }
.cersa-carousel-title {
	font-size: 1.7rem; font-weight: 700; color: #1F2937; margin-bottom: 24px; text-align: center;
	position: relative; padding-bottom: 12px;
}
.cersa-carousel-title::after {
	content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
	width: 60px; height: 4px; background: #F59E0B; border-radius: 4px;
}

.cersa-swiper { padding: 10px 4px 40px; }
.cersa-swiper-vertical { height: 420px; }

.cersa-course-card {
	background: #fff; border-radius: 14px; overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,0.08); transition: transform .25s, box-shadow .25s;
	height: 100%; display: flex; flex-direction: column;
}
.cersa-course-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }

.cersa-course-img { display: block; overflow: hidden; height: 170px; background: #F3F4F6; }
.cersa-course-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cersa-course-card:hover .cersa-course-img img { transform: scale(1.06); }
.cersa-course-img-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 2.5rem; }

.cersa-course-body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex-grow: 1; }
.cersa-course-title { font-size: 1rem; margin: 0 0 8px; line-height: 1.35; }
.cersa-course-title a { color: #1F2937; text-decoration: none; }
.cersa-course-title a:hover { color: #1E3A8A; }
.cersa-course-rating { font-size: 0.85rem; color: #F59E0B; margin-bottom: 6px; }
.cersa-course-price { font-weight: 700; color: #1E3A8A; margin-bottom: 12px; font-size: 1rem; }
.cersa-course-btn {
	margin-top: auto; display: inline-block; text-align: center; background: #1E3A8A; color: #fff;
	padding: 10px 16px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; text-decoration: none;
	transition: background .2s;
}
.cersa-course-btn:hover { background: #F59E0B; color: #1F2937; }

.cersa-swiper .swiper-button-next, .cersa-swiper .swiper-button-prev {
	color: #1E3A8A; background: #fff; width: 38px; height: 38px; border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.cersa-swiper .swiper-button-next:after, .cersa-swiper .swiper-button-prev:after { font-size: 16px; font-weight: 700; }
.cersa-swiper .swiper-pagination-bullet-active { background: #F59E0B; }

@media (max-width: 600px) {
	.cersa-swiper-vertical { height: 340px; }
	.cersa-course-img { height: 140px; }
}
