.aureherb-google-login {
  margin: 0 0 0.25rem;
}

.aureherb-google-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff !important;
  color: var(--herb-ink, #1c2d22) !important;
  border: 1px solid var(--herb-clay, #d7d0c3) !important;
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
  font-family: var(--font-sans, "Source Sans 3", system-ui, sans-serif);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none !important;
}

.aureherb-google-btn:hover,
.aureherb-google-btn:focus {
  background: #fff !important;
  color: var(--herb-ink, #1c2d22) !important;
  border-color: var(--herb-ink, #1c2d22) !important;
}

.aureherb-google-btn svg {
  display: block;
  flex-shrink: 0;
}

.aureherb-google-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
  color: var(--herb-mist, #5c675f);
  font-size: 0.85rem;
}

.aureherb-google-divider::before,
.aureherb-google-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--herb-clay, #d7d0c3);
}

.aureherb-google-checkout {
  margin: 0 0 1.5rem;
  max-width: 28rem;
}
