.collection-description__read-more-content[hidden] {
  display: none;
}

.collection-description__read-more-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.collection-description__read-more-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
