.section-head-inline {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.github-status,
.github-stats,
.pacman-block,
.github-repos {
  margin-top: 0.7rem;
}

.github-stats {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.github-stats article,
.gh-repo,
.pacman-block {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.pacman-block img {
  max-width: 100%;
  height: auto;
  display: block;
}

.github-stats strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.github-stats span {
  color: var(--muted);
  font-size: 0.82rem;
}

.gh-repo a {
  color: var(--text);
  text-decoration: none;
}

.gh-repo a:hover {
  color: var(--accent);
}

.gh-repo p {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
}
