/* One logo treatment across the gateway, games, legal pages and player/studio UI.
   Keep the supplied gold PNG unchanged; no plate, ring, clipping or shadow. */
img[src="/brand-logo.png"],
img[src^="/brand-logo.png?"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
span[class*="brandMark"]:has(> img[src^="/brand-logo.png"]) {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
