.tpq-answer {
  white-space: pre-line;
  line-height: 1.65;
}

.tpq-proof {
  margin-top: 12px;
  border: 1px solid rgba(136, 166, 194, .22);
  border-radius: 12px;
  background: rgba(6, 18, 31, .38);
  overflow: hidden;
}

.tpq-proof > summary {
  cursor: pointer;
  padding: 11px 12px;
  color: #d7e7f5;
  font-size: 12px;
  font-weight: 800;
  list-style-position: inside;
}

.tpq-proof[open] > summary {
  border-bottom: 1px solid rgba(136, 166, 194, .18);
}

.tpq-proof > section,
.tpq-proof > .tpq-sources {
  margin: 10px 12px;
}

.tpq-mission-compact {
  width: 100%;
  margin-top: 12px;
}
