/* Reading links use the existing editorial palette and remain visible in prose. */
a[data-internal-link] {
  color: #61516f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
  overflow-wrap: anywhere;
}

a[data-internal-link]:hover { color: #463552; }

a[data-internal-link]:focus-visible {
  outline: 2px solid #765691;
  outline-offset: 4px;
  border-radius: 2px;
}

.internal-link-language {
  margin-inline-start: .25em;
  color: #635d68;
  font-size: .82em;
  font-weight: 400;
  line-height: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
}

.bv-blog-topics {
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.bv-blog-topics > a {
  box-sizing: border-box;
  min-width: 0;
  min-height: 44px;
  max-width: 100%;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: start;
}
