.wp-block-oacs-slider {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px 0 -8px
}

.wp-block-oacs-slider .blocks-gallery-image, .wp-block-oacs-slider .blocks-gallery-item {
  margin: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.wp-block-oacs-slider .blocks-gallery-image figure, .wp-block-oacs-slider .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-oacs-slider .blocks-gallery-image figure, .wp-block-oacs-slider .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}

.wp-block-oacs-slider .blocks-gallery-image img, .wp-block-oacs-slider .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto
}

.wp-block-oacs-slider .blocks-gallery-image img, .wp-block-oacs-slider .blocks-gallery-item img {
  width: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-oacs-slider .blocks-gallery-image img, .wp-block-oacs-slider .blocks-gallery-item img {
    width: auto
  }
}

.wp-block-oacs-slider .blocks-gallery-image figcaption, .wp-block-oacs-slider .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.wp-block-oacs-slider .blocks-gallery-image figcaption img, .wp-block-oacs-slider .blocks-gallery-item figcaption img {
  display: inline
}

.wp-block-oacs-slider.is-cropped .blocks-gallery-image a, .wp-block-oacs-slider.is-cropped .blocks-gallery-image img, .wp-block-oacs-slider.is-cropped .blocks-gallery-item a, .wp-block-oacs-slider.is-cropped .blocks-gallery-item img {
  width: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-oacs-slider.is-cropped .blocks-gallery-image a, .wp-block-oacs-slider.is-cropped .blocks-gallery-image img, .wp-block-oacs-slider.is-cropped .blocks-gallery-item a, .wp-block-oacs-slider.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-oacs-slider .blocks-gallery-image, .wp-block-oacs-slider .blocks-gallery-item {
  width: calc(100% / 2 - 16px)
}

.wp-block-oacs-slider .blocks-gallery-item.has-add-item-button {
  width: 100%
}

[data-align="left"] .wp-block-oacs-slider, [data-align="right"] .wp-block-oacs-slider, .wp-block-oacs-slider.alignleft, .wp-block-oacs-slider.alignright {
  max-width: 636px / 2;
  width: 100%
}

ul.wp-block-gallery li {
  list-style-type: none
}

.blocks-gallery-item figure:not(.is-selected):focus {
  outline: none
}

.blocks-gallery-item .is-selected {
  outline: 4px solid theme(primary)
}

.blocks-gallery-item .editor-rich-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto
}

.blocks-gallery-item .editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) {
  position: relative;
  overflow: hidden
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-item .is-selected .editor-rich-text {
    right: 0;
    left: 0;
    margin-top: -4px
  }
}

.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__inline-toolbar {
  top: 0
}

.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce {
  padding-top: 48px
}

.blocks-gallery-item .components-form-file-upload, .blocks-gallery-item .components-button.block-library-gallery-add-item-button {
  width: 100%;
  height: 100%
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
  border: none;
  border-radius: 0;
  min-height: 100px
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button .dashicon {
  margin-top: 10px
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover, .blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus {
  border: 1px solid #999
}

.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce a {
  color: #fff
}

.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce:focus a[data-mce-selected] {
  color: rgba(0, 0, 0, 0.2)
}

.block-library-gallery-item__inline-menu {
  padding: 2px;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: theme(primary);
  display: inline-flex;
  z-index: z-index(".block-library-gallery-item__inline-menu")
}

.block-library-gallery-item__inline-menu .components-button {
  color: #fff
}

.block-library-gallery-item__inline-menu .components-button:hover, .block-library-gallery-item__inline-menu .components-button:focus {
  color: #fff
}

.blocks-gallery-item__remove {
  padding: 0
}

.blocks-gallery-item__remove.components-button:focus {
  color: inherit
}

.blocks-gallery-item .components-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

/*# sourceMappingURL=editor.css.map*/
