/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* === Global site-wide buttons === */

/* Standard Gutenberg buttons, Read More buttons, etc. */
.is-style-button {
  background: #e37627 !important;    /* plain orange background */
  color: #ffffff !important;         /* white text */
  background-image: none !important; /* remove gradients */
  border: none !important;           /* remove theme borders */
}

/* Search form buttons */
input[type="submit"],
button[type="submit"],
.wp-block-search__button {
  background: #e37627 !important;    /* plain orange background */
  color: #ffffff !important;         /* white text */
  border: none !important;           /* remove any borders */
  background-image: none !important; /* remove gradient if any */
}

/* Note: No hover rules are overridden, so your theme's hover effects stay intact */

