/* ============================================================
   V3.1.5 CP1 (SA-A_ICP_FOOTER) — ICP 备案 Footer 共享样式
   覆盖：login / homepage(index-v5) / case-detail-v5 / demo-v2
   设计约束：低调（小字号 + 弱化灰 + 居中），不参与页面主视觉，
   不依赖任何页面私有 class，浅色背景下四页外观一致。
   ============================================================ */

.icp-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 16px 20px;
  /* login.html 的 body 是 grid（.auth-page place-items:center），
     让 footer 贴底并横跨整行，避免被居中到页面中部 */
  grid-column: 1 / -1;
  align-self: end;
  justify-self: stretch;
  color: #8a94a6;
  font-size: 12px;
  line-height: 1.5;
}

.icp-footer a,
.icp-footer-link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.icp-footer a:hover,
.icp-footer-link:hover {
  color: #5f6b7f;
  text-decoration: underline;
}

/* demo-v2.html：ICP 锚点合并进现有 .demo-footer-return（flex 居中行） */
.demo-footer-return .icp-footer-link {
  margin-left: 16px;
}
