.td-footer {
  text-align: center;
  font-size: 12px;
  color: #7B7D85;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.td-footer-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.td-footer-links a { color: #7B7D85; text-decoration: none; }
.td-footer-links a:hover { text-decoration: underline; }
@media (min-width: 768px) {
  .td-footer { font-size: 13px; gap: 12px; }
  .td-footer-links { gap: 18px; }
}