/**
 * Inkora Posts Carousel Block - Editor Styles
 */

.inkora-carousel-preview {
    transition: all 0.3s ease;
}

.inkora-carousel-preview .inkora-carousel-slide {
    transition: all 0.3s ease;
}

.inkora-carousel-preview .components-button {
    transition: all 0.3s ease;
}

/* Preview slide hover */
.inkora-carousel-preview .inkora-carousel-slide:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* Category selection */
.components-checkbox-control {
    margin-bottom: 8px;
}

/* Color pickers */
.components-color-palette {
    margin-bottom: 20px;
}

/* Range controls */
.components-range-control {
    margin-bottom: 16px;
}

/* Preview navigation */
.inkora-carousel-preview .inkora-carousel-prev,
.inkora-carousel-preview .inkora-carousel-next {
    transition: all 0.3s ease;
}

.inkora-carousel-preview .inkora-carousel-prev:hover,
.inkora-carousel-preview .inkora-carousel-next:hover {
    transform: scale(1.1);
}

/* Pagination bullets */
.inkora-carousel-preview .swiper-pagination-bullet {
    transition: all 0.3s ease;
}

.inkora-carousel-preview .swiper-pagination-bullet-active {
    transform: scale(1.2);
}