.ec-e560c99d-wrapper {
    position: relative;
    width: 100%;
    padding: 30px 0 50px;
    overflow: visible;
}

.ec-e560c99d-swiper {
    overflow: visible;
}

.ec-e560c99d-swiper .swiper-wrapper {
    align-items: center;
}

.ec-e560c99d-slide {
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
    transform: scale(1);
    opacity: 0.65;
    transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
    will-change: transform, opacity;
}

.swiper-slide-active .ec-e560c99d-slide,
.ec-e560c99d-slide:hover {
    transform: scale(1.08);
    opacity: 1;
    z-index: 2;
}

/* Placeholder */
.ec-e560c99d-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    color: #9ca3af;
    gap: 8px;
}

.ec-e560c99d-placeholder-icon {
    font-size: 36px;
    line-height: 1;
    opacity: 0.5;
}

.ec-e560c99d-placeholder-hint {
    font-size: 13px;
    opacity: 0.7;
}

/* Navigation */
.ec-e560c99d-nav-prev,
.ec-e560c99d-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.ec-e560c99d-nav-prev:hover,
.ec-e560c99d-nav-next:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.ec-e560c99d-nav-prev {
    left: -10px;
}

.ec-e560c99d-nav-next {
    right: -10px;
}

/* Pagination */
.ec-e560c99d-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}

.ec-e560c99d-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ec-e560c99d-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #6366f1;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 767px) {
    .ec-e560c99d-nav-prev,
    .ec-e560c99d-nav-next {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .ec-e560c99d-nav-prev {
        left: 5px;
    }

    .ec-e560c99d-nav-next {
        right: 5px;
    }

    .ec-e560c99d-wrapper {
        padding: 15px 0 40px;
    }
}
