.global-bottom-links {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding: 18px max(20px, env(safe-area-inset-left)) calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid #d8e3dd;
  color: #526861;
  background: #f7faf8;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.global-bottom-links nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.global-bottom-links a {
  color: #315b50;
  font-weight: 600;
  text-decoration: none;
}

.global-bottom-links a:hover,
.global-bottom-links a:focus-visible {
  color: #0d625a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .global-bottom-links {
    margin-bottom: 76px;
  }
}
