.google-login-container {
  margin: 20px 0;
  text-align: center;
}

.google-login-separator {
  position: relative;
  margin: 20px 0;
}

.google-login-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}

.google-login-separator span {
  background-color: #fff;
  padding: 0 15px;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.google-login-button-wrapper {
  margin: 20px 0;
}

.google-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background-color: #fff;
  color: #3c4043;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 200px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.google-login-btn:hover {
  background-color: #f8f9fa;
  border-color: #dadce0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #3c4043;
}

.google-login-btn:active {
  background-color: #f1f3f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.google-icon {
  margin-right: 12px;
  flex-shrink: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .google-login-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* Dark theme support */
@media (prefers-color-scheme: dark) {
  .google-login-separator span {
    background-color: #333;
    color: #ccc;
  }

  .google-login-separator::before {
    background-color: #555;
  }
}

/* Added styles for checkout Google login */
.google-login-checkout {
  margin: 15px 0;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.google-checkout-separator {
  position: relative;
  margin: 10px 0 15px 0;
  text-align: center;
}

.google-checkout-separator .separator-text {
  background-color: #f8f9fa;
  padding: 0 10px;
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
}

.google-checkout-button-wrapper {
  text-align: center;
}

.google-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #4285f4;
  border-radius: 4px;
  background-color: #4285f4;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 120px;
}

.google-checkout-btn:hover {
  background-color: #3367d6;
  border-color: #3367d6;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(66, 133, 244, 0.3);
}

.google-checkout-btn .google-icon {
  margin-right: 8px;
  flex-shrink: 0;
}

.google-checkout-btn span {
  font-weight: 500;
}

/* Added styles for sidebar Google login */
.google-login-sidebar {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

.google-sidebar-separator {
  margin: 8px 0;
  text-align: center;
}

.google-sidebar-separator span {
  color: #6c757d;
  font-size: 12px;
  text-transform: lowercase;
}

.google-sidebar-button-wrapper {
  margin: 10px 0;
}

.google-sidebar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #dadce0;
  border-radius: 3px;
  background-color: #fff;
  color: #3c4043;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.google-sidebar-btn .google-icon {
  margin-right: 6px;
  flex-shrink: 0;
}

/* Added styles for sidebar account Google login */
.google-login-sidebar-account {
  margin: 15px 0;
  text-align: center;
}

.google-sidebar-divider {
  position: relative;
  margin: 12px 0;
  text-align: center;
}

.google-sidebar-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.google-sidebar-divider span {
  background-color: #2c3e50;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.google-sidebar-account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: #fff;
  color: #3c4043;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 200px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.google-sidebar-account-btn:hover {
  background-color: #f8f9fa;
  border-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #3c4043;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.google-sidebar-account-btn .google-icon-sidebar {
  margin-right: 8px;
  flex-shrink: 0;
}

.google-sidebar-account-btn span {
  font-weight: 500;
}

/* Added responsive styles for sidebar account */
@media (max-width: 768px) {
  .google-login-btn {
    width: 100%;
    max-width: 300px;
  }

  .google-checkout-btn,
  .google-sidebar-btn {
    width: 100%;
    max-width: 200px;
  }

  .google-login-checkout {
    margin: 10px 0;
    padding: 12px;
  }

  .google-sidebar-account-btn {
    width: 100%;
    max-width: 180px;
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* Added dark theme support for sidebar account */
@media (prefers-color-scheme: dark) {
  .google-login-separator span {
    background-color: #333;
    color: #ccc;
  }

  .google-login-separator::before {
    background-color: #555;
  }

  .google-login-checkout {
    background-color: #2d3748;
    border-color: #4a5568;
  }

  .google-checkout-separator .separator-text {
    background-color: #2d3748;
    color: #a0aec0;
  }

  .google-sidebar-separator span {
    color: #a0aec0;
  }

  .google-sidebar-btn {
    background-color: #2d3748;
    border-color: #4a5568;
    color: #e2e8f0;
  }

  .google-sidebar-btn:hover {
    background-color: #4a5568;
    color: #e2e8f0;
  }

  .google-sidebar-divider::before {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .google-sidebar-divider span {
    background-color: #1a202c;
    color: rgba(255, 255, 255, 0.6);
  }

  .google-sidebar-account-btn {
    background-color: #2d3748;
    border-color: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
  }

  .google-sidebar-account-btn:hover {
    background-color: #4a5568;
    border-color: rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
  }
}
