/* Shared static-page brand treatment. The transparent OddsQ mark should not
   inherit a tile, circular crop, or shadow outside the dashboard shell. */
.brand-logo,
.footer-brand img {
  display: block;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}
