body {
  background-color: #f8f9fa;
}

h1 {
  color: #343a40;
}

#summaryTable {
  margin-top: 1rem;
}

#result {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

/* Ajuste para que los checkboxes se vean en fila */
#factoresContainer .form-check {
  margin-right: 1rem;
}
