/*
 * Lexmetry admin-console brand tweaks (loaded via theme.properties styles).
 * The logo was drawn for a light background; the masthead is dark, so the brand
 * sits on a white pill that works in both light and dark console modes.
 */
.pf-v5-c-masthead .pf-v5-c-brand {
  background: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  max-height: 44px;
}
