.github-stats-container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.github-stats {
  display: flex;
  align-items: center;
}

.github-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}

.github-link:hover {
  background-color: var(--sl-color-accent-low);
}

.github-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.github-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.github-facts {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.github-fact {
  font-size: 0.75rem;
  padding: 0.125rem 0.125rem;
  border-radius: 0.25rem;
}

.github-fact--version::before {
  content: "🏷️ ";
}

.github-fact--version {
  font-weight: 500;
}

.github-fact--stars::before {
  content: "⭐ ";
}

.github-fact--forks::before {
  content: "🔀 ";
}
