/* ICP 备案信息页脚 */
#icp-footer {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

#icp-footer a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#icp-footer a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

#icp-footer svg {
  flex-shrink: 0;
}
