/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cg-block-buttons-gutenberg/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.cg-block-buttons-gutenberg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.cg-block-buttons-gutenberg--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cg-block-buttons-gutenberg--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cg-block-buttons-gutenberg--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 48px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  font-family: "Stolzl", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: normal;
  background-color: var(--customBtn-background-color, #000);
  color: var(--customBtn-color, #fff);
}
.cg-block-buttons-gutenberg .cg-button-gutenberg:hover {
  background-color: var(--customBtn-background-color-hover, #000);
  color: var(--customBtn-color-hover, #fff);
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner--media-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner--media-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner--media-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner--media-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cg-block-buttons-gutenberg .cg-button-gutenberg__inner--media-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.button_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wp-block-cg-cg-block-buttons-gutenberg.cg-block-buttons-gutenberg.cg-block-buttons-gutenberg--center * {
  margin-bottom: 0 !important;
}

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