.is-style-next-button .wp-block-button__link {
  background-color: transparent;
  padding: 0;
  appearance: none;
  background: none;
  border: 0;
}

.is-style-next-button .wp-block-button__link::before {
  content: '\25B6\FE0E';
  margin-right: 0.5em;
  color: currentColor;
}
