#help-content a {
  text-decoration: none;
}
#help-content a:hover {
  text-decoration: underline;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.category-list .category {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}
#help-content .category-list .category:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.category-list .category h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.category-list .category p {
  margin: 0;
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.category-list .category .article-count {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.row-fluid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.row-fluid .span9 {
  flex: 1;
  order: 2;
}
.row-fluid .span3 {
  flex: 0 0 25%;
  order: 1;
  border-right: 1px solid #e5e5e5;
}
h1 {
  color: #111;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 58px;
}
article h2 {
  color: #111;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
article h3 {
  color: #111;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
article h4,
article h5,
article h6 {
  color: #111;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
.nav.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav.nav-list li {
  margin-bottom: 10px;
}
.nav.nav-list li a::after {
  content: '›';
  text-decoration: none;
}
.articlesFound {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 24px;
}
#serp .articleList {
  list-style: none;
  padding: 0;
  margin: 0;
}
#serp .articleList li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
}
#serp .articleList li a {
  font-size: 18px;
  line-height: 32px;
  color: #111;
  font-weight: 500;
}
#serp .articleList li a:hover {
  text-decoration: underline;
}
#serp .articleList li p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article p {
  color: var(--dark);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
article li {
  color: var(--dark);
}
.contentWrapper {
  max-width: 800px;
  padding: 64px;
}
#fullArticle a {
  text-decoration: underline;
}
#sidebar {
  padding: 32px 0;
}
#sidebar h3 {
  font-size: 18px;
  line-height: 64px;
}
.articleFoot {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.articleFoot .icon-contact {
  display: none;
}
.articleFoot > * {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
  padding: 0;
}
.top-bar {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  margin-bottom: 0;
}
#docsSearch {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
#docsSearch form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 50%;
}
#docsSearch input {
  border: 2px solid var(--colors--black--100);
  color: var(--colors--black--700);
  border-radius: 16px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 20px 18px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s;
  width: 100%;
}
#docsSearch input:focus {
  border-color: var(--colors--black--950);
  box-shadow: 0 5px 10px #0000001a;
  outline: 0;
}
#docsSearch button {
  display: none;
}
