/* Tiny local brand images that used to load from third-party hosts. */
.inline-brand-logo {
  width: auto;
  height: 15px;
  display: inline-block;
  vertical-align: -0.12em;
}

.inline-brand-logo-sm {
  height: 14px;
}

body[data-theme="dark"] .inline-brand-logo {
  filter: brightness(1.05) contrast(1.08);
}
