#antrouter-legal-links {
  width: 100%;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: #0f1014;
  color: #94a3b8;
  font: 14px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

#antrouter-legal-static-footer {
  width: 100%;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: #0f1014;
  color: #94a3b8;
  font: 14px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.antrouter-legal-links-inner {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.antrouter-legal-links-brand {
  color: #cbd5e1;
  font-weight: 700;
}

.antrouter-legal-links-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.antrouter-legal-inline-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-left: 18px;
  color: #94a3b8;
  font: 14px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  min-width: 0;
}

.antrouter-home-compliance-notice {
  display: none !important;
}

.antrouter-home-compliance-notice strong {
  color: #fff;
}

#antrouter-legal-links a {
  color: #cbd5e1;
  text-decoration: none;
}

.antrouter-legal-inline-links a {
  color: #cbd5e1;
  text-decoration: none;
  white-space: nowrap;
}

#antrouter-legal-static-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

#antrouter-legal-links a:hover {
  color: #60a5fa;
}

#antrouter-legal-static-footer a:hover {
  color: #60a5fa;
}

.antrouter-legal-inline-links a:hover {
  color: #60a5fa;
}

@media (max-width: 720px) {
  .antrouter-legal-links-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 14px 22px;
  }

  .antrouter-legal-inline-links {
    display: flex;
    width: 100%;
    margin: 8px 0 0;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .antrouter-home-compliance-notice {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 14px;
    text-align: left;
  }
}
