.auth-options {
  display: grid;
  gap: 16px;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}

.google-button {
  background: #fff;
  border-color: #d5d9df;
  color: #202124;
  gap: 12px;
}

.google-button:hover {
  background: #f4f7fb;
  color: #202124;
}

.google-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.oauth-signup-card {
  padding: 18px;
}
