/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/gallery/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
.gallery__items-wrapper {
  width: 100%;
  padding: var(--wp--preset--spacing--50) 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--custom-min-gap);
}
@media (max-width: 768px) {
  .gallery__items-wrapper {
    gap: 12px;
  }
}
.gallery__col--left {
  flex: 0 0 auto;
  width: calc(40% - var(--custom-min-gap) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--custom-min-gap);
  flex-direction: column;
}
.gallery__col--right {
  flex: 0 0 auto;
  width: calc(60% - var(--custom-min-gap) / 2);
}
.gallery__item {
  position: relative;
  overflow: hidden;
}
.gallery__item:before {
  content: "";
  display: block;
}
.gallery__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item.item-01 {
  width: 100%;
}
.gallery__item.item-01:before {
  padding-bottom: 100%;
}
.gallery__item.item-02 {
  width: calc(50% - var(--custom-min-gap));
}
@media (max-width: 768px) {
  .gallery__item.item-02 {
    width: calc(80% - var(--custom-min-gap));
  }
}
.gallery__item.item-02:before {
  padding-bottom: 120%;
}
.gallery__item.item-03 {
  width: 100%;
}
.gallery__item.item-03:before {
  padding-bottom: 88%;
}
.gallery--layout_01 .gallery__items-wrapper {
  align-items: center;
}
.gallery--layout_01 .gallery__col--left {
  align-items: flex-end;
}
.gallery--layout_02 .gallery__items-wrapper {
  flex-direction: row-reverse;
}
.gallery--layout_02 .gallery__col--left {
  padding-top: var(--wp--preset--spacing--100);
  align-items: flex-start;
  flex-direction: column-reverse;
}

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