/* Button hover */
.wp-block-button__link:hover {
    background-color: #636363;
    color: #ffffff;
}
.wpforms-form button[type=submit]:hover {
    background-color: #636363 !important;
}