/* Google Login Button — Jubiler Dukat */

.google-login-wrapper {
  margin: 16px 0;
  text-align: center;
}

.google-login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 12px 0;
  color: #999;
  font-size: 13px;
}

.google-login-divider::before,
.google-login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.google-login-divider span {
  margin: 0 12px;
  text-transform: lowercase;
}

.btn-google-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  color: #3c4043;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 320px;
}

.btn-google-login:hover {
  background: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  color: #3c4043;
  text-decoration: none;
}

.btn-google-login .google-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
