.ic-08b61d43-wrapper {
	position: relative;
	width: 100%;
}

.ic-08b61d43-swiper {
	overflow: hidden;
}

.ic-08b61d43-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.ic-08b61d43-image {
	overflow: hidden;
	flex-shrink: 0;
}

.ic-08b61d43-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.ic-08b61d43-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.ic-08b61d43-title {
	margin: 0 0 8px;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.3;
}

.ic-08b61d43-desc {
	margin: 0 0 16px;
	font-size: 0.95em;
	line-height: 1.6;
	flex-grow: 1;
}

.ic-08b61d43-btn {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	align-self: flex-start;
	line-height: 1.4;
	box-sizing: border-box;
}

/* Arrows */
.ic-08b61d43-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	padding: 0;
	line-height: 0;
}

.ic-08b61d43-prev {
	left: 8px;
}

.ic-08b61d43-next {
	right: 8px;
}

.ic-08b61d43-arrow svg {
	pointer-events: none;
}

/* Pagination */
.ic-08b61d43-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	position: relative;
}

.ic-08b61d43-pagination .swiper-pagination-bullet {
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border-radius: 50%;
	cursor: pointer;
}

.ic-08b61d43-pagination .swiper-pagination-bullet-active {
	transform: scale(1.25);
}

/* Responsive */
@media (max-width: 767px) {
	.ic-08b61d43-arrow {
		display: none;
	}
}
