.mySwiper {
margin: 30px auto;
padding: 20px;
}
.swiper-slide {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 10px;
padding: 15px;
text-align: center;
height: 100%; display: flex;
flex-direction: column;
justify-content: space-between;
}
.swiper-slide a {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
}
.swiper-slide img {
max-width: 100%;
height: 180px; object-fit: cover;
border-radius: 8px;
margin-bottom: 10px;
} .swiper-slide h4 {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 8px;
min-height: 2.8em; overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
} .swiper-slide span {
font-weight: bold;
color: #0073aa;
margin-top: auto;
}