/*
  Inkspira logo integrity gate.
  The supplied Bi Color White asset is rendered at its intrinsic aspect ratio.
  IMPORTANT: do not reintroduce SVG color matrices, CSS filters, background-image
  recoloring, stretching or transforms here. Those treatments corrupted the logo
  on iOS compositing. Light surfaces must provide a dark logo frame instead.
*/

.brand-mark {
  background-image: none !important;
  filter: none !important;
  transform: none !important;
}

.brand-mark .brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
}
