/* Shared navigation logo treatment.
   Usage:
   1) Use class "ol-nav-logo" on nav logo container.
   2) Use LOGO_ONELEGACY-02.svg as the image source.
*/

.ol-nav-logo {
  width: 100%;
  overflow: hidden;
}

.ol-nav-logo img {
  width: 266px;
  max-width: none;
  height: auto;
  display: block;
  transform: translateX(-31px);
  /* Keep nav logo red in both dark/light themes. */
  filter: invert(18%) sepia(96%) saturate(5543%) hue-rotate(355deg) brightness(103%) contrast(104%);
}
