.hist-table {
  font-size: 0.85rem;
}

.hist-table td,
.hist-table th {
  white-space: nowrap;
}

.hist-table .hist-val {
  max-width: 12rem;
  white-space: normal;
  word-break: break-word;
}

.choice-q {
  font-weight: 600;
}

.choice-a {
  color: var(--text-muted);
}

.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}

@media (max-width: 40rem) {
  .meta-grid {
    grid-template-columns: 1fr;
  }
}

.access-walk {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.access-walk li + li {
  margin-top: 1.75rem;
}

.access-walk img {
  width: 100%;
  max-width: 52rem;
  height: auto;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.access-walk figcaption {
  margin-top: 0.55rem;
  color: var(--text-muted);
  max-width: 52rem;
}
