/* =========================================================================
   Footer
   ========================================================================= */
.site-footer{
  border-top: 1px solid var(--border);
  padding-block: 32px;
}
.footer-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: .85rem;
  color: var(--text-faint);
}
.footer-inner a{
  text-decoration: none;
  color: var(--text-muted);
}
.footer-inner a:hover{ color: var(--green); }
