/* Shared legal footer — React app + static legal pages */
body.has-legal-footer {
  padding-bottom: 2rem;
}

.legal-footer {
  width: 100%;
  background-color: transparent;
  color: #888888;
  font-size: 0.75rem;
  text-align: center;
  padding: 2rem 1.5rem;
  margin-top: 3rem;
  border-top: 1px solid #333333;
  line-height: 1.6;
}

.legal-footer p {
  margin: 0 0 0.5rem;
}

.legal-footer-links {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.legal-footer-links span {
  display: inline-block;
  margin: 0 0.75rem 0.5rem;
  color: #888888;
}

.legal-footer-links a {
  color: #888888;
  text-decoration: none;
  margin: 0 0.75rem;
  transition: color 0.2s ease;
}

.legal-footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
