/* Minimal overrides — Bootstrap handles everything else */

/* Tighten up the article body line width for readability */
.article-body {
  max-width: 740px;
}

/* Keep code blocks on article pages readable */
.article-body pre {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem 1.25rem;
  overflow-x: auto;
}

.article-body pre code {
  background: none;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: inherit;
}

/* Timeline left border accent */
.timeline-item {
  border-left: 3px solid #0d6efd;
  padding-left: 1rem;
}

/* Skill badges — slightly larger */
.skill-badge {
  font-size: 0.85rem;
}
