/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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/assets/scss/button-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: var(--wp--preset--color--transparent) !important;
  color: var(--wp--preset--color--haj-lime) !important;
  border-color: var(--wp--preset--color--haj-lime) !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--haj-lime) !important;
  color: var(--wp--preset--color--haj-dark-green) !important;
}
.wp-block-button.is-style-text .wp-block-button__link {
  background-color: var(--wp--preset--color--transparent) !important;
  color: var(--wp--preset--color--white) !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-button.is-style-text .wp-block-button__link:hover {
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-link .wp-block-button__link {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 0;
  padding-right: 28px;
}
.wp-block-button.is-style-link .wp-block-button__link::after {
  content: "";
  display: block;
  width: 8px !important;
  height: 8px !important;
  background-color: currentColor;
  color: inherit;
  border-radius: 999px;
  transition: all 0.4s;
  position: absolute;
  left: calc(100% - 18px);
}
.wp-block-button.is-style-link .wp-block-button__link:hover::after {
  scale: 1.5;
}
.wp-block-button.is-style-link.is-style-search-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}
.wp-block-navigation-item__content,
.mega-menu-toggle {
  position: relative;
  text-decoration: none !important;
}
.wp-block-navigation-item__content::after,
.mega-menu-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  transition: all 0.2s;
}
.wp-block-navigation-item__content:hover::after,
.mega-menu-toggle:hover::after {
  right: 0 !important;
}
.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content::after {
  right: 0 !important;
}

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