.g-button {
  background: #edbb8a; }
  .g-button:hover {
    color: #edbb8a !important;
    border-color: #edbb8a !important;
    background: #fff; }

.g-button.g-button--invert {
  color: #edbb8a !important;
  border-color: #edbb8a !important; }
  .g-button.g-button--invert:hover {
    background: #edbb8a;
    color: #fff !important; }
