#flp-login-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

#flp-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.flp-popup-content {
  text-align: center;
}

.flp-logo {
  max-width: 100px;
  margin-bottom: 20px;
}

.flp-admin-message {
  background: #ffeb3b;
  padding: 10px;
  text-align: center;
}
