.bpc-carousel {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.bpc-post {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bpc-post:hover {
    transform: translateY(-5px);
}

.bpc-thumb img {
    width: 100%;
    display: block;
}

.bpc-post h3 {
    font-size: 18px;
    margin: 15px;
}

.bpc-post h3 a {
    text-decoration: none;
    color: #222;
}

.bpc-meta {
    font-size: 14px;
    color: #666;
    margin: 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}


