.wp-block-button.is-style-resafill {
  width: auto !important;
}
.wp-block-button.is-style-resafill .wp-block-button__link {
  transition: all 0.3s ease;
  border-color: var(--wp--custom--color--keylimepie-700);
  color: var(--wp--custom--color--keylimepie-700) !important;
  background-color: var(--wp--custom--color--keylimepie-200);
  padding: 0.625rem 1.5rem 0.625rem !important;
  font-size: 1rem;
}
.wp-block-button.is-style-resafill .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--text-dark);
  color: var(--wp--preset--color--text-dark) !important;
  background-color: rgba(224, 255, 136, 0.5);
}