.facts-wrap { max-width: 920px; }
.facts-article .facts-meta {
  margin: 10px 0 0;
  font-size: 14px;
  color: #475569;
}
.facts-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}
.facts-toc a { font-weight: 700; color: #0f766e; }
.facts-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  background: #fff;
}
.facts-table th,
.facts-table td {
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.facts-table thead th { background: #0b1f3a; color: #fff; }
.facts-table tbody th { width: 38%; background: #f8fafc; font-weight: 700; }
.facts-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 0 0 8px;
  background: #fff;
}
.facts-faq summary { font-weight: 700; cursor: pointer; }
.facts-pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  font-weight: 700;
}
.facts-path { line-height: 1.7; padding-left: 1.2em; }
@media (max-width: 640px) {
  .facts-table tbody th { width: auto; }
  .facts-pager { flex-direction: column; }
}
