.btn.conewsplus_filter_btn {
  cursor: pointer;
  text-transform: none;
}
.btn.conewsplus_filter_btn::after {
  font-weight: 400;
  content: " \f0c8";
}
.btn.conewsplus_filter_btn.active::after {
  content: " \f14a";
}
.btn.conewsplus_filter_btn.disabled {
  cursor: default;
}

.conewsplus_list .card-title {
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
}
.conewsplus__category__check.active {
  background-color: var(--secondary) !important;
}
.conewsplus__category__btn {
  text-transform: none !important;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.conewsplus__category__btn::after {
  display: none;
}
.conewsplus__category__parent {
  padding: 1rem 0.75rem;
  border: none;
}
.conewsplus__category__parent::after {
  display: block;
  content: "\f107" !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
}
.conewsplus__category__check {
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.conewsplus__category__check::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
}
.conewsplus__category__check.active::before {
  content: "\f14a";
}
.conewsplus__category__collapse {
  min-width: 100%;
  z-index: 1;
  transition: height 0.1s ease;
}
.conewsplus__category__row {
  --bs-gutter: .5rem;
  margin-left: calc(-1 * var(--bs-gutter));
  margin-right: calc(-1 * var(--bs-gutter));
  margin-top: calc(-1 * var(--bs-gutter));
}
.conewsplus__category__col {
  margin-top: var(--bs-gutter);
  padding-right: var(--bs-gutter);
  padding-left: var(--bs-gutter);
}

/*# sourceMappingURL=conewsplus.css.map */
