.content-page .page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 8px;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content {
    flex-wrap: nowrap;
  }
}
.content-page .page-content .sidebar {
  width: 100%;
  height: auto;
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content .sidebar {
    width: 224px;
    order: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .page-content .sidebar {
    width: 461px;
  }
}
.content-page .page-content .sidebar .list-block .list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.content-page .page-content .sidebar .list-block .list-items a {
  text-decoration: none;
  color: #000;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
.content-page .page-content .sidebar .list-block .list-items a:hover {
  color: #FF6B00;
}
.content-page .page-content .sidebar .list-block .list-items a.active {
  color: #FF6B00;
}
.content-page .page-content .article {
  width: 100%;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content .article {
    width: calc(100% - 244px);
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .page-content .article {
    width: calc(100% - 469px);
  }
}
.content-page .page-content .article .content {
  max-width: 496px;
}
@media only screen and (min-width: 1024px) {
  .content-page .page-content .article .content {
    max-width: 650px;
  }
}
.content-page .page-content .article p {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 16px;
}

/*# sourceMappingURL=kss-faq-article-page.css.map */
