.gongcha-theme .gongcha-site-header a {
  text-decoration: none;
}

.gongcha-primary-menu,
.gongcha-primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gongcha-primary-menu a {
  color: #fff;
}

.gongcha-primary-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.gongcha-mobile-menu a {
  color: #fff;
  text-decoration: none;
}

.gongcha-mobile-menu ul {
  list-style: none;
  margin: 0;
}

.gongcha-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gongcha-site-footer a {
  color: #fff;
  text-decoration: none;
}

.gongcha-site-footer a:hover {
  text-decoration: underline;
}

.gongcha-missing-fragment {
  min-height: 60vh;
  padding: 12rem 2rem 4rem;
}

