/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/variations/button-icons/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
:where(.wp-block-button__link:has(svg)) {
  display: inline-flex !important;
  align-items: center;
  gap: var(--wp--custom--base--button--icon-margin, 0.5em);
}

:where(.wp-block-button__link.has-icon-right) {
  flex-direction: row-reverse;
}

:where(.wp-block-button__link.has-text-align-right) {
  justify-content: flex-end;
}

:where(.wp-block-button__link.has-text-align-center) {
  justify-content: center;
}

:where(.wp-block-button__link svg) {
  width: var(--wp--custom--base--button--icon-width, 1em);
  height: var(--wp--custom--base--button--icon-height, 1em);
}

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