.footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer .footer-icp {
  color: inherit;
  display: inline;
  font-size: inherit;
  margin-top: 0;
}

.site-footer .footer-icp:hover,
.site-footer .footer-icp:focus-visible {
  color: #fff;
}

@media (max-width: 860px) {
  .footer-legal {
    gap: 8px 14px;
    justify-content: flex-start;
  }
}
