.fs-sm,
.fs-8,
small,
.text-sm {
  font-size: var(--font-description) !important;
}

.fs-7 {
  font-size: var(--font-base) !important;
}

.text-xs {
  font-size: var(--font-description) !important;
}

.text-base {
  font-size: var(--font-base) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.lh-tight {
  line-height: 1.5;
}

.badge-xs {
  font-size: var(--font-description);
}

.icon-linkedin {
  color: #0a66c2;
}

.muted-desc {
  font-size: var(--font-description);
  color: var(--text-muted);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.status-dot.on {
  background: var(--success);
}

.status-dot.off {
  background: #cbd5e1;
}

.btn.is-busy {
  pointer-events: none;
  opacity: 0.85;
  gap: 0.45rem;
}
