.wp-block-blockxpert-product-slider {
    margin-bottom: 2em;
}

.product-slider {
    position: relative;
    padding: 0 40px;

    .swiper-button-prev,
    .swiper-button-next {
        color: #333;
    }

    .swiper-pagination-bullet {
        background: #333;
    }
}

/* Editor preview styles */
.product-slider-editor-preview {
    border: 1px dashed #ddd;
    padding: 12px;
    background: #fafafa;
}
.product-slider-editor-preview .slides-preview {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.product-slider-editor-preview .slide-placeholder {
    flex: 1 0 0;
    border: 1px solid #eee;
    padding: 8px;
    text-align: center;
    background: #fff;
    color: #666;
}