.content-sheet .topic-link {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(22, 139, 122, .34);
  transition: color .2s, border-color .2s;
}

.content-sheet .topic-link:hover,
.content-sheet .topic-link:focus-visible {
  color: #0b8172;
  border-color: #9ebc28;
}

.text-link {
  color: #087d70;
  text-decoration-color: #9ebc28;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.text-link:hover,
.text-link:focus-visible {
  color: #155952;
  text-decoration-thickness: 2px;
}

.document-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.document-link:hover,
.document-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(31, 135, 126, .13);
  outline: 2px solid rgba(22, 139, 122, .3);
  outline-offset: 3px;
}

.document-link .document-action {
  padding: 9px 17px;
  border: 1px solid rgba(22, 139, 122, .25);
  border-radius: 999px;
  background: #fff;
  color: #168b7a;
  font-weight: 700;
}
