.bph-category-desc {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.bph-category-desc__content {
  max-height: 82px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
}

.bph-category-desc__content p {
  margin: 0 0 10px;
  color: #fff;
}

.bph-category-desc__content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bph-category-desc__content a:hover {
  color: #d71920;
}

.bph-category-desc.is-expanded .bph-category-desc__content {
  max-height: none;
  overflow: visible;
}

.bph-category-desc__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d71920;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bph-category-desc__toggle:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .bph-category-desc {
    margin: 8px 0 0;
    padding: 0;
    border-radius: 0;
  }

  .bph-category-desc__content {
    max-height: 76px;
    font-size: 14px;
    line-height: 1.65;
  }

  .bph-category-desc__toggle {
    font-size: 14px;
  }
}
.bph-category-desc--2lines .bph-category-desc__content {
  max-height: 52px;
}

@media (max-width: 767px) {
  .bph-category-desc--2lines .bph-category-desc__content {
    max-height: 48px;
  }
}