.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.read-more__checkbox ~ .read-more__label {
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: underline;
}
.read-more__checkbox:focus ~ .read-more__label { box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.read-more__checkbox:hover ~ .read-more__label { text-decoration: none; }
.read-more__checkbox ~ .read-more__label::before { content: attr(data-read-more); }
.read-more__checkbox:checked ~ .read-more__label::before { content: attr(data-read-less); }

.read-more__checkbox ~ * > * { display: inherit; }
.read-more__checkbox ~ * > .read-more__limit ~ * { display: none; }
.read-more__checkbox:checked ~ * > *{ display: inherit; }
