body {
  background: #fff;
}

.help-manual {
  min-width: 800px;
  background: #fff;
}

.help-manual-hero {
  margin-bottom: 20px;
  padding: 15px 0 22px;
  color: #fff;
  background: #5eba7d;
}

.help-manual-title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.help-manual-nav {
  width: 1080px;
  margin: 10px auto 0;
  padding-left: 10px;
}

.help-manual-nav a {
  margin-right: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.help-container {
  width: 1080px;
  margin: 0 auto;
}

.help-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 60px;
  padding: 20px 0 48px;
}

.help-category-card {
  padding: 0;
  background: #fff;
}

.help-category-title {
  margin: 5px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #09ba07;
  font-size: 28px;
  line-height: 40px;
}

.help-category-title a {
  color: #09ba07;
}

.help-article-list,
.help-all-articles,
.help-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-article-list li {
  margin: 10px 0;
}

.help-article-list a,
.help-all-articles a {
  color: #6c757d;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.help-article-list a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.help-article-list a:hover,
.help-all-articles a:hover,
.help-article-meta a:hover,
.help-related a:hover {
  color: #09ba07;
}

.help-more-link {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border: 1px solid #6c757d;
  border-radius: 15px;
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
}

.help-more-link:hover {
  color: #6c757d;
}

.help-page-desc {
  margin: 0 0 20px;
  color: #6c757d;
  font-size: 16px;
  line-height: 28px;
}

.help-archive {
  padding: 20px 0 56px;
}

.help-all-articles li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.help-all-articles span {
  margin-left: 24px;
  color: #9aa0a6;
  font-size: 14px;
  white-space: nowrap;
}

.help-article {
  padding: 20px 0 64px;
}

.help-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 16px;
  color: #8a9099;
  font-size: 14px;
  line-height: 22px;
}

.help-breadcrumb a {
  color: #6c757d;
}

.help-breadcrumb a:hover {
  color: #09ba07;
}

.help-article h1 {
  margin: 0;
  color: #25262d;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.help-article-meta {
  margin: 12px 0 28px;
  color: #6c757d;
  text-align: center;
}

.help-article-meta a,
.help-article-meta span {
  margin: 0 8px;
  color: #6c757d;
}

.help-article-content {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.help-article-content p {
  margin: 12px 0;
}

.help-article-content h2,
.help-article-content h3 {
  margin: 24px 0 12px;
  color: #25262d;
}

.help-article-content img {
  max-width: 100%;
  height: auto;
}

.help-article-links {
  display: flex;
  gap: 12px;
  margin: 32px 0 24px;
}

.help-article-links a {
  padding: 6px 16px;
  border: 1px solid #09ba07;
  border-radius: 18px;
  color: #09ba07;
  font-size: 14px;
}

.help-related,
.help-next-links {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.help-related h2,
.help-next-links h2 {
  margin: 0 0 12px;
  color: #25262d;
  font-size: 20px;
  line-height: 28px;
}

.help-next-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-related li,
.help-next-links li {
  margin: 8px 0;
}

.help-related a,
.help-next-links a {
  color: #6c757d;
  font-size: 16px;
  line-height: 26px;
}
