/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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-button.is-style-button-image > .wp-element-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.wp-block-button.is-style-button-image > .wp-element-button figure.button-image {
  max-width: 64px;
  margin: 0;
}
.wp-block-button.is-style-button-image > .wp-element-button figure.button-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-button.is-style-button-image.is-style-image-top > .wp-element-button {
  flex-direction: column;
  justify-content: center;
}
.wp-block-button.is-style-button-image.is-style-image-bottom > .wp-element-button {
  flex-direction: column-reverse;
  justify-content: center;
}
.wp-block-button.is-style-button-image.is-align-image-left > .wp-element-button {
  padding: 8px 16px;
}
.wp-block-button.is-style-button-image.is-align-image-right > .wp-element-button {
  flex-direction: row-reverse;
}

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