.site-footer {
  background: #0F1A2E;
  padding: 1.75rem 1.5rem;
  text-align: center;
  margin-top: auto;
}

.site-footer-tagline {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.65rem;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  font-size: 0.82rem;
}

.site-footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer-links a:hover {
  color: #fff;
}

.site-footer-sep {
  color: rgba(255, 255, 255, 0.25);
  user-select: none;
}

body.has-site-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.has-site-footer > .site-footer {
  flex-shrink: 0;
}
