.tenx-footer-legal {
  width: min(1180px, 100%);
  margin: 22px auto 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(127,127,127,.20);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  font: inherit;
  font-size: 12px;
  line-height: 1.55;
  color: inherit;
  opacity: .64;
}
.tenx-footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.tenx-footer-legal a {
  color: inherit;
  text-decoration: none;
}
.tenx-footer-legal a:hover,
.tenx-footer-legal a:focus-visible {
  opacity: 1;
  text-decoration: underline;
}






@media (max-width: 680px) {
  .tenx-footer-legal {
    display: grid;
    justify-content: start;
    gap: 6px;
  }
  .tenx-footer-legal__links {
    display: grid;
    justify-content: start;
    gap: 4px;
  }
  .tenx-footer-legal__dot {
    display: none;
  }
  
}
