.legal-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.legal-popup-box {
  background: #fff;
  padding: 1.5rem;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 8px;
}