/* Footer */
.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.9rem;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.site-footer p {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .site-footer .container {
    flex-direction: column;
  }
}
