.wp-block-button .wp-block-button__link {
    box-shadow: none;
    background-color: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--accent-1) !important;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active {
    box-shadow: none;
    background-color: var(--wp--preset--color--accent-1);
    color: white !important;
}

.wp-block-button.is-style-blue-green .wp-block-button__link {
    background-color: var(--wp--preset--color--accent-1);
	color: white !important;
}

.wp-block-button.is-style-blue-green .wp-block-button__link:hover,
.wp-block-button.is-style-blue-green .wp-block-button__link:focus,
.wp-block-button.is-style-blue-green .wp-block-button__link:active {
    background-color: var(--wp--preset--color--accent-2);
    color: black !important;
}

.wp-block-button.is-style-blue-white .wp-block-button__link {
    background-color: var(--wp--preset--color--accent-1);
    color: white !important;
}

.wp-block-button.is-style-blue-white .wp-block-button__link:hover,
.wp-block-button.is-style-blue-white .wp-block-button__link:focus,
.wp-block-button.is-style-blue-white .wp-block-button__link:active {
    background-color: white !important;
    color: var(--wp--preset--color--accent-1) !important;

}

.wp-block-button.is-style-green-white .wp-block-button__link {
    background-color: var(--wp--preset--color--accent-2);
}

.wp-block-button.is-style-green-white .wp-block-button__link:hover,
.wp-block-button.is-style-green-white .wp-block-button__link:active,
.wp-block-button.is-style-green-white .wp-block-button__link:focus {
    background-color: white;
    color: var(--wp--preset--color--accent-1) !important;
}