/* Keep the supplied full-color artwork on its original white ground in both themes. */
.leadlag-logo {
  display: block;
  width: var(--leadlag-logo-width, 7rem);
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  background: #fff;
  color: #0b0c21;
  border-radius: var(--radius-sm, .375rem);
  filter: none;
  mix-blend-mode: normal;
}
