.ups-wrapper-3539 {
	position: relative;
	padding-bottom: 40px; /* Space for pagination */
}

.ups-card-3539 {
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ups-thumbnail-3539 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.ups-card-content-3539 {
	padding: 20px;
	flex-grow: 1;
}

.ups-title-3539 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.ups-title-3539 a {
	text-decoration: none;
	color: inherit;
}

.ups-excerpt-3539 {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

/* Swiper tweaks */
.ups-wrapper-3539 .swiper-button-next,
.ups-wrapper-3539 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	top: 40%;
}

.ups-wrapper-3539 .swiper-button-next::after,
.ups-wrapper-3539 .swiper-button-prev::after {
	font-size: 18px;
}
