/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/button-icon/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.wp-block-button__link.vagas-button-has-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--vagas-button-icon-gap, 8px);
  white-space: nowrap;
}

.vagas-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--vagas-button-icon-size, 20px);
  height: var(--vagas-button-icon-size, 20px);
  line-height: 0;
}

.vagas-button-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.wp-block-button[data-vagas-icon-editor] .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--vagas-icon-gap, 8px);
  white-space: nowrap;
}

.wp-block-button[data-vagas-icon-editor][data-vagas-icon-editor=left] .wp-block-button__link::before, .wp-block-button[data-vagas-icon-editor][data-vagas-icon-editor=right] .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: var(--vagas-icon-size, 20px);
  height: var(--vagas-icon-size, 20px);
  background-color: currentColor;
  -webkit-mask-image: var(--vagas-icon-url);
  mask-image: var(--vagas-icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  flex-shrink: 0;
}

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