I have been able to edit the background button color with the below, new code, but for some reason the I can’t get the text color or border to change for the hover option.
.button {
background-color: #fd9018;
color: #000000 !important;
border-color: #fd9018;
}
.button::before {
background-color: #ba2d15;
color: #ffffff !important;
border-color: #ba2d15;
}