.support-search-header {
  background-color: #F4F8FD;
  padding: 32px 0;
}

.support-search-header__content {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1023.9px) {
  .support-search-header__content {
    max-width: none;
    padding: 0 40px;
  }
}
@media (max-width: 767.9px) {
  .support-search-header__content {
    padding: 0 16px;
  }
}

.support-search-header__greeting {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 32px 0;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .support-search-header__greeting {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1023.9px) {
  .support-search-header__greeting {
    font-size: 28px;
    line-height: 36px;
  }
}

.support-search-header__form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.support-search-header__input-wrapper {
  flex: 1;
}

.support-article-preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F1F1;
}

.support-article-preview:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.support-article-preview__header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.support-article-preview__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  width: auto;
  min-width: 0;
}
.support-article-preview__title:hover, .support-article-preview__title:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.support-article-preview__title:active {
  color: #072435;
  text-decoration: underline;
}
.support-article-preview__title > .e2-button__content {
  display: inline;
  white-space: normal;
}

.support-article-preview__category {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 2px 8px;
  background-color: #F0F1F3;
  color: #627680;
  border-radius: 4px;
}

.support-article-preview__snippet {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0;
  color: #374F5C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.support-article-preview__date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  color: #627680;
}

.support-category-page__breadcrumb .e2-breadcrumb__crumb,
.support-article-page__breadcrumb .e2-breadcrumb__crumb {
  color: #374F5C;
}

.support-category-section {
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F1F1;
}

.support-category-section__heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  color: #000000;
}
@media (min-width: 768px) {
  .support-category-section__heading {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1023.9px) {
  .support-category-section__heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.support-category-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767.9px) {
  .support-category-section__grid {
    grid-template-columns: 1fr;
  }
}

.support-category-section__subcategory-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.support-category-section__subcategory-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}

.support-category-section__article-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #A0A0A0;
  white-space: nowrap;
}

.support-category-section__article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-category-section__article-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  width: auto;
  min-width: 0;
}
.support-category-section__article-link:hover, .support-category-section__article-link:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.support-category-section__article-link:active {
  color: #072435;
  text-decoration: underline;
}
.support-category-section__article-link > .e2-button__content {
  display: inline;
  white-space: normal;
}

.support-category-section__view-all {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  width: auto;
  min-width: 0;
  margin-top: 8px;
  font-weight: 600;
}
.support-category-section__view-all:hover, .support-category-section__view-all:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.support-category-section__view-all:active {
  color: #072435;
  text-decoration: underline;
}

.support-hub-page {
  background-color: #FFFFFF;
}

.support-hub-page__content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023.9px) {
  .support-hub-page__content {
    max-width: none;
    padding: 32px 40px 64px;
  }
}
@media (max-width: 767.9px) {
  .support-hub-page__content {
    padding: 32px 16px 64px;
  }
}

@media (max-width: 767.9px) {
  .support-hub-page__content .support-category-section:not(:first-child) .support-category-section__heading {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
}

.support-category-page {
  background-color: #FFFFFF;
}

.support-category-page__breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 0;
}
@media (max-width: 1023.9px) {
  .support-category-page__breadcrumb {
    max-width: none;
    padding: 16px 40px;
  }
}
@media (max-width: 767.9px) {
  .support-category-page__breadcrumb {
    padding: 16px 16px;
  }
}

.support-category-page__content {
  max-width: 606px;
  margin: 0 auto;
  padding: 32px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023.9px) {
  .support-category-page__content {
    max-width: none;
    padding: 32px 40px 64px;
  }
}
@media (max-width: 767.9px) {
  .support-category-page__content {
    padding: 32px 16px 64px;
  }
}

