.svc-google-auth {
  margin-bottom: 4px;
}

.svc-google-auth__btn {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.svc-google-auth__btn:hover {
  background: #e8f0ff;
  border-color: #cbd5e1;
}

.svc-google-auth__btn:focus-visible {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.svc-google-auth__sep {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 18px;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.svc-google-auth__sep::before,
.svc-google-auth__sep::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}
