.HelpTopicCategoryCard_helpTopicCard__qcMzL {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: .25rem;
  border-radius: var(--ds-border-radius-sm);
  border: 1px solid #cbcbcb;
  border: 1px solid var(--ds-color-border-subdued);
}

.HelpTopicCategoryCard_hepTopicLabel__D2_G5 {
  margin-left: 8px;
  margin-left: var(--ds-spacing-3xs);
  font-size: var(--ds-heading-md);
}

.HelpTopicCategoryCard_helpSubTopicIconWrapper__uH1QY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 16px 12px;
  padding: var(--ds-spacing-xs) var(--ds-spacing-2xs);
  width: 100%;
}

.HelpTopicCategoryCard_helpSubTopicIconWrapper__uH1QY div:first-child {
  text-align: start;
}

.HelpTopicCategoryCard_helpTopicList__69w61 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.HelpTopicCategoryCard_helpTopic___wm_o {
  width: 100%;
  transition: background-color 0.2s ease;
}

.HelpTopicCategoryCard_helpTopic___wm_o:hover {
    background-color: #f2f2f2;
    background-color: var(--ds-color-layer-secondary-hovered);
  }

.HelpTopicCategoryCard_divider__q07zY {
  width: 100%;
  padding-left: 8px;
  padding-left: var(--ds-spacing-3xs);
  padding-right: 8px;
  padding-right: var(--ds-spacing-3xs);
}

.PageBreadcrumbs_breadcrumbs__tedwO {
  margin-top: 0;
  padding: 20px 0 32px 32px;
  padding: var(--ds-spacing-sm) 0 var(--ds-spacing-lg) var(--ds-spacing-lg);
}

.Spacer_xs__wjrpf {
  margin-bottom: 16px;
  margin-bottom: var(--ds-spacing-xs);
}

.Spacer_sm__CsHQt {
  margin-bottom: 20px;
  margin-bottom: var(--ds-spacing-sm);
}

.Spacer_md__kb1hy {
  margin-bottom: 24px;
  margin-bottom: var(--ds-spacing-md);
}

.Spacer_lg__haBBg {
  margin-bottom: 32px;
  margin-bottom: var(--ds-spacing-lg);
}

.Spacer_xl__4YHOx {
  margin-bottom: 40px;
  margin-bottom: var(--ds-spacing-xl);
}

.Spacer_xxl__PXbtf {
  margin-bottom: 48px;
  margin-bottom: var(--ds-spacing-2xl);
}

.help-topics_helpTopicCardContainer__1Edd9 {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  align-items: start;
}

.help-topics_cardLayout__TcttS {
  margin: 0 auto;
  max-width: 908px;
}

@media (min-width:23.4375em) {

.help-topics_cardLayout__TcttS {
    padding: 16px;
    padding: var(--ds-spacing-xs);
}
  }

.help-topics_breacrumbsHeaderLayout__tOwcV {
  margin: 0 auto;
  max-width: 100rem;
  display: grid;
}

.help-topics_htSearchBar__56_pD {
  padding-bottom: 48px;
  padding-bottom: var(--ds-spacing-2xl);
}


/*# sourceMappingURL=52b0d09898fccac3.css.map*/