.mygear-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.mygear-popup-content {
  background: #1e1e1e;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
}

.mygear-popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.oauth-btn {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1rem;
  margin-top: 0.25rem;
  text-decoration: none;
  background: #444;
  color: white;
  border-radius: 4px;
  font-weight: bold;
}
.oauth-btn.google {
  background: #db4437;
}
.oauth-btn.facebook {
  background: #3b5998;
}