.social-auth-card {
  margin-top: 1.5rem;
  border: 1px solid var(--color-border-default);
  border-radius: 0.9rem;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.social-auth-header {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  margin-bottom: 0.75rem;
  text-align: center;
}

#google-signin-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

#google-signin-button > div {
  width: auto !important;
  min-width: 0;
  max-width: 100%;
}

.google-completion-card {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-default);
}

.google-completion-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
}

.google-prefill-row .form-control {
  background-color: #f7f9fc;
}

.google-auth-feedback {
  margin-top: 0.9rem;
  margin-bottom: 0;
}
