/* The same original logo asset is used by React pages and static legal pages. */
.dm-wordmark {
  color: inherit;
  font: inherit;
}
.dm-wordmark--asset {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  align-items: end;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
}
.dm-wordmark__logo {
  display: block;
  width: 3.3em;
  height: auto;
}
.dm-wordmark__word {
  padding: 0 0 .1em .16em;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}
