/* Keep Honghai's horizontal trademark intact in the company switcher. */
.workspace-switcher-avatar:has(img[src*="7f8f14da-30be-4300-9fca-b666a4a284de/logo"]) {
  width: 112px;
  height: 26px;
  flex: 0 0 112px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.workspace-switcher-avatar img[src*="7f8f14da-30be-4300-9fca-b666a4a284de/logo"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.sidebar.collapsed .workspace-switcher-avatar:has(img[src*="7f8f14da-30be-4300-9fca-b666a4a284de/logo"]) {
  width: 32px;
  flex-basis: 32px;
}
