.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--primary);
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.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 rgba(18, 18, 48, 0.20);
  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='M7 7H17V17' stroke='%23121230' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M7 17L16.3504 7.6499' stroke='%23121230' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 4px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/*.wp-block-button.is-style-arrow--full > .wp-block-button__link:not(.has-text-color, .has-background):after {*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  margin-top: -8px;*/
/*  margin-bottom: -8px;*/
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M10.5 10.5H25.5V25.5' stroke='%23121230' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M10.5 25.4997L24.5256 11.4746' stroke='%23121230' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");*/
/*}*/

.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--primary-hover);
}

.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 {
  text-decoration: underline;
}

.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 {
  transform: rotate(45deg);
}
