.g-button {
  padding: 15px 25px;
  border-radius: unset;
  box-shadow: none;
  text-shadow: none;
  border: none;
  background: #ffff15;
  color: #181818 !important; }
  .g-button:hover {
    background: #ffff15;
    text-shadow: none;
    box-shadow: none;
    color: #181818 !important; }
  .g-button.g-button--invert {
    border: 1px solid #181818;
    color: #181818 !important; }
    .g-button.g-button--invert:hover {
      background: #ffff15;
      border: 1px solid #ffff15;
      color: #181818 !important;
      text-shadow: none;
      box-shadow: none; }
