#icp-footer {
  position: fixed;
  inset: auto 0 0;
  z-index: 60;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  background: #fff7ec;
  color: #575757;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
  font: 12px/1.4 sans-serif;
}

#icp-footer[hidden] { display: none; }
#icp-footer a { color: inherit; text-decoration: none; }
#icp-footer a:hover { text-decoration: underline; }
