.wp-block-button.is-style-arrow-icon {
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: none;
  transition: transform 0.3s ease, background-color 0.3s ease;

  @media (max-width: 1023px) {
    width: 32px;
    height: 32px;
    min-height: 32px;
  }
}

.wp-block-button.is-style-arrow-icon:hover {
  transform: scale(1.1);
  background-color: #f0f0f0;
}

.wp-block-button.is-style-arrow-icon .wp-block-button__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}

.wp-block-button.is-style-arrow-icon .wp-block-button__link::after {
  content: '';
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='white'/%3E%3Cg clip-path='url(%23clip0_1550_2380)'%3E%3Cg clip-path='url(%23clip1_1550_2380)'%3E%3Cpath d='M13 22.7969L15.2031 25L21.9063 18.2969V23.0313H25V13H15.0156V16.0938H19.7031L13 22.7969Z' fill='%238052FF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1550_2380'%3E%3Crect width='12' height='12' fill='white' transform='translate(13 13)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1550_2380'%3E%3Crect width='12' height='12' fill='white' transform='translate(13 13)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: center;

  @media (max-width: 1023px) {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.wp-block-button.is-style-arrow-icon .wp-block-button__link svg {
  width: 38px;
  height: 38px;
  display: block;

  @media (max-width: 1023px) {
    width: 32px;
    height: 32px;
  }
}
