/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-flexiflick-slider-block {
	border: 1px dotted #f00;
}
.flickity-slide img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px; /* Adjust this value according to your needs */
}

.flickity-slide {
    min-height: 200px; /* Ensure the slide has a minimum height */
}

