/* Страница «База знаний» */

#design-root.design-root--knowledge-hub {
  background: #fff;
}

.design-root--knowledge-hub .page-main--knowledge-hub {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 20px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

/* ---------- Hero ---------- */
.knowledge-hub-hero {
  width: 100%;
}

.knowledge-hub-hero__surface {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 418px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  box-sizing: border-box;
}

/* с lead не раздуваем баннер — тот же 418px, что и без lead */

.knowledge-hub-hero__top-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  border-radius: 12px 12px 0 0;
  z-index: 1;
}

.knowledge-hub-hero__breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 60px;
  top: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.knowledge-hub-hero__crumb {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.knowledge-hub-hero__crumb--muted {
  opacity: 0.4;
}


.knowledge-hub-hero__crumb--current {
  opacity: 1;
}

#design-root .knowledge-hub-hero__title {
  position: absolute;
  z-index: 2;
  left: 54px;
  top: 242px;
  width: 710px;
  max-width: calc(100% - 108px);
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 80px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  overflow-wrap: break-word;
}

.knowledge-hub-hero__lead {
  position: absolute;
  z-index: 2;
  left: 60px;
  top: 338px;
  max-width: 710px;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: #fff;
}

.knowledge-hub-hero__deco {
  position: absolute;
  z-index: 0;
  left: 793px;
  top: 74px;
  width: 547px;
  height: 340px;
  pointer-events: none;
}

.knowledge-hub-hero__deco-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

/* ---------- Поиск и фильтры ---------- */
.knowledge-hub-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  min-height: 71px;
  margin: 112px auto 0;
  box-sizing: border-box;
}

.knowledge-hub-search__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: none;
}

#design-root .knowledge-hub-search__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2f323b;
}

.knowledge-hub-search__count {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.knowledge-hub-search__count-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
  opacity: 0.4;
}

.knowledge-hub-search__count-value {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.knowledge-hub-search__filters {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 842px;
}

.knowledge-hub-search-field {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.knowledge-hub-search-field:first-child {
  flex: 0 0 404px;
  max-width: 404px;
}

.knowledge-hub-search-field__legend {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: -10px;
  padding: 2px 4px;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #44474f99;
}
.knowledge-hub-search-field__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  height: 68px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.knowledge-hub-search-field__value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.knowledge-hub-search-field__value--placeholder {
  opacity: 0.4;
}

.knowledge-hub-search-field__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
}

.knowledge-hub-search-field__chev {
  flex: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #44474f;
  transition: transform 0.2s ease;
}

.knowledge-hub-search-field__value--placeholder + .knowledge-hub-search-field__chev {
  opacity: 0.4;
}

.knowledge-hub-search-field--topics,
.knowledge-hub-search-field--types {
  z-index: 2;
}

.knowledge-hub-search-field--topics.knowledge-hub-search-field--open,
.knowledge-hub-search-field--types.knowledge-hub-search-field--open {
  z-index: 20;
}

.knowledge-hub-search-field--types .knowledge-hub-topics-panel__scroll {
  margin: 12px 0 0;
}

.knowledge-hub-topics-option__label--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.knowledge-hub-types-option__icon {
  flex: none;
  display: block;
  width: 16px;
  height: 16px;
}

.knowledge-hub-search-field__value:not(.knowledge-hub-search-field__value--placeholder) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.knowledge-hub-search-field--open .knowledge-hub-search-field__chev {
  transform: rotate(180deg);
}

.knowledge-hub-topics-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(47, 50, 59, 0.12);
}

.knowledge-hub-topics-panel[hidden] {
  display: none;
}

.knowledge-hub-topics-panel__scroll {
  max-height: 280px;
  overflow-y: auto;
  margin: 16px 0 0;
  box-sizing: border-box;
}

.knowledge-hub-topics-panel__footer {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 12px 16px 16px;
  box-sizing: border-box;
}

