.gdpr-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}
.gdpr-popup {
  background: white;
  max-width: 550px;
  margin: 10% auto;
  padding: 2em;
  border-radius: 10px;
  font-family: sans-serif;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.gdpr-buttons {
  margin-top: 1.5em;
}
.gdpr-buttons button {
  margin-right: 10px;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.accept-all {
  background: #007BFF;
  color: white;
}
.reject {
  background: #ddd;
  color: #333;
}
.save {
  background: #28a745;
  color: white;
}
