.g-button {
  background: #ffe400; }
  .g-button:hover {
    background: rgba(255, 228, 0, 0.8); }

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