body .g-button {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  background-color: #eaeaea !important;
  color: black !important;
  position: relative;
  text-decoration-line: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none;
  flex-shrink: 0;
}
body .g-button:hover {
  background-color: rgba(234, 234, 234, 0) !important;
  box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.05) !important;
}
