/*
 * styleFooter.css — the site footer: Lonrix attribution/copyright and the
 * Juno Cassandra pointer. Page chrome only.
 */

.site-footer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 1340px;
  margin-top: 2rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.footer-logo {
  height: 34px;
  flex: 0 0 auto;
}

.footer-text p {
  margin: 0;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.5;
}

.footer-copyright {
  font-weight: 600;
  color: #444;
}

.footer-promo { margin-top: 0.3rem !important; }

.footer-promo a {
  color: #2e5e8c;
  font-weight: 600;
}
