.key-facts {
  padding-left: 0;
  list-style-position: inside;
}

.key-facts li {
  margin-bottom: 5px;
}

.key-facts span {
  color: #a3b18a;
  background: #a3b18a;
  border-radius: 3px;
  user-select: none;
}

.key-facts .reveal {
  vertical-align: -7%;
}

.key-facts .uncovered span {
  color: inherit;
  background: none;
}

.key-facts .uncovered .reveal {
  display: none;
}

.key-facts :not(.uncovered) ~ :not(.uncovered) .reveal {
  display: none;
}

.situation {
  display: none;
}

.ask label {
  display: block;
}

.ask input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  font: inherit;
  background: #fefae0;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff;
  outline: none;
}

.ask input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ask button {
  margin-left: 1rem;
}

.ask.loading button {
  display: none;
}

.ask .active {
  display: none;
}

.ask.loading .active {
  display: block;
}

.ask .active img {
  height: 1.5rem;
  animation: spin 1s linear infinite;
  margin: 0;
}

.ask .desc {
  visibility: hidden;
  display: inline-block;
}

.ask.loading .desc {
  visibility: visible;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.log {
  padding-left: 0;
}

.log li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.log .answer {
  font-weight: bold;
  margin-left: 1rem;
}
