/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.wp-block-blueprint-button {
  display: inline-block;
  margin-right: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wp-block-blueprint-button a, .wp-block-blueprint-button button {
  margin: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  background: var(--wp--preset--color--brand-primary);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  padding: 14px 24px 14px;
  text-decoration: none;
}
.wp-block-blueprint-button a span, .wp-block-blueprint-button button span {
  color: var(--wp--preset--color--white);
}
.wp-block-blueprint-button a svg, .wp-block-blueprint-button button svg {
  margin-left: 10px;
  width: auto;
}
.wp-block-blueprint-button a svg path, .wp-block-blueprint-button button svg path {
  stroke: var(--wp--preset--color--white);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .wp-block-blueprint-button a:hover, .wp-block-blueprint-button button:hover {
    background: var(--wp--preset--color--brand-accent-blue);
    color: var(--wp--preset--color--white);
  }
  .wp-block-blueprint-button a:hover span, .wp-block-blueprint-button button:hover span {
    color: var(--wp--preset--color--white);
  }
  .wp-block-blueprint-button a:hover svg path, .wp-block-blueprint-button button:hover svg path {
    stroke: var(--wp--preset--color--white);
  }
}
.wp-block-blueprint-button.is-style-alt-color-fill a {
  background: var(--wp--preset--color--brand-secondary);
  color: var(--wp--preset--color--brand-primary);
}
.wp-block-blueprint-button.is-style-alt-color-fill a span {
  color: var(--wp--preset--color--brand-primary);
}
.wp-block-blueprint-button.is-style-alt-color-fill a svg path {
  stroke: var(--wp--preset--color--brand-primary);
}
.wp-block-blueprint-button.is-style-alt-color-fill a:hover {
  background: var(--wp--preset--color--brand-accent-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-blueprint-button.is-style-alt-color-fill a:hover span {
  color: var(--wp--preset--color--white);
}
.wp-block-blueprint-button.is-style-alt-color-fill a:hover svg path {
  stroke: var(--wp--preset--color--white);
}
.wp-block-blueprint-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .wp-block-blueprint-button {
    margin-right: 0 !important;
  }
}

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