.gpsb-wrap {
  display: block;
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}

.gpsb-clear-layout {
  clear: both;
}


.gpsb-align-left {
  text-align: left;
}

.gpsb-align-center {
  text-align: center;
}

.gpsb-align-right {
  text-align: right;
}

.gps-button,
.gps-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  max-width: 100%;
  min-height: 56px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
  white-space: normal;
  text-align: left;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gps-button:hover,
.gps-button:focus {
  text-decoration: none !important;
  transform: translateY(-1px);
}

.gps-button:focus-visible {
  outline: 3px solid rgba(66, 133, 244, .35);
  outline-offset: 3px;
}

.gps-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.gps-button__icon img {
  display: block;
  width: 34px;
  height: 34px;
  max-width: none;
}

.gps-button__text {
  display: inline-block;
  min-width: 0;
  text-align: left;
  font-family: inherit !important;
}

.gps-button--classic-light,
.gps-button--classic-light:visited {
  color: #202124;
  background: #ffffff;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(60, 64, 67, .12);
}

.gps-button--classic-light:hover,
.gps-button--classic-light:focus {
  color: #202124;
  background: #f8fafd;
  border-color: #d2e3fc;
  box-shadow: 0 2px 6px rgba(60, 64, 67, .18);
}

.gps-button--classic-dark,
.gps-button--classic-dark:visited {
  color: #ffffff;
  background: #202124;
  border: 1px solid #3c4043;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
}

.gps-button--classic-dark:hover,
.gps-button--classic-dark:focus {
  color: #ffffff;
  background: #2b2d30;
  border-color: #5f6368;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .24);
}

.gps-button--soft,
.gps-button--soft:visited {
  color: #202124;
  background: #f1f3f4;
  border: 1px solid transparent;
  box-shadow: none;
}

.gps-button--soft:hover,
.gps-button--soft:focus {
  color: #202124;
  background: #e8eaed;
  box-shadow: 0 2px 8px rgba(60, 64, 67, .12);
}

.gps-button--rainbow,
.gps-button--rainbow:visited {
  min-height: 68px;
  padding: 14px 28px;
  gap: 16px;
  color: #111827;
  border: 2px solid transparent;
  background-image:
    linear-gradient(#ffffff, #ffffff),
    linear-gradient(90deg, #EA4335 0%, #FBBC05 30%, #34A853 60%, #4285F4 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .08);
}

.gps-button--rainbow:hover,
.gps-button--rainbow:focus {
  color: #111827;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .12);
}

.gps-button--rainbow .gps-button__icon img {
  width: 38px;
  height: 38px;
}

@media (max-width: 900px) {
  .gpsb-wrap {
    margin: 18px 0;
  }

  .gps-button,
  .gps-button:visited {
    gap: 13px;
    min-height: 54px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .gps-button__icon img {
    width: 32px;
    height: 32px;
  }

  .gps-button--rainbow,
  .gps-button--rainbow:visited {
    min-height: 64px;
    padding: 13px 22px;
  }

  .gps-button--rainbow .gps-button__icon img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 600px) {
  .gpsb-wrap {
    margin: 16px 0;
  }

  .gps-button,
  .gps-button:visited {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    min-height: 58px;
    padding: 13px 16px;
    font-size: 14px;
  }

  .gps-button__icon img {
    width: 30px;
    height: 30px;
  }

  .gps-button--rainbow,
  .gps-button--rainbow:visited {
    min-height: 62px;
    padding: 13px 18px;
  }

  .gps-button--rainbow .gps-button__icon img {
    width: 32px;
    height: 32px;
  }
}
