.icp-footer {
  position: fixed;
  left: 50%;
  bottom: 7px;
  z-index: 49;
  transform: translateX(-50%);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.icp-footer a {
  color: rgba(66, 75, 71, 0.72);
  text-decoration: none;
}

.icp-footer a:hover,
.icp-footer a:focus-visible {
  color: #1255ae;
  text-decoration: underline;
}

@media (max-width: 560px) {
  .icp-footer { bottom: 6px; font-size: 11px; }
  .support-watermark { display: none; }
}
