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