.nd-footer {
  background-color: var(--nd-white);
  border-top: 1px solid #eaeaea;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: var(--nd-text-mute);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--nd-gold);
}
