/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/src/eo-summary/scss/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.
 */
.wp-block-eo-blocks-summary {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  color: #000;
}
.wp-block-eo-blocks-summary.is-orientation-horizontal {
  flex-direction: row;
}
.wp-block-eo-blocks-summary.is-orientation-vertical {
  flex-direction: column;
}
.wp-block-eo-blocks-summary.is-justification-left {
  justify-content: flex-start;
}
.wp-block-eo-blocks-summary.is-justification-center {
  justify-content: center;
}
.wp-block-eo-blocks-summary.is-justification-right {
  justify-content: flex-end;
}
.wp-block-eo-blocks-summary.is-justification-space-between {
  justify-content: space-between;
}
.wp-block-eo-blocks-summary:not(.has-text-color) .eo-summary__item {
  color: #000;
}
.wp-block-eo-blocks-summary:not(.has-text-color) .eo-summary__item.active {
  text-shadow: 0.4px 0.4px 0 #000;
}
.wp-block-eo-blocks-summary .eo-summary__item {
  opacity: 0.6;
  transition: all 0.2s ease-out;
}
.wp-block-eo-blocks-summary .eo-summary__item.active, .wp-block-eo-blocks-summary .eo-summary__item:hover {
  opacity: 1;
}

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