/* Homepage editable text clamp / See more */
[data-hbc-clamp] .hbc-clamp__more,
[data-hbc-clamp] .hbc-clamp__less {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

/* `display: inline` above must not override the HTML hidden attribute */
[data-hbc-clamp] .hbc-clamp__more[hidden],
[data-hbc-clamp] .hbc-clamp__less[hidden],
[data-hbc-clamp] .hbc-clamp__full[hidden],
[data-hbc-clamp] .hbc-clamp__preview[hidden] {
  display: none !important;
}

.hero [data-hbc-clamp] .hbc-clamp__more,
.hero [data-hbc-clamp] .hbc-clamp__less,
.product-hero [data-hbc-clamp] .hbc-clamp__more,
.product-hero [data-hbc-clamp] .hbc-clamp__less,
.about-hero [data-hbc-clamp] .hbc-clamp__more,
.about-hero [data-hbc-clamp] .hbc-clamp__less,
.contact-hero [data-hbc-clamp] .hbc-clamp__more,
.contact-hero [data-hbc-clamp] .hbc-clamp__less,
.category-hero [data-hbc-clamp] .hbc-clamp__more,
.category-hero [data-hbc-clamp] .hbc-clamp__less {
  color: rgba(255, 255, 255, 0.95);
}

.about-text__clamp p,
.about-team__intro-clamp p,
.about-category__text p,
[data-hbc-clamp] .hbc-clamp__full p {
  margin: 0 0 1em;
}

.about-text__clamp p:last-child,
.about-team__intro-clamp p:last-child,
[data-hbc-clamp] .hbc-clamp__full p:last-child {
  margin-bottom: 0;
}
