/* Structural Styles */
.cc-carousel-91f7e31d {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px; /* Space for pagination */
}
.cc-carousel-91f7e31d .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: 250px;
    object-fit: cover;
    display: block;
}
.cc-card-content {
    padding: 20px;
    flex-grow: 1;
}
.cc-card-title {
    margin: 0 0 5px;
    font-size: 1.25rem;
}
.cc-card-subtitle {
    margin: 0 0 10px;
    font-size: 0.95rem;
    color: #0073aa;
    font-weight: 500;
}
.cc-card-desc {
    margin: 0;
    line-height: 1.5;
}

/* Fallback style to render perfectly on load before Swiper initializes */
.cc-carousel-91f7e31d:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.cc-carousel-91f7e31d:not(.swiper-initialized) .swiper-slide {
    width: calc(33.333% - 14px);
    flex-shrink: 0;
}
.cc-carousel-91f7e31d:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none;
}

/* Swiper overrides */
.cc-carousel-91f7e31d .swiper-button-next,
.cc-carousel-91f7e31d .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-91f7e31d .swiper-button-next:after,
.cc-carousel-91f7e31d .swiper-button-prev:after {
    font-size: 18px;
}
.cc-carousel-91f7e31d .swiper-pagination {
    bottom: 0;
}
