/* GitHub Link Styling */
.github-link {
  /* Inherit standard link styling (underline, color) */
  font-family: 'Commit Mono', monospace;
}

/* Ensure the icon sits nicely inline */
.github-link svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em; /* Slight adjustment to align with baseline */
  stroke: currentColor;
  margin-right: 0.35em;
  display: inline-block;
}