html {
  scroll-behavior: smooth;
}

body.china2050-native-home {
  margin: 0;
}

.china2050-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  padding: 10px 14px;
  color: #fff;
  background: #052801;
  transform: translateY(-150%);
}

.china2050-skip-link:focus {
  transform: translateY(0);
}

img {
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

