/**
 * Michelin - Fonction Rétractation — styles de la modale de confirmation.
 */
.mre-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.mre-modal {
  background: #fff;
  padding: 40px;
  max-width: 490px;
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.mre-modal-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.mre-modal-error {
  color: #a00;
  font-weight: 600;
}

.mre-modal-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.mre-done {
  color: #2e7d32;
  font-weight: 600;
  display: block;
}

.mre-return-costs-notice {
  background: #fff8e1;
  border-left: 4px solid #f9a825;
  padding: 10px 14px;
  margin: 16px 0;
}
