.custom-carousel-wrapper-c73c0580 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.swiper-container-c73c0580 {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-slide-c73c0580 {
    display: flex;
    flex-direction: column;
    /* align-items and justify-content handled by controls */
    height: auto;
}
.cc-img-c73c0580 {
    max-width: 100%;
}
.cc-img-c73c0580 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.cc-divider-c73c0580 {
    margin: 10px 0; /* Auto margin removed to respect horizontal alignment */
}
.cc-btn-c73c0580 {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cc-btn-c73c0580:hover {
    opacity: 0.8;
}

/* Top Navigation Overlay */
.cc-nav-overlay-c73c0580 {
    display: flex;
    width: 100%;
    z-index: 10;
}
.cc-nav-c73c0580 {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    pointer-events: auto;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: none; /* Removed shadow */
}
.cc-nav-c73c0580.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}