.wp-block-button.is-style-navigate > .wp-block-button__link {
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--pink);
  border-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--contrast);
  border-radius: 120px;
  padding: 22px 48px !important;
  font-size: 18px;
  font-weight: 500;

  @media(max-width: 600px) {
    padding: 18px 48px 18px 18px !important;
  }
}

.wp-block-button.is-style-navigate > .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
  color: white;
}

.wp-block-button.is-style-navigate > .wp-block-button__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Crect x='1' y='1' width='52' height='52' rx='26' fill='%23121230'/%3E%3Crect x='1' y='1' width='52' height='52' rx='26' stroke='%23121230' stroke-width='2'/%3E%3Cpath d='M22 22H32V32' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 32L32 22' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_836_1686_clip_path' transform='translate(16 16)'%3E%3Crect x='1' y='1' width='52' height='52' rx='26'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 54px;
  height: 54px;
  margin: -16px -36px -16px 24px;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;

  @media(max-width: 600px) {
    margin-right: -42px;
  }
}

.wp-block-button.is-style-navigate > .wp-block-button__link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Crect width='54' height='54' rx='27' fill='%23F9A1CA'/%3E%3Crect x='1' y='1' width='52' height='52' rx='26' stroke='%23F9A1CA' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M22 22H32V32' stroke='%23121230' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 32L32 22' stroke='%23121230' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_836_1695_clip_path' transform='translate(16 16)'%3E%3Crect width='54' height='54' rx='27'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transform: rotate(45deg);
}
