.footer-top--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background-color: var(--Colors-Base-White, #fff);

  padding: 16px !important;
  padding-bottom: 24px;
}

.dark-mode .footer-top--wrapper {
  background-color: #1d1d1d;
}

.footer-top--navigation-item {
  margin: 0;
  padding: 0;

  color: var(--Colors-Base-Black, #17191c);
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 0.04px;

  list-style: none;
}

.dark-mode .footer-top--navigation-item {
  color: var(--Colors-Gray-Gray-50, #eaecee);
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 0.04px;
}
