.bpc-carousel-wrapper { width: 100%; max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.bpc-blog-carousel { width: 100%; padding: 20px 0; }
.swiper-slide { height: auto; }
.bpc-slide-content { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.bpc-slide-content:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }
.bpc-slide-image { width: 100%; height: 280px; overflow: hidden; background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%); flex-shrink: 0; position: relative; }
.bpc-slide-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.bpc-slide-content:hover .bpc-slide-image img { transform: scale(1.05); }
.bpc-slide-text { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; text-align: center; }
.bpc-slide-title { font-weight: 700; margin: 0 0 10px 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bpc-amazon-btn-container { width: 100% !important; display: flex !important; justify-content: center !important; margin: 5px 0 12px 0 !important; }
.bpc-amazon-btn-container a { display: flex !important; align-items: center !important; justify-content: center !important; text-decoration: none !important; border: none !important; cursor: pointer !important; transition: all 0.3s ease !important; }
.bpc-amazon-btn-container img { max-width: 100% !important; height: auto !important; transition: transform 0.3s ease !important; }
.bpc-amazon-btn-container a:hover img { transform: scale(1.05) !important; }
.bpc-slide-excerpt { margin: 0 0 15px 0; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bpc-cta-button { display: inline-block; padding: 6px 18px; background: #0073aa; color: #fff; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; font-weight: 600; font-size: 15px; align-self: center; border: none; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 115, 170, 0.3); margin-top: auto; }
.bpc-cta-button:hover { background: #005a87; color: #fff; text-decoration: none; box-shadow: 0 4px 12px rgba(0, 115, 170, 0.4); transform: translateY(-2px); }
.swiper-button-prev, .swiper-button-next { color: #28a745; }
.swiper-button-prev:after, .swiper-button-next:after { font-size: 24px; }
.swiper-pagination-bullet { background: #ddd; opacity: 1; }
.swiper-pagination-bullet-active { background: #28a745; }
@media (max-width: 768px) {
    .bpc-carousel-wrapper { margin: 20px auto; }
    .bpc-slide-image { height: 220px; }
    .bpc-slide-text { padding: 16px; }
    .swiper-button-prev, .swiper-button-next { display: none; }
}