.reactor-glyph.site-avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(20, 229, 255, .48) !important;
  border-radius: 10px !important;
  background: #07121d !important;
  box-shadow: 0 0 18px rgba(20, 229, 255, .2) !important;
}

.reactor-glyph.site-avatar img,
.dashboard-site-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.dashboard-rail-brand {
  overflow: hidden;
}

.dashboard-site-icon {
  transform: scale(1.04);
}

.topbar-wordmark {
  display: block !important;
  width: auto !important;
  height: 44px !important;
  max-width: none !important;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 8px rgba(20, 229, 255, .22));
}

/* The permanent side/bottom navigation replaces the old hamburger menu. */
.topbar.topbar-no-menu[data-reactor-topbar="1"] .topbar-surface {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
}

.topbar.topbar-no-menu[data-reactor-topbar="1"] .topbar-brand {
  grid-column: 2 !important;
  justify-self: center !important;
}

.topbar.topbar-no-menu[data-reactor-topbar="1"] .topbar-right {
  grid-column: 3 !important;
  justify-self: end !important;
}

@media (max-width: 680px) {
  .topbar-wordmark {
    height: 38px !important;
  }
}

@media (max-width: 440px) {
  .topbar-wordmark {
    height: 32px !important;
  }

  .topbar.topbar-no-menu[data-reactor-topbar="1"] .topbar-surface {
    column-gap: 7px !important;
  }
}
