body {
  padding-bottom: 56px;
}

#icp-footer {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

#icp-footer a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

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

