/* link-button-small */

.is-style-learn-more-small .wp-block-button__link {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* circle */
.is-style-learn-more-small .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px dashed #111;
  box-sizing: border-box;
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease;

}

.is-style-learn-more-small .wp-block-button__link::after {
  content: "";
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: var(--wp--preset--gradient--wp-grit-primary);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* hover state */
.is-style-learn-more-small .wp-block-button__link:hover::before {
  background: var(--wp--preset--gradient--wp-grit-primary);
  /* gradient fills circle */
  border-color: transparent;
}

.is-style-learn-more-small .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

/* text stays black */
.is-style-learn-more-small .wp-block-button__link:hover {
   background: var(--wp--preset--gradient--wp-grit-primary) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* learn more medium  */
.is-style-learn-more-medium .wp-block-button__link {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s ease-in, transform 0.3s ease-in;

}

/* circle */
.is-style-learn-more-medium .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 1px dashed #111;
  box-sizing: border-box;
  background: transparent;
  transition: background-color 0.3s ease-in, background 0.3s ease-in, border-color 0.3s ease-in, transform 0.3s ease-in;

}

.is-style-learn-more-medium .wp-block-button__link::after {
  content: "";
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: var(--wp--preset--gradient--wp-grit-primary);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-in, background 0.3s ease-in, transform 0.3s ease-in;

}

/* hover state */
.is-style-learn-more-medium .wp-block-button__link:hover::before {
  background: var(--wp--preset--gradient--wp-grit-primary);
  border-color: transparent;
}

.is-style-learn-more-medium .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

/* text stays black */
.is-style-learn-more-medium .wp-block-button__link:hover {
  background: var(--wp--preset--gradient--wp-grit-primary) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* learn more large  */

.is-style-learn-more-large .wp-block-button__link {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease-in;
}

.is-style-learn-more-large .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed var(--wp--preset--color--blue-main);
  box-sizing: border-box;
  background: transparent;
  transition: transform 0.3s ease-in;
}

.is-style-learn-more-large .wp-block-button__link::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-color: var(--wp--preset--color--blue-main);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-in, transform 0.3s ease-in;
}

.is-style-learn-more-large .wp-block-button__link:hover::before {
  background-color: var(--wp--preset--color--blue-main);
  border-color: transparent;
}

.is-style-learn-more-large .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

.is-style-learn-more-large .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--blue-main) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}


/* media queries */

@media screen and (max-width :450px) {
  .is-style-learn-more-medium .wp-block-button__link {
    font-size: 15px;
    gap: 6px;
  }

  .is-style-learn-more-medium .wp-block-button__link::after {
    left: 14%;
    width: 12px;
    height: 12px;
  }

  .is-style-learn-more-medium .wp-block-button__link::before {
    width: 50px;
    height: 50px;
  }

  .is-style-learn-more-large .wp-block-button__link {
    font-size: 15px;
    gap: 6px;
  }

  .is-style-learn-more-large .wp-block-button__link::after {
    left: 14%;
    width: 12px;
    height: 12px;
  }

  .is-style-learn-more-large .wp-block-button__link::before {
    width: 50px;
    height: 50px;
  }

  .is-style-learn-more-small .wp-block-button__link::after {
    left: 14%;
    width: 12px;
    height: 12px;
  }
}