/* assets/css/gdpr.css - Styles pour la page de droit à l'oubli GDPR */

.warning-box {
  background: #fef2f2;
  border: 2px solid #fecaca;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  color: #991b1b;
}

.success-box {
  background: #f0f9ff;
  border: 2px solid #93c5fd;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  color: #1e40af;
}

.btn-danger {
  background: #dc2626;
  color: white;
}

.btn-danger:hover:not(:disabled) {
  background: #b91c1c;
}

.btn-danger:disabled {
  background: #9ca3af;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}