.cpgc-carousel {
    width: 100%;
    visibility: visible;
}

.cpgc-carousel .swiper-wrapper {
    display: flex;
}

.cpgc-carousel .swiper-slide {
    flex-shrink: 0;
}
.cpgc-carousel {
    position: relative;
    width: 100%;
}

.cpgc-carousel .swiper {
    width: 100%;
    overflow: hidden;
}

.cpgc-slide-image {
    width: 100%;
    line-height: 0;
}

.cpgc-slide-image img {
    display: block;
    width: 100%;
    height: auto;
}

.cpgc-button-prev,
.cpgc-button-next {
    color: #111;
    background: rgba(255,255,255,0.85);
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.cpgc-button-prev:after,
.cpgc-button-next:after {
    font-size: 16px;
    font-weight: 700;
}

.cpgc-pagination {
    position: static;
    margin-top: 12px;
    text-align: center;
}

.cpgc-empty {
    padding: 12px 14px;
    border: 1px dashed #c8c8c8;
    border-radius: 6px;
    color: #666;
    font-size: 14px;
}
