/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/icon-box/styles/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.
 */
.gutentools-icon-box-wrapper a {
  text-decoration: none;
}

.gutentools-icon-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gutentools-icon-box-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gutentools-align-center .gutentools-icon-box-icon {
  margin: auto;
}

.gutentools-align-right .gutentools-icon-box-icon {
  margin: 0 0 0 auto;
}

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