/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/css/blocks/core-button.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.wp-block-button a, .wp-block-button div {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  gap: 0.5rem
}

.wp-block-button a .btn-icon, .wp-block-button div .btn-icon {
  display: block;
  height: auto;
  width: 1rem
}

.wp-block-button.is-style-button-green > a, .wp-block-button.is-style-button-green > div {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 244 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(100 244 33 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.wp-block-button.is-style-button-green > a:hover, .wp-block-button.is-style-button-green > div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 255 117 / var(--tw-bg-opacity, 1))
}

.wp-block-button.is-style-button-yellow > a, .wp-block-button.is-style-button-yellow > div {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(251 217 72 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 217 72 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.wp-block-button.is-style-button-yellow > a:hover, .wp-block-button.is-style-button-yellow > div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 150 / var(--tw-bg-opacity, 1))
}

.wp-block-button.is-style-button-outline > a, .wp-block-button.is-style-button-outline > div {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.wp-block-button.is-style-button-outline > a:hover, .wp-block-button.is-style-button-outline > div:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1))
}

.wp-block-button.is-style-button-outline-yellow > a, .wp-block-button.is-style-button-outline-yellow > div {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(251 217 72 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(251 217 72 / var(--tw-text-opacity, 1))
}

.wp-block-button.is-style-button-outline-yellow > a:hover, .wp-block-button.is-style-button-outline-yellow > div:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1))
}

.wp-block-button.has-wlc-media-icon .wp-block-button__link::after {
  display: inline-block;
  --tw-content: "";
  content: var(--tw-content);
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--wlc-icon)
}

.wp-block-button.has-wlc-media-icon.wlc-icon-pos--left .wp-block-button__link {
  flex-direction: row-reverse
}


/*# sourceMappingURL=core-button.css.map*/