.site-footer {
  margin-top: 32px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  text-align: center;
}

.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--accent-strong);
}

.site-footer .sep {
  color: var(--line);
  font-size: 0.9rem;
}
