.mupi-config {
  background:#fffaf5;
  border:2px solid #f39c12;
  border-radius:12px;
  padding:20px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
.form-row { margin-bottom:15px; }
.toggle-row { margin-bottom:10px; }
.resumen {
  background:#fff5e6;
  border:1px solid #f39c12;
  border-radius:10px;
  padding:15px;
  margin-top:10px;
}
.info-text {
  margin-top:15px;
  background:#f9f9f9;
  padding:10px;
  border-radius:8px;
  font-size:0.9rem;
  color:#555;
}
