
.edu-inquiry-popup, .edu-inquiry-overlay {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
}

.edu-inquiry-popup {
  background: #fff;
  padding: 20px;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.edu-inquiry-open-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
}
