.swiper-card {
	position: relative;
	width: 100%;
	height: var(--card-height);
	border-radius: var(--card-border-radius);
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.swiper-card .swiper {
	flex: 0 0 70%;
	width: 100%;
}

.swiper-card-footer {
	flex: 0 0 30%;
	position: relative;
	z-index: 5;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
}
