/* BlueBlocks showroom presentation layer, registered through a Filament hook. */
.fi-dropdown-list-item:has(img[src$="/cache/logo.png"]) {
  display: none !important;
}

.fi-topbar .fi-logo {
  width: auto;
  max-width: min(10.5rem, 42vw);
  object-fit: contain;
  object-position: left center;
}

.fi-topbar nav,
.fi-topbar .fi-topbar-start,
.fi-topbar .fi-topbar-end {
  align-items: center;
}

@media (max-width: 640px) {
  .fi-topbar .fi-logo {
    max-width: 8.5rem;
  }
}
