/* Inline GitHub star link for site footers (Font Awesome) */
a.github-star-footer {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  margin: 0;
  padding: 0 2px;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  color: #57606a;
  opacity: 0.9;
  transition: color 0.15s ease, opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

a.github-star-footer:hover {
  color: #0969da;
  opacity: 1;
  text-decoration: none;
}

a.github-star-footer i {
  font-size: 0.95em;
  line-height: 1;
}

.footer-line a.github-star-footer,
.site-footer a.github-star-footer {
  color: var(--brand, var(--primary-color, #0969da));
}

.footer-line a.github-star-footer:hover,
.site-footer a.github-star-footer:hover {
  color: var(--brand-2, var(--blue-hover, #0550ae));
}

.page-footer-nav a.github-star-footer,
.footer-content a.github-star-footer {
  color: var(--blue-primary, #2563eb);
}

.page-footer-nav a.github-star-footer:hover,
.footer-content a.github-star-footer:hover {
  color: var(--blue-hover, #1d4ed8);
}
