/* Anchor: Footer menu styling */
.np-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.np-footer__menu a {
  text-decoration: none;
  opacity: 0.9;
}

.np-footer__menu a:hover {
  opacity: 1;
  text-decoration: underline;
}

.np-footer__inner {
  display: flex;
  justify-content: space-between; /* menu left, small right */
  align-items: center;
  gap: 16px;
}