.bwa-article-index-page .bws-category-family-features {
  gap: 0 28px;
}

.bwa-article-index-page .bws-category-family-features div {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hub-line);
}

.bwa-article-index-page .bws-category-family-features div:nth-child(3) {
  grid-column: 1 / -1;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}

.bwa-article-index-page .bws-category-family-features span {
  max-width: none;
}

@media (min-width: 980px) {
  .bwa-article-index-page .bws-category-family-features div:nth-child(3) span {
    white-space: nowrap;
  }
}

@media (max-width: 680px) {
  .bwa-article-index-page .bws-category-family-features {
    gap: 14px;
  }

  .bwa-article-index-page .bws-category-family-features div:nth-child(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--hub-line);
  }
}

.bwa-article-index-page .bws-system-hub .bws-category-card {
  position: relative;
}

.bwa-article-index-page .bws-project-card {
  border-color: var(--hub-line);
  border-radius: var(--hub-radius);
  box-shadow: var(--hub-shadow);
}

.bwa-article-index-page .bws-project-card-link {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.bwa-article-index-page .bws-project-card-link:focus-visible {
  outline: 2px solid rgba(37, 39, 43, .28);
  outline-offset: -6px;
}

.bwa-article-index-page .bws-project-card .bws-category-card-image {
  cursor: pointer;
}

.bwa-article-index-page .bws-project-card .bws-category-card-body {
  padding: 34px 34px 96px;
}

.bwa-article-index-page .bws-project-card p {
  min-height: 0;
  margin-bottom: 0;
}

.bwa-article-index-page .bws-category-card-action {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #eef0f3;
  color: #5f6671;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.bwa-article-index-page .bws-category-card-action span {
  display: block;
  margin-top: -2px;
}

.bwa-article-index-page .bws-category-card-action:hover,
.bwa-article-index-page .bws-category-card-action:focus-visible,
.bwa-article-index-page .bws-project-card-link:hover .bws-category-card-action,
.bwa-article-index-page .bws-project-card-link:focus-visible .bws-category-card-action {
  background: #25272b;
  color: #fff;
  outline: none;
  transform: translateX(1px);
}

.bwa-filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .bwa-article-index-page .bws-category-family-card {
    background: #f5f6f7;
  }

  .bwa-article-index-page .bws-category-hero h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1.08;
  }

  .bwa-article-index-page .bws-project-card .bws-category-card-body {
    padding: 20px 22px 84px;
  }

  .bwa-article-index-page .bws-category-card-action {
    right: 22px;
    bottom: 26px;
    width: 30px;
    height: 30px;
    font-size: 26px;
  }
}

/* Match the product category overview card typography. */
.bwa-article-index-page .bws-system-hub .bws-category-family-card h2 {
  max-width: 850px;
  font-size: 24px;
  line-height: 30px;
}

.bwa-article-index-page .bws-system-hub .bws-category-family-card > p {
  max-width: 850px;
  font-size: 16px;
  line-height: 27.52px;
}

@media (max-width: 700px) {
  .bwa-article-index-page .bws-system-hub .bws-category-family-card h2 {
    max-width: 100%;
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwa-article-index-page .bws-system-hub .bws-category-family-card > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 25.6px;
  }
}
