.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color, .has-background),
.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background) {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--heading-four);
  min-height: 24px;
  display: flex;
  align-items: center;
  text-align: left;
}

.wp-block-button.is-style-arrow--full {
    width: 100%;
}

.wp-block-button.is-style-arrow--full + .wp-block-button.is-style-arrow--full {
    margin-top: -0.7rem;
}

.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background) {
  border-bottom: 1px solid #F0F2F6;
  padding: 1rem;
  border-radius: 0;
  height: auto;
  justify-content: space-between;
}

.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color, .has-background):after,
.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background):after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.04 5.82859L16.6475 9.50828C17.5254 10.4039 16.8921 11.9165 15.6357 11.9165H4.40918V12.0835H15.6357C16.8901 12.0835 17.5274 13.5947 16.6475 14.4917L13.04 18.1704L13.1582 18.2866L19.3252 11.9995L13.1592 5.71238L13.04 5.82859Z' fill='%231159FF' stroke='%231159FF' stroke-width='1.33333'/%3E%3C/svg%3E");
  margin-left: 4px;
  flex-shrink: 0;
  transition: margin-left 0.2s ease-in-out;
}

.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color, .has-background):hover,
.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background):hover {
  color: var(--wp--preset--color--blue-dark);
  border-color: var(--wp--preset--color--blue-dark);
}

.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color, .has-background):hover:after,
.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background):hover:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.04 5.82859L16.6475 9.50828C17.5254 10.4039 16.8921 11.9165 15.6357 11.9165H4.40918V12.0835H15.6357C16.8901 12.0835 17.5274 13.5947 16.6475 14.4917L13.04 18.1704L13.1582 18.2866L19.3252 11.9995L13.1592 5.71238L13.04 5.82859Z' fill='%230036B4' stroke='%230036B4' stroke-width='1.33333'/%3E%3C/svg%3E");
}
