.editor-styles-wrapper .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	color: var(--custom-button-hover-color, white) !important;
	background: var(--custom-button-hover-background, #000e2f) !important;
}
