/* Structural Styles */
.cc-carousel-0a148531 {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding-bottom is now controlled dynamically from Elementor when pagination is enabled */
}
.cc-carousel-0a148531 .swiper-slide {
    display: flex;
}
.cc-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cc-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.cc-card-content {
    padding: 20px;
    flex-grow: 1;
}
.cc-card-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}
.cc-card-desc {
    margin: 0;
    line-height: 1.5;
}

/* Swiper overrides */
.cc-carousel-0a148531 .swiper-button-next,
.cc-carousel-0a148531 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px; /* offset padding */
}
.cc-carousel-0a148531 .swiper-button-next:after,
.cc-carousel-0a148531 .swiper-button-prev:after {
    font-size: 18px;
}
.cc-carousel-0a148531 .swiper-pagination {
    bottom: 0;
}
