.badge { border-radius: 999px; font-weight: 700; }
.progress { height: .65rem; border-radius: 999px; }
.kb-table-card { overflow-x: auto; }
.kb-timeline { border-left: 2px solid var(--kb-border); padding-left: 1rem; }
.kb-timeline-item { position: relative; margin-bottom: 1rem; }
.kb-timeline-item::before { content: ""; position: absolute; left: -1.45rem; top: .35rem; width: .75rem; height: .75rem; border-radius: 50%; background: var(--kb-primary); }
