.wp-block-buttons .wp-block-button .wp-block-button__link {
  transition: all 150ms ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-mbb-t-rkis);
  border-color: var(--wp--preset--color--custom-mbb-t-rkis);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: rgba(73, 180, 186, 0.2392156863);
  border-color: rgba(73, 180, 186, 0.4274509804);
}
.wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link {
  background-color: rgba(242, 241, 237, 0.2392156863);
  border-color: rgba(242, 241, 237, 0.2392156863);
}
.wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link:hover {
  background-color: rgba(73, 180, 186, 0.2392156863);
  border-color: rgba(73, 180, 186, 0.4274509804);
}
.wp-block-buttons .wp-block-button.is-style-arrow-down .wp-block-button__link {
  position: relative;
  width: 3rem;
  height: 3rem;
  text-indent: -5000rem;
  padding: 0 !important;
  background-color: rgba(242, 241, 237, 0.2392156863);
  border: 0 none transparent;
  border-radius: 5000rem;
}
.wp-block-buttons .wp-block-button.is-style-arrow-down .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  text-indent: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 15.75L21 26.25L31.5 15.75' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-buttons .wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
  background-color: rgba(73, 180, 186, 0.5333333333);
}
