

[class^="icon-"],
[class*=" icon-"],
.is-style-button-arrow.wp-block-button__link:after,
.is-style-button-arrow .wp-block-button__link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before,
.is-style-button-arrow.wp-block-button__link:after,
.is-style-button-arrow .wp-block-button__link:after {
  content: "\e900";
}

.wp-block-button.is-style-button-arrow:not(.has-custom-font-size).wp-block-button__link,
.wp-block-button.is-style-button-arrow:not(.has-custom-font-size) .wp-block-button__link {
  font-size: calc(13.03px + 0.259vw);
}

.wp-block-button.is-style-button-arrow.wp-block-button__link,
.wp-block-button.is-style-button-arrow .wp-block-button__link {
  border: none;
  color: var(--wp--custom--color--primary);
  padding-left: 0;
  padding-right: 0;
}

.wp-block-button.is-style-button-arrow.wp-block-button__link:not(.has-background),
.wp-block-button.is-style-button-arrow .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}

.wp-block-button.is-style-button-arrow.wp-block-button__link:hover, .wp-block-button.is-style-button-arrow.wp-block-button__link:focus, .wp-block-button.is-style-button-arrow.wp-block-button__link.has-focus,
.wp-block-button.is-style-button-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-button-arrow .wp-block-button__link:focus,
.wp-block-button.is-style-button-arrow .wp-block-button__link.has-focus {
  color: var(--wp--custom--color--accent) !important;
}

.wp-block-button.is-style-button-arrow.wp-block-button__link:hover:after, .wp-block-button.is-style-button-arrow.wp-block-button__link:focus:after, .wp-block-button.is-style-button-arrow.wp-block-button__link.has-focus:after,
.wp-block-button.is-style-button-arrow .wp-block-button__link:hover:after,
.wp-block-button.is-style-button-arrow .wp-block-button__link:focus:after,
.wp-block-button.is-style-button-arrow .wp-block-button__link.has-focus:after {
  left: 0.3em;
}

.wp-block-button.is-style-button-arrow.wp-block-button__link:after,
.wp-block-button.is-style-button-arrow .wp-block-button__link:after {
  font-size: 0.7em;
  margin-left: 0.5em;
  position: relative;
  left: 0;
  transition: left .3s;
}