/* Sidebar repository descriptions */
.repo-desc {
  font-size: 0.85em;
  color: #6c757d; /* Muted grey to be less distracting */
  line-height: 1.2;
  display: block; /* Ensures it sits on its own line */
  margin-bottom: 8px; /* Adds space between items */
}
