.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color, .has-background):hover {
  background-color: var(
    --wp--preset--color--contrast-2,
    var(--wp--preset--color--contrast, transparent)
  );
  color: var(--wp--preset--color--base);
  border-color: var(
    --wp--preset--color--contrast-2,
    var(--wp--preset--color--contrast, currentColor)
  );
}
.is-style-kd-button {
}
.wp-block-buttons-is-layout-flex {
  justify-content: space-between;
}
.is-style-kd-button .wp-element-button,
.wp-block-search__button,
.facetwp-load-more {
  min-width: clamp(5rem, 35.9vw - 10.7rem, 18rem);
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: var(--wp--preset--color--base);
}

.is-style-kd-button .wp-element-button::after,
.wp-block-search__button:after,
.facetwp-load-more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%234B1645'/%3E%3Cpath d='M7 15H21M21 15L16 10M21 15L16 20' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 150ms;
}
.is-style-kd-button .wp-element-button:hover::after,
.wp-block-search__button:hover::after,
.facetwp-load-more:hover:after {
  transform: translateX(0.25rem);
}
.is-style-kd-button .wp-element-button.has-base-background-color::after,
.facetwp-load-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath d='M7 15H21M21 15L16 10M21 15L16 20' stroke='%234B1645'/%3E%3C/svg%3E");
}

/* custom link button with arrow */
.is-style-arrow-link a,
.is-style-arrow-link button,
.wp-block-post-excerpt__more-text a {
  text-decoration: none;
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid currentColor;
}
.is-style-arrow-link a:after,
.is-style-arrow-link button:after,
.wp-block-post-excerpt__more-text a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1 12L12 1M12 1H1M12 1V12' stroke='currentColor'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: block;
  transition: all 150ms;
}
.has-white-color .is-style-arrow-link a:after,
.has-white-color .wp-block-post-excerpt__more-text a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1 12L12 1M12 1H1M12 1V12' stroke='white'/%3E%3C/svg%3E");
}
.has-black-color .is-style-arrow-link a:after,
.has-black-color .wp-block-post-excerpt__more-text a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1 12L12 1M12 1H1M12 1V12' stroke='currentColor'/%3E%3C/svg%3E");
}
.is-style-arrow-link a:hover:after,
.wp-block-post-excerpt__more-text a:hover:after {
  transition: all 150ms;
  transform: translate(0.25rem, -0.25rem);
}
.facetwp-reset.facetwp-hide-empty {
  height: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid var(--wp--preset--color--base);
  background: var(--wp--preset--color--base);
  color: #fff;
  border-radius: 0.25rem;
}
.facetwp-reset.facetwp-hide-empty:hover,
.facetwp-reset.facetwp-hide-empty:focus {
  text-decoration: underline;
}
