.description-text {
  display: block;
  white-space: pre-line;
}

.description-toggle {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.description-toggle:hover,
.description-toggle:focus-visible {
  text-decoration: underline;
}
