/* Footer Legal Links */
.footer-legal {
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  margin-top: var(--spacing-sm);
  list-style: none;
}

.footer-legal li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-legal li a:hover {
  color: white;
  text-decoration: underline;
}
