.doushi-icp {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px max(10px, env(safe-area-inset-bottom));
  text-align: center;
  font: 12px/1.5 system-ui, sans-serif;
  background: #fff;
}
.doushi-icp a { color: #596171; text-decoration: none; }
.doushi-icp a:hover, .doushi-icp a:focus-visible { text-decoration: underline; }
