.footer-navlist-item.active {
  background-color: #1d1d1d;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.footer-navlist-item.active a {
  color: #fff;
}
