/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/column/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.wp-block-thirtysix-blocks-column {
  display: flex;
  background-repeat: no-repeat;
  border-radius: var(--wp--custom--border-radius-small);
}
.wp-block-thirtysix-blocks-column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-thirtysix-blocks-column.background-size-cover {
  background-size: cover;
}
.wp-block-thirtysix-blocks-column.background-size-contain {
  background-size: contain;
}
.wp-block-thirtysix-blocks-column.horizontal-align-right {
  justify-self: flex-end;
}
.wp-block-thirtysix-blocks-column.horizontal-align-center {
  justify-self: center;
}
.wp-block-thirtysix-blocks-column.vertical-align-top {
  align-items: flex-start;
}
.wp-block-thirtysix-blocks-column.vertical-align-center {
  align-items: center;
}
.wp-block-thirtysix-blocks-column.vertical-align-bottom {
  align-items: flex-end;
}
.wp-block-thirtysix-blocks-column.span-columns-2 {
  grid-column-end: span 2;
}
.wp-block-thirtysix-blocks-column.span-columns-3 {
  grid-column-end: span 3;
}
.wp-block-thirtysix-blocks-column.span-columns-4 {
  grid-column-end: span 4;
}
.wp-block-thirtysix-blocks-column.span-rows-2 {
  grid-row-end: span 2;
}
.wp-block-thirtysix-blocks-column.span-rows-3 {
  grid-row-end: span 3;
}
.wp-block-thirtysix-blocks-column.span-rows-4 {
  grid-row-end: span 4;
}
.wp-block-thirtysix-blocks-column.span-rows-5 {
  grid-row-end: span 5;
}
.wp-block-thirtysix-blocks-column.span-rows-6 {
  grid-row-end: span 6;
}
.wp-block-thirtysix-blocks-column.inner-block-count-0.has-background-false {
  border: dashed 2px var(--wp--preset--color--ui-medium-gray);
}
.wp-block-thirtysix-blocks-column .wp-block-thirtysix-blocks-text .container {
  padding: 0;
  margin: 0;
}
.wp-block-thirtysix-blocks-column .wp-block-image.alignright {
  margin-left: auto;
}
.wp-block-thirtysix-blocks-column .wp-block-image.alignleft {
  margin-right: auto;
}
.wp-block-thirtysix-blocks-column .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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