.acgb-wrapper {
    position: relative;
    width: 100%;
}

.acgb-container {
    position: relative;
    overflow: hidden;
}

.acgb-content {
    display: flex;
    /*flex-wrap: wrap;*/
}


.acgb-mode-grid-desktop .acgb-content,
.acgb-mode-grid-tablet .acgb-content,
.acgb-mode-grid-mobile .acgb-content {
    display: grid !important;
}

.acgb-mode-grid-desktop .swiper-pagination,
.acgb-mode-grid-tablet .swiper-pagination,
.acgb-mode-grid-mobile .swiper-pagination,
.acgb-mode-grid-desktop .acgb-arrow,
.acgb-mode-grid-tablet .acgb-arrow,
.acgb-mode-grid-mobile .acgb-arrow {
    display: none !important;
}

.acgb-swiper {
    width: 100%;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.acgb-dots {
    position: relative;
    margin-top: 20px;
    text-align: center;
}


/* Dots - OUTSIDE (default) */
.acgb-dots-outside .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

/* Dots - INSIDE */
.acgb-dots-inside .swiper-pagination {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
}

.swiper-pagination-bullet {
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
    transform: scale(1.2);
}

.acgb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.acgb-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.acgb-arrow:after {
    font-weight: bold;
}

.acgb-arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 767px) {
    .acgb-dots {
        margin-top: 15px;
    }
}

.swiper-slide > * {
    width: 100%;
    height: 100%;
}
