/* JDServer-Webs v6.1 — modules/facts/facts.css */
#facts{ margin:16px 0 28px; }
.fx-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.fx-title{ font-weight:600; }

.fx-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  padding: 10px;
}

.fx-list{
  margin:0; padding:0 0 0 18px;
  font: 500 14px/1.35 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.fx-list li{ margin:6px 0; }
.fx-list .muted{ color: var(--muted); list-style:none; padding-left:0; }
