/*
Version: 0.3
*/

.is-style-pia-button-1 .wp-block-button__link
{
  border: solid 1px var(--wp--preset--color--custom-36-b-5-c-8) !important;
  background-color: var(--wp--preset--color--custom-36-b-5-c-8) !important;
  color: #ffffff !important;
}

.is-style-pia-button-1 .wp-block-button__link:hover
{
  background-color: #ffffff !important;        
  color: var(--wp--preset--color--custom-36-b-5-c-8) !important;
}

.is-style-pia-button-2 .wp-block-button__link
{
  border: solid 1px var(--wp--preset--color--custom-faf-9-f-6) !important;
  background-color: var(--wp--preset--color--custom-faf-9-f-6) !important;
  color: var(--wp--preset--color--custom-36-b-5-c-8) !important;
}

.is-style-pia-button-2 .wp-block-button__link:hover
{
  border: solid 1px var(--wp--preset--color--custom-36-b-5-c-8) !important;
}