#tp-eje-a-root {
  max-width: 900px;
  margin: 30px auto;
  line-height: 1.6;
}

.question {
  margin-bottom: 22px;
}

.scale label {
  margin-right: 8px;
  cursor: pointer;
}

.help {
  cursor: help;
  margin-left: 6px;
}

.tooltip {
  display: none;
  background: #f4f4f4;
  padding: 12px;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 0.95em;
}

.help:hover + .tooltip {
  display: block;
}

.result-block {
  margin-top: 30px;
}

.result-block h2 {
  margin-bottom: 12px;
}

.result-block h3 {
  margin-top: 22px;
}

.result-block p {
  margin-bottom: 12px;
}

.ethical-note {
  margin-top: 30px;
  font-size: 0.9em;
  color: #555;
}
