/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-bpslideshowchild-bp-slideshow-child .bp-slideshow-child {
  display: flex;
}
.wp-block-bpslideshowchild-bp-slideshow-child .bp-slideshow-child > .image {
  flex-grow: 1;
  flex-basis: 140px;
  padding: 10px 20px;
}
.wp-block-bpslideshowchild-bp-slideshow-child .bp-slideshow-child > .image img {
  max-width: 100px;
  max-height: 100px;
}
.wp-block-bpslideshowchild-bp-slideshow-child .bp-slideshow-child > .text {
  flex-grow: 2;
  padding: 10px;
}
.wp-block-bpslideshowchild-bp-slideshow-child .bp-slideshow-child > .text .input-control {
  width: 100%;
}

/*# sourceMappingURL=style-index.css.map*/