.pc-175bf3bb-swiper {
	width: 100%;
	padding-bottom: 40px;
}

.pc-175bf3bb-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pc-175bf3bb-card:hover {
	transform: translateY(-5px);
}

.pc-175bf3bb-image {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pc-175bf3bb-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.pc-175bf3bb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pc-175bf3bb-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.pc-175bf3bb-title {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.pc-175bf3bb-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.pc-175bf3bb-title a:hover {
	color: #0073aa;
}

.pc-175bf3bb-excerpt {
	color: #666;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 15px;
	flex-grow: 1;
}

.pc-175bf3bb-button-next,
.pc-175bf3bb-button-prev {
	color: #333;
}

.pc-175bf3bb-button-next:after,
.pc-175bf3bb-button-prev:after {
	font-size: 20px;
}

.pc-175bf3bb-pagination .swiper-pagination-bullet-active {
	background: #333;
}