/* ==========================================================================
   Config
   ========================================================================== */
$logo-max-height: 40px !default;
$logo-max-width: 150px !default;

/* ==========================================================================
   Styles
   ========================================================================== */
.gui-logo__image {
  max-width: $logo-max-width;
  max-height: $logo-max-height;

  &.gui-bynder-logo {
   max-width: 40px;
   
   svg {
      border-radius: 8px;
   }
  }
  
}