.adc-c64c7cf7-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

.adc-c64c7cf7-swiper {
    overflow: hidden;
}

.adc-c64c7cf7-slide {
    overflow: hidden;
    height: 400px;
    background-color: #f5f5f5;
}

.adc-c64c7cf7-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Placeholder in editor */
.adc-c64c7cf7-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border: 2px dashed #ccc;
    border-radius: 4px;
}

/* Arrows — each arrow is independently positioned via absolute */
.adc-c64c7cf7-arrow {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.adc-c64c7cf7-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.adc-c64c7cf7-arrow svg {
    fill: currentColor;
}

.adc-c64c7cf7-arrow-prev {
    left: 10px;
    top: 50%;
}

.adc-c64c7cf7-arrow-next {
    right: 10px;
    top: 50%;
}

/* Pagination dots — absolute positioned via X/Y controls */
.adc-c64c7cf7-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.adc-c64c7cf7-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    opacity: 1;
}

.adc-c64c7cf7-pagination .swiper-pagination-bullet-active {
    background-color: #333;
}
