.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  padding: 20px 16px 24px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #888;
  text-align: center;
}

.site-footer a {
  color: #666;
  text-decoration: none;
}

.site-footer a:hover {
  color: #333;
  text-decoration: underline;
}

.footer-sep {
  color: #ccc;
}

.beian-mps-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.beian-mps-link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

body.login-body {
  flex-direction: column;
  justify-content: space-between;
}

.login-body .login-shell {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.admin-with-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.admin-with-footer > header,
body.admin-with-footer > nav,
body.admin-with-footer > main {
  flex-shrink: 0;
}

body.admin-with-footer > main {
  flex: 1;
}

body.admin-with-footer > .site-footer {
  margin-top: auto;
}