.knowledge-hub-topics-panel__reset,
.knowledge-hub-topics-panel__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition:
    border-radius var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    background var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.knowledge-hub-topics-panel__reset {
  background: var(--grad-btn-light, linear-gradient(90deg, #e5e9f0 0%, #eaecf4 100%));
  color: #3b495c;
}

.knowledge-hub-topics-panel__apply {
  background: var(--grad-btn, linear-gradient(180deg, #4a658a 0%, #375172 100%));
  color: #fff;
}

.knowledge-hub-topics-panel__reset:is(:hover, :focus-visible) {
  border-radius: 12px;
  background: linear-gradient(90deg, #cfd5e7 0%, #bac5d9 100%);
  color: #272829;
}

.knowledge-hub-topics-panel__apply:is(:hover, :focus-visible) {
  border-radius: 12px;
  background: var(--grad-btn-hover, linear-gradient(180deg, #577297 0%, #476185 100%));
  color: #fff;
}

.knowledge-hub-topics-panel__reset:focus-visible,
.knowledge-hub-topics-panel__apply:focus-visible {
  outline: 2px solid #7c9abf;
  outline-offset: 2px;
}


.knowledge-hub-topics-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.knowledge-hub-topics-group + .knowledge-hub-topics-group {
  margin-top: 24px;
}

#design-root .knowledge-hub-topics-group__title {
  margin: 0 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.knowledge-hub-topics-group__list {
  display: flex;
  flex-direction: column;
}

.knowledge-hub-topics-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.knowledge-hub-topics-option:hover,
.knowledge-hub-topics-option:has(.knowledge-hub-topics-option__input:checked) {
  background: #e8ebf2;
}

.knowledge-hub-topics-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.knowledge-hub-topics-option__box {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.knowledge-hub-topics-option__check {
  display: none;
  width: 10px;
  height: 8px;
}

.knowledge-hub-topics-option__input:checked + .knowledge-hub-topics-option__box {
  border-color: #7c9abf;
  background: linear-gradient(180deg, #e8ebf2 0%, #dde2eb 100%);
}

.knowledge-hub-topics-option__input:checked + .knowledge-hub-topics-option__box .knowledge-hub-topics-option__check {
  display: block;
}

.knowledge-hub-topics-option__label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

/* ---------- Результаты поиска ---------- */
.knowledge-hub-results {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

.knowledge-hub-results__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 32px;
}

.knowledge-hub-results__row--hidden {
  display: none;
}

.knowledge-hub-results__row {
  display: contents;
}

.knowledge-hub-results .knowledge-hub-result-card,
.knowledge-hub-featured .knowledge-hub-result-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: 6px;
  background: #f3f3f3;
  text-decoration: none;
  color: inherit;
}

.knowledge-hub-result-card {
  position: relative;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: 6px;
  background: #f3f3f3;
  color: inherit;
}

.knowledge-hub-result-card__title-link,
.knowledge-hub-result-card__thumb-link,
.knowledge-hub-result-card__arrow-link {
  color: inherit;
  text-decoration: none;
}

.knowledge-hub-result-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.knowledge-hub-result-card__title-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

#design-root .knowledge-hub-result-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #2f323b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  /* Фикс. 4 строки → серая линия и хэштеги на одной высоте у всех плашек */
  height: calc(1.2em * 4);
  min-height: calc(1.2em * 4);
}

.knowledge-hub-result-card__arrow {
  flex: none;
  display: block;
  width: 10px;
  height: 16px;
  align-self: flex-start;
  margin-top: 2px;
}

.knowledge-hub-result-card__divider {
  display: block;
  align-self: stretch;
  height: 1px;
  background: rgba(74, 101, 138, 0.2);
}

.knowledge-hub-result-card__body {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
  flex: 1 1 auto;
  min-height: 136px;
}

.knowledge-hub-result-card__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 136px;
  gap: 12px;
}

.knowledge-hub-result-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px 16px;
  align-self: stretch;
  min-height: calc(16px * 2 + 8px);
  max-height: none;
  overflow: visible;
}

.knowledge-hub-result-card__tag {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.knowledge-hub-result-card__tag-hash {
  flex: none;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #44474fcc;
}

.knowledge-hub-result-card__tag-label {
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #44474fcc;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.knowledge-hub-result-card__type {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  flex: none;
  color: #375172;
  text-decoration: none;
  cursor: pointer;
}

.knowledge-hub-result-card__type-icon {
  flex: none;
  display: block;
  width: 12px;
  height: 12px;
}

.knowledge-hub-result-card__type-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #375172;
  -webkit-text-fill-color: #375172;
}

.knowledge-hub-result-card__thumb {
  flex: none;
  display: block;
  width: 136px;
  height: 136px;
  max-width: 136px;
  max-height: 136px;
  border-radius: 0;
  object-fit: contain;
  object-position: bottom center;
  background: transparent;
  overflow: visible;
}

.knowledge-hub-results__more {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 8px auto 0;
  text-align: center;
}

.knowledge-hub-results__more[hidden] {
  display: none;
}

.knowledge-hub-results__empty {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #44474f;
}

.knowledge-hub-results__empty[hidden] {
  display: none;
}

.knowledge-hub-results__row[hidden] {
  display: none;
}

.knowledge-hub-result-card[hidden] {
  display: none;
}

/* ---------- Актуальные материалы ---------- */
.knowledge-hub-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 140px auto 0;
  box-sizing: border-box;
}

.knowledge-hub-featured__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 491px;
  text-align: center;
}

#design-root .knowledge-hub-featured__title {
  margin: 0;
  align-self: stretch;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #2f323b;
}

.knowledge-hub-featured__lead {
  margin: 0;
  align-self: stretch;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.knowledge-hub-featured__viewport {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  isolation: isolate;
}

.knowledge-hub-featured--clipped .knowledge-hub-featured__viewport {
  height: 436px;
}

.knowledge-hub-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 32px;
  align-self: stretch;
}

.knowledge-hub-featured__grid > .knowledge-hub-results__row {
  display: contents;
}

.knowledge-hub-featured__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 104px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.knowledge-hub-featured__all {
  align-self: center;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.knowledge-hub-featured--expanded .knowledge-hub-featured__viewport,
.knowledge-hub-featured--clipped.knowledge-hub-featured--expanded .knowledge-hub-featured__viewport {
  height: auto;
  max-height: none;
  overflow: visible;
}

.knowledge-hub-featured--expanded .knowledge-hub-featured__fade {
  display: none;
}

/* ---------- Intro / SEO ---------- */
.knowledge-hub-intro {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#design-root .knowledge-hub-intro__text {
  margin: 89px auto 0;
  max-width: 1062px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #44474f;
}

#design-root .knowledge-hub-intro__text p {
  margin: 0 0 12px;
}

#design-root .knowledge-hub-intro__text p:last-child {
  margin-bottom: 0;
}

/* ---------- FAQ ---------- */
.design-root--knowledge-hub .page-main--knowledge-hub > .knowledge-hub-featured + .home-faq {
  margin-top: 140px;
}

.design-root--knowledge-hub .page-main--knowledge-hub > .home-faq {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__title {
  margin: 0;
  align-self: stretch;
  text-align: center;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__item {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  box-sizing: border-box;
  padding: 22px 32px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__item[open] {
  padding-bottom: 32px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__summary::marker {
  content: "";
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__summary::-webkit-details-marker {
  display: none;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__question {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: left;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #dbe0e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__chev {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__chev::before,
.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__chev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #44474f;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__chev::before {
  width: 12px;
  height: 2px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__chev::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.15s ease;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__item[open] .home-faq__chev::after {
  opacity: 0;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__panel {
  margin-top: 22px;
  border-radius: 6px;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__lead {
  margin: 0;
  color: #44474f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__subheading {
  margin: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #44474f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

/* ---------- «Задать вопрос» ---------- */
.design-root--knowledge-hub .page-main--knowledge-hub > .home-faq + .press-invite {
  margin-top: 80px;
}

/* SEO-отступы: page.css */

.design-root--knowledge-hub .press-invite {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.design-root--knowledge-hub .press-invite__surface {
  position: relative;
  width: 100%;
  min-height: 282px;
  border-radius: 12px;
  background: var(--grad-invite-surface);
  overflow: hidden;
}

.design-root--knowledge-hub .press-invite__deco {
  position: absolute;
  width: 488px;
  height: 316px;
  right: 99px;
  bottom: 0;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.design-root--knowledge-hub .press-invite__content {
  position: relative;
  z-index: 1;
  width: 1160px;
  max-width: calc(100% - 120px);
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  box-sizing: border-box;
}

.design-root--knowledge-hub .press-invite__title {
  margin: 0;
  max-width: 484px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 480;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #fff;
  font-variation-settings: "slnt" 0;
}

.design-root--knowledge-hub .press-invite__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.design-root--knowledge-hub .press-invite__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.design-root--knowledge-hub .press-invite__fields {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.design-root--knowledge-hub .press-invite__field {
  flex: 1 1 0;
  min-width: 0;
}

.design-root--knowledge-hub .press-invite__field input {
  width: 100%;
  height: 64px;
  padding: 22px;
  border: 1px solid #c5d0de;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #2f323b;
  -webkit-text-fill-color: #2f323b;
}

.design-root--knowledge-hub .press-invite__field input::placeholder,
.design-root--knowledge-hub .press-invite__field input::-webkit-input-placeholder {
  color: #5c6570;
  -webkit-text-fill-color: #5c6570;
  opacity: 1;
}

.design-root--knowledge-hub .press-invite__field input::-moz-placeholder {
  color: #5c6570;
  opacity: 1;
}

.design-root--knowledge-hub .press-invite__field input:focus {
  outline: 2px solid rgba(74, 101, 138, 0.45);
  outline-offset: 0;
}

.design-root--knowledge-hub .press-invite__submit {
  flex: none;
  width: 260px;
  height: 64px;
  margin: 0;
  padding: 22px 26px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
}

.design-root--knowledge-hub .press-invite__submit-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #2f323b;
}

.design-root--knowledge-hub .press-invite__submit-orb {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: #e1871f;
  border-radius: 83.33px;
}

.design-root--knowledge-hub .press-invite__submit-orb img {
  display: block;
  width: 5px;
  height: 8px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.design-root--knowledge-hub .press-invite__consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.design-root--knowledge-hub .press-invite__consent input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.design-root--knowledge-hub .press-invite__consent input:checked {
  border-color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2L4.4 8.6L11 1.9' stroke='%237C9ABF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.design-root--knowledge-hub .press-invite__consent input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.design-root--knowledge-hub .press-invite__consent span {
  flex: none;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.design-root--knowledge-hub .press-invite__consent span a {
  color: #fff;
  text-decoration: underline;
}

.design-root--knowledge-hub .press-invite__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1320px) {
  .knowledge-hub-hero__deco {
    left: auto;
    right: 20px;
    width: min(547px, 42%);
    height: auto;
    aspect-ratio: 547 / 340;
    top: 74px;
  }

  #design-root .knowledge-hub-hero__title {
    width: min(710px, 52%);
  }

  .knowledge-hub-hero__lead {
    max-width: min(710px, 52%);
  }
}

@media (max-width: 900px) {
  .design-root--knowledge-hub .page-main--knowledge-hub {
    width: 100%;
    max-width: 100%;
    padding: 16px 5px 0;
    gap: 60px;
    align-items: stretch;
    box-sizing: border-box;
  }

  /* Снизу как case-hub (20px), сверху оставляем место под крошки */
  .knowledge-hub-hero__surface {
    height: auto;
    min-height: 206px;
    padding: 40px 20px 20px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    backdrop-filter: blur(85px);
    -webkit-backdrop-filter: blur(85px);
  }

  .knowledge-hub-hero__top-bar {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }

  .knowledge-hub-hero__breadcrumbs {
    left: 20px;
    top: 14px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .knowledge-hub-hero__crumb {
    font-size: 10px;
    line-height: 12px;
  }

  .knowledge-hub-hero__deco {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    width: 204px;
    height: 127px;
    z-index: 0;
    pointer-events: none;
  }

  .knowledge-hub-hero__deco-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    mix-blend-mode: normal;
  }

  #design-root .knowledge-hub-hero__title {
    position: relative;
    z-index: 2;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 270px;
    margin: 39px 0 0;
    font-size: 24px !important;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 105% !important;
    letter-spacing: -0.03em;
  }

  .knowledge-hub-hero__lead {
    position: relative;
    z-index: 2;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 270px;
    margin: 24px 0 0;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 15px !important;
    letter-spacing: 0;
  }

  #design-root .knowledge-hub-hero__lead,
  #design-root .knowledge-hub-hero__lead p,
  #design-root .knowledge-hub-hero__lead span,
  #design-root .knowledge-hub-hero__lead [style*="font-size"] {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .knowledge-hub-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 0;
    padding: 0 14px;
    box-sizing: border-box;
  }

  .knowledge-hub-search__head {
    display: contents;
  }

  #design-root .knowledge-hub-search__title {
    order: 0;
    width: 100%;
    margin: 0 0 32px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 105% !important;
    letter-spacing: -0.03em;
    color: #2f323b;
  }

  .knowledge-hub-search__filters {
    order: 1;
    flex-direction: column;
    width: 100%;
    max-width: none;
    gap: 24px;
    margin: 0 0 24px;
  }

  .knowledge-hub-search__count {
    order: 2;
    justify-content: center;
    gap: 6px;
    margin: 0;
  }

  .knowledge-hub-search__count-label,
  .knowledge-hub-search__count-value {
    font-size: 12px;
    line-height: 15px;
    color: #44474f;
  }

  .knowledge-hub-search-field,
  .knowledge-hub-search-field:first-child {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .knowledge-hub-search-field__legend {
    left: 16px;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #44474f;
    opacity: 0.6;
  }

  .knowledge-hub-search-field__control {
    height: 55px;
    min-height: 55px;
    padding: 20px;
    gap: 4px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
  }

  .knowledge-hub-search-field__value {
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #2f323b;
  }

  .knowledge-hub-search-field--types .knowledge-hub-search-field__value:not(.knowledge-hub-search-field__value--placeholder) {
    gap: 4px;
    letter-spacing: -0.02em;
  }

  .knowledge-hub-search-field__icon,
  .knowledge-hub-search-field__value .knowledge-hub-search-field__icon {
    width: 12px;
    height: 12px;
  }

  .knowledge-hub-search-field__chev {
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 4px;
  }

  .knowledge-hub-search-field--types .knowledge-hub-search-field__chev {
    border-top-width: 5px;
  }

  .knowledge-hub-topics-panel__scroll {
    max-height: min(320px, 50vh);
    margin: 20px 0;
  }

  .knowledge-hub-results {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 15px;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  .knowledge-hub-results__rows {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
  }

  .knowledge-hub-results .knowledge-hub-result-card {
    width: 100%;
    min-height: 260px;
    height: auto;
    padding: 24px;
    gap: 24px;
    border-radius: 6px;
    background: #f3f3f3;
  }

  .knowledge-hub-result-card__head {
    gap: 16px;
  }

  .knowledge-hub-result-card__title-row {
    gap: 24px;
  }

  #design-root .knowledge-hub-result-card__title {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
    color: #2f323b;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .knowledge-hub-result-card__arrow {
    width: 8px;
    height: 13px;
  }

  .knowledge-hub-result-card__divider {
    background: rgba(74, 101, 138, 0.2);
  }

  .knowledge-hub-result-card__body {
    align-items: flex-end;
    gap: 24px;
    min-height: 0;
  }

  .knowledge-hub-result-card__meta {
    gap: 16px;
    min-height: 0;
    justify-content: flex-start;
  }

  .knowledge-hub-result-card__tags {
    gap: 8px 16px;
    min-height: calc(12px * 2 + 8px);
    max-height: none;
    overflow: visible;
  }

  .knowledge-hub-result-card__tag-hash {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: rgba(68, 71, 79, 0.8);
  }

  .knowledge-hub-result-card__tag-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: rgba(68, 71, 79, 0.8);
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }

  .knowledge-hub-result-card__tag {
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 100%;
  }

  .knowledge-hub-result-card__type {
    padding: 6px 10px;
    gap: 4px;
    border-radius: 6px;
    background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  }

  .knowledge-hub-result-card__type-icon {
    width: 10px;
    height: 10px;
  }

  .knowledge-hub-result-card__type-label {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #375172;
    -webkit-text-fill-color: #375172;
  }

  .knowledge-hub-result-card__thumb {
    width: 88px;
    height: 88px;
    max-width: 88px;
    max-height: 88px;
    border-radius: 0;
  }

  .knowledge-hub-results__more {
    margin: 0 auto;
    text-align: center;
  }

  /* Figma «Показать еще»: 16/125% 500 — перебивает общий mobile 13px из page.css */
  #design-root.design-root--knowledge-hub .knowledge-hub-results__more,
  #design-root .knowledge-hub-results__more {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.01em;
  }

  .knowledge-hub-featured {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 15px;
    gap: 0;
    align-items: center;
    box-sizing: border-box;
  }

  .knowledge-hub-featured__head {
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

  #design-root .knowledge-hub-featured__title {
    font-size: 24px;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .knowledge-hub-featured__lead {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #44474f;
  }

  .knowledge-hub-featured__viewport {
    width: 100%;
    padding-top: 13px;
    margin-bottom: 24px;
    box-sizing: border-box;
  }

  .knowledge-hub-featured--clipped .knowledge-hub-featured__viewport {
    height: 600px;
  }

  .knowledge-hub-featured--expanded .knowledge-hub-featured__viewport,
  .knowledge-hub-featured--clipped.knowledge-hub-featured--expanded .knowledge-hub-featured__viewport {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .knowledge-hub-featured--expanded .knowledge-hub-featured__fade {
    display: none;
  }

  .knowledge-hub-featured__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .knowledge-hub-featured__fade {
    height: 104px;
  }

  .knowledge-hub-featured__all {
    align-self: center;
    text-align: center;
  }

  /* Та же универсальная плашка, что в выдаче — без устаревшего mobile-layout */
  .knowledge-hub-featured .knowledge-hub-result-card {
    width: 100%;
    min-height: 260px;
    height: auto;
    padding: 24px;
    gap: 24px;
    border-radius: 6px;
    background: #f3f3f3;
    box-sizing: border-box;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub > .knowledge-hub-featured + .home-faq {
    width: calc(100vw - 10px);
    max-width: none;
    margin-top: 0;
    margin-left: calc(5px + 50% - 50vw);
    margin-right: 0;
    padding: 0;
    gap: 32px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__title {
    padding: 0 25px;
    font-size: 24px;
    letter-spacing: -0.03em;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__item {
    padding: 10px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__item[open] {
    padding-bottom: 10px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__summary {
    gap: 10px;
    padding: 22px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__question {
    font-size: 15px;
    letter-spacing: -0.02em;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__panel {
    margin-top: 0;
    padding: 22px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__lead {
    font-size: 12px;
    line-height: 15px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__subheading {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.02em;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-icon,
  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-icon img {
    width: 12px;
    height: 12px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-text {
    font-size: 12px;
    line-height: 15px;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub > .home-faq + .press-invite {
    margin-top: 0;
    padding: 0;
  }

  .design-root--knowledge-hub .press-invite {
    width: 100%;
    max-width: none;
    align-self: stretch;
  }

  .design-root--knowledge-hub .press-invite__surface {
    min-height: 343px;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    background: var(--grad-invite-surface);
    box-sizing: border-box;
    overflow: hidden;
  }

  .design-root--knowledge-hub .press-invite__deco {
    display: none;
  }

  .design-root--knowledge-hub .press-invite__content {
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: stretch;
    gap: 16px;
  }

  .design-root--knowledge-hub .press-invite__title {
    align-self: stretch;
    max-width: none;
    text-align: center;
    font-size: 18px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 108%;
    letter-spacing: -0.02em;
  }

  .design-root--knowledge-hub .press-invite__form {
    width: 100%;
    gap: 16px;
  }

  .design-root--knowledge-hub .press-invite__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .design-root--knowledge-hub .press-invite__fields {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  .design-root--knowledge-hub .press-invite__field {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .design-root--knowledge-hub .press-invite__field input {
    width: 100%;
    height: 52px;
    padding: 22px 20px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background: #839fc2;
    border: 1px solid #96adcb;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .design-root--knowledge-hub .press-invite__field input::placeholder {
    color: #fff;
    opacity: 1;
  }

  .design-root--knowledge-hub .press-invite__field input:focus {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 0;
  }

  .design-root--knowledge-hub .press-invite__submit {
    width: 100%;
    height: 52px;
    padding: 18px 20px;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .design-root--knowledge-hub .press-invite__submit-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #4a5b73;
  }

  .design-root--knowledge-hub .press-invite__submit-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 66.67px;
  }

  .design-root--knowledge-hub .press-invite__submit-orb img {
    width: 3.6px;
    height: 5.72px;
  }

  .design-root--knowledge-hub .press-invite__consent {
    gap: 12px;
    align-items: center;
  }

  .design-root--knowledge-hub .press-invite__consent input {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .design-root--knowledge-hub .press-invite__consent span {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
  }

  .design-root--knowledge-hub .press-invite__consent span a {
    color: #fff;
    text-decoration: underline;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub > .press-invite + .expert-hub-intro,
  #design-root.design-root--knowledge-hub .page-main--knowledge-hub > .expert-hub-intro {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .knowledge-hub-intro {
    padding: 0 25px;
  }

  #design-root.design-root--knowledge-hub .expert-hub-intro__text,
  #design-root .knowledge-hub-intro__text {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400;
    text-align: center;
    color: #44474f;
  }

  #design-root.design-root--knowledge-hub .expert-hub-intro__text p,
  #design-root.design-root--knowledge-hub .expert-hub-intro__text span,
  #design-root.design-root--knowledge-hub .expert-hub-intro__text [style*="font-size"],
  #design-root .knowledge-hub-intro__text p,
  #design-root .knowledge-hub-intro__text span,
  #design-root .knowledge-hub-intro__text [style*="font-size"] {
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: inherit;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__title {
    font-size: 24px !important;
    line-height: 105% !important;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__question {
    font-size: 15px !important;
    line-height: 100% !important;
  }

  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__lead,
  .design-root--knowledge-hub .page-main--knowledge-hub .home-faq__bullet-text {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .design-root--knowledge-hub .press-invite__title {
    font-size: 18px !important;
    line-height: 108% !important;
  }
}
