.bpr-carousel-wrap {
position: relative;
padding: 0 40px;
} .bpr-swiper {
padding-bottom: 50px !important;
} .bpr-carousel-card {
background: #ffffff;
border: 1px solid #e4e7ec;
border-radius: 10px;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
transition: box-shadow 0.15s ease;
}
.bpr-carousel-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
} .bpr-carousel-thumb {
width: 100%;
height: 200px;
overflow: hidden;
flex-shrink: 0;
}
.bpr-carousel-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
.bpr-carousel-card:hover .bpr-carousel-img {
transform: scale(1.04);
}
.bpr-carousel-no-img {
width: 100%;
height: 100%;
background: #E6F1FB;
display: flex;
align-items: center;
justify-content: center;
color: #185FA5;
} .bpr-carousel-body {
padding: 1.1rem 1.25rem;
display: flex;
flex-direction: column;
flex: 1;
} .bpr-carousel-date {
font-size: 12px;
color: #667085;
margin-bottom: 8px;
display: block;
} .bpr-carousel-title {
font-size: 15px;
font-weight: 600;
color: #101828;
margin: 0 0 8px;
line-height: 1.45;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bpr-carousel-title a {
color: inherit;
text-decoration: none;
transition: color 0.15s;
}
.bpr-carousel-title a:hover {
color: #185FA5;
} .bpr-carousel-excerpt {
font-size: 13px;
color: #475467;
line-height: 1.65;
margin: 0 0 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
flex: 1;
} .bpr-carousel-btn {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 13px;
font-weight: 500;
color: #185FA5;
text-decoration: none;
transition: gap 0.15s;
margin-top: auto;
}
.bpr-carousel-btn:hover {
gap: 10px;
text-decoration: none;
color: #185FA5;
} .bpr-swiper-pagination {
bottom: 10px !important;
}
.bpr-swiper-pagination .swiper-pagination-bullet {
background: #d0d5dd;
opacity: 1;
width: 8px;
height: 8px;
}
.bpr-swiper-pagination .swiper-pagination-bullet-active {
background: #185FA5;
width: 24px;
border-radius: 4px;
} .bpr-swiper-prev,
.bpr-swiper-next {
color: #185FA5 !important;
width: 32px !important;
height: 32px !important;
}
.bpr-swiper-prev::after,
.bpr-swiper-next::after {
font-size: 16px !important;
font-weight: 700;
}
.bpr-swiper-prev {
left: 0 !important;
}
.bpr-swiper-next {
right: 0 !important;
} @media (max-width: 640px) {
.bpr-carousel-wrap {
padding: 0 30px;
}
.bpr-carousel-thumb {
height: 180px;
}
}