.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.2rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.2rem;
}

.breadcrumbs>*+* {
  padding-left: 0.5rem;
}

.breadcrumbs>*+*::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.breadcrumbs li {
  /*
  color: #4A5568;
  */
  color: #FFF;
}

.breadcrumbs li+li::before {
  /*
  color: #4A5568;
  */
  color: #FFF;
}

.breadcrumbs-custom-search-results {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.breadcrumbs-custom-search-results>*+* {
  padding-left: 8px;
}

.breadcrumbs-custom-search-results>*+*::before {
  display: inline-block;
  padding-right: 4px;
  content: "/";
}

.breadcrumbs-custom-search-results li {
  color: rgba(64, 65, 69, 1);
}

.breadcrumbs-custom-search-results li+li::before {
  color: rgba(64, 65, 69, 1);
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li+li::before {
  color: #000000 !important;
  font-size: 13px;
  width: max-content;
  display: flex;
  font-weight: 600;
}

.breadcrumbs li+li::before,
.breadcrumbs-custom-search-results li+li::before {
  color: #C5C6C9;
}

.breadcrumbs-custom-search-results a:hover {
  --color: #188652;
}

.cmp-blog {
  min-height: 16.5rem;
}

.cmp-blog__hero__flex {
  min-height: 16.5rem;
}

.cmp-blog__hero__flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(18 28 45);
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
  justify-content: center;
}

.cmp-blog__hero__flex__title {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 6rem;
}

.cmp-blog__hero__flex__title__text {
  color: white;
  font-weight: 400;
  padding-inline: 1rem;
  text-align: center;
}

.cmp-blog__category__developers {
  background-color: rgb(242 47 70);
  height: 1rem;
  width: 100%;
}

.max-w-md-search {
  max-width: 652px;
}

.sidebar-menu {
  background-color: #f3f5f9;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.custom-category-page-header {
  padding-top: 30px;
}

.main-content {
  padding-left: 2vw !important;
}

.d-block {
  display: block;
}

.accordion-header:hover {
  background-color: #00000005;
}

.article-list a.link-stretched.text-inherit {
  display: block;
}

.article-list a.active {
  text-decoration: underline;
  color: #404145;
}

/* max two lines */
.pageHeading {
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: ellipsis;
}