.site-footer-shell {
  border-top: 1px solid #243446;
  margin-top: auto;
  background: #111b26;
}

.site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem;
  color: #9ab2c3;
  font-size: 0.95rem;
  text-align: center;
}

.site-footer-inner p {
  margin: 0.3rem 0;
}

.footer-maintainer {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-gh-icon svg {
  display: block;
}

.site-footer-inner a {
  color: #56c4e2;
  text-decoration: none;
}

.site-footer-inner a:hover {
  text-decoration: underline;
}