.support-category-page__heading {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .support-category-page__heading {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1023.9px) {
  .support-category-page__heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.support-category-page__articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-article-page {
  background-color: #FFFFFF;
  display: grid;
}
@media (max-width: 767.9px) {
  .support-article-page {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .support-article-page {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .support-article-page {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] calc(78px + max(0px, 100dvw - 1452px) / 2 - 24px) [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) minmax(0, 1fr) [percent-50] minmax(0, 1fr) minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] calc(78px + max(0px, 100dvw - 1452px) / 2 - 24px) [full-bleed-end];
    column-gap: 24px;
  }
}
.support-article-page > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.support-article-page > .support-search-header {
  grid-column: full-bleed;
}

.support-article-page__breadcrumb {
  padding: 16px 0;
}
@media (min-width: 1280px) {
  .support-article-page__breadcrumb {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}

.support-article-page__content {
  padding: 32px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .support-article-page__content {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}

.support-article-page__heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .support-article-page__heading {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1279.9px) {
  .support-article-page__heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.support-article-page__date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0;
  color: #627680;
  letter-spacing: -0.5px;
}

.support-article-page__body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}

.support-article-page__body p {
  margin: 0 0 16px 0;
}

.support-article-page__body a {
  color: #007BBA;
  text-decoration: none;
}

.support-article-page__body a:hover {
  text-decoration: underline;
  color: #164E75;
}

.support-article-page__body a:active {
  color: #072435;
}

.support-article-page__body img {
  max-width: 100%;
  height: auto;
}

.support-article-page__body ol,
.support-article-page__body ul {
  margin: 0 0 16px 0;
  padding-left: 32px;
}

.support-article-page__body li {
  margin-bottom: 8px;
}

.support-article-page__divider {
  border: none;
  border-top: 1px solid #F1F1F1;
  margin: 0;
}

.support-article-page__related-heading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 16px 0;
}

.support-article-page__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-article-page__related-list li {
  padding: 8px 0;
}

.support-article-page__related-list a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  width: auto;
  min-width: 0;
}
.support-article-page__related-list a:hover, .support-article-page__related-list a:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.support-article-page__related-list a:active {
  color: #072435;
  text-decoration: underline;
}
.support-article-page__related-list a > .e2-button__content {
  display: inline;
  white-space: normal;
}

.support-search-results-page {
  background-color: #FFFFFF;
}

.support-search-results-page__content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 0 64px;
}
@media (max-width: 1023.9px) {
  .support-search-results-page__content {
    max-width: none;
    padding: 32px 40px 64px;
  }
}
@media (max-width: 767.9px) {
  .support-search-results-page__content {
    padding: 32px 16px 64px;
  }
}

.support-search-results-page__heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  color: #000000;
}
@media (min-width: 768px) {
  .support-search-results-page__heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1023.9px) {
  .support-search-results-page__heading {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
}

.support-search-results-page__count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  color: #627680;
}

.support-search-results-page__results {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-search-results-page__pagination {
  margin-top: 32px;
}

.support-search-results-page__empty {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 32px 0;
  color: #627680;
  text-align: center;
}

.support-parent-category-page {
  background-color: #FFFFFF;
}

.support-parent-category-page__breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 0;
}
@media (max-width: 1023.9px) {
  .support-parent-category-page__breadcrumb {
    max-width: none;
    padding: 16px 40px;
  }
}
@media (max-width: 767.9px) {
  .support-parent-category-page__breadcrumb {
    padding: 16px 16px;
  }
}

.support-parent-category-page__back-link {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  display: inline-flex;
  width: auto;
  min-width: 0;
  align-items: center;
  gap: 4px;
  color: #374F5C;
  text-decoration: none;
}

.support-parent-category-page__back-link:hover {
  color: #164E75;
}

.support-parent-category-page__back-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-image: url(/images/eureka-lib/icons/material/icon-arrow-left-24.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/eureka-lib/icons/material/icon-arrow-left-24.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.support-parent-category-page__content {
  max-width: 606px;
  margin: 0 auto;
  padding: 32px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023.9px) {
  .support-parent-category-page__content {
    max-width: none;
    padding: 32px 40px 64px;
  }
}
@media (max-width: 767.9px) {
  .support-parent-category-page__content {
    padding: 32px 16px 64px;
  }
}

.support-parent-category-page__heading {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .support-parent-category-page__heading {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1023.9px) {
  .support-parent-category-page__heading {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767.9px) {
  .support-parent-category-page__heading {
    font-size: 22px;
    line-height: 24px;
  }
}

.support-parent-category-page__section {
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

.support-parent-category-page__section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}

.support-parent-category-page__section-heading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  color: #000000;
}

.support-parent-category-page__section-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0;
  color: #627680;
}

.support-parent-category-page__section-link {
  color: #374F5C;
  text-decoration: none;
  display: inline;
  width: auto;
  min-width: 0;
  font: inherit;
}
.support-parent-category-page__section-link > .e2-button__content {
  display: inline;
  white-space: normal;
  font: inherit;
}

.support-parent-category-page__section-link:hover {
  text-decoration: underline;
  color: #164E75;
}

.support-parent-category-page__articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/*# sourceMappingURL=support-kb.css.map */
