.cc-carousel-96c3b387 {
    position: relative;
    /* sin padding-bottom: ya no reservamos espacio para un absolute */
}
.cc-card {
    background: #ffffff;
    border: 1px solid #457b7a;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    height: auto;
}
.cc-card-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}
.cc-icon {
    font-size: 40px;
    color: #632e62;
    flex-shrink: 0;
}
.cc-icon svg {
    width: 40px;
    height: 40px;
    fill: #632e62;
}
.cc-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Equal Height Cards */
.cc-equal-height-96c3b387 .swiper-wrapper {
    align-items: stretch;
}
.cc-equal-height-96c3b387 .cc-card {
    height: auto;
    display: flex;
}
.cc-equal-height-96c3b387 .cc-card-inner {
    width: 100%;
}
.cc-equal-height-96c3b387 .cc-content {
    flex: 1 1 auto;
}
.cc-title {
    margin: 0;
    color: #632e62;
    font-size: 24px;
    font-weight: bold;
}
.cc-description {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

/* Navigation & Pagination wrapper — en flujo normal, debajo del swiper-wrapper */
.cc-navigation-wrapper {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding-right: 10px;
    padding-top: 20px;
    z-index: 10;
}

.cc-carousel-96c3b387 .swiper-pagination,
.cc-carousel-96c3b387 .swiper-pagination-bullets,
.cc-carousel-96c3b387 .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    width: auto !important;
    text-align: right;
    display: flex;
    gap: 8px;
}
.cc-carousel-96c3b387 .swiper-pagination-bullet {
    background: #00778b;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 !important;
}
.cc-carousel-96c3b387 .swiper-pagination-bullet-active {
    background: #632e62;
    width: 30px;
    border-radius: 6px;
}

.cc-carousel-96c3b387 .swiper-button-next,
.cc-carousel-96c3b387 .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #632e62;
    border-radius: 50%;
    color: #632e62;
}
.cc-carousel-96c3b387 .swiper-button-next::after,
.cc-carousel-96c3b387 .swiper-button-prev::after {
    font-size: 16px;
}