.callout {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  background: #0a243d;
}
.table-scroll { margin: 22px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--surface); }
.comparison-table th,
.comparison-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--text); }
.comparison-table td { color: var(--muted); }
.comparison-table thead th { background: #102b48; }
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td { border-bottom: 0; }
.source-note { color: var(--muted); font-size: 0.94rem; }
