
.btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #3c4043;
  border: 2px solid #4285f4;
  border-radius: 8px;
  font: inherit;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.btn-google:hover {
  background: #f8faff;
  box-shadow: 0 1px 3px rgba(66, 133, 244, 0.22);
}

.btn-google:active {
  transform: scale(0.98);
}

.btn-google-text {
  line-height: 1.2;
}

.google-word {
  font-weight: 400;
  font-size: 1.0625em;
  letter-spacing: -0.02em;
}

.google-word .g-blue { color: #4285f4; }
.google-word .g-red { color: #ea4335; }
.google-word .g-yellow { color: #fbbc05; }
.google-word .g-green { color: #34a853; }

.login-google-btn {
  margin-bottom: 0.25rem;
}
