/* Placeholder text brand mark for the sidebar / mobile topbar. Swap for a real
   logo <img> any time - see Pages/Shared/_Layout.cshtml (.sidebar-brand /
   .mobile-topbar-brand). */
.app-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.app-brand-text {
  margin-left: 0.6rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  vertical-align: middle;
}

.sidebar-brand a,
.mobile-topbar-brand {
  display: flex;
  align-items: center;
}

.mobile-topbar-brand .app-brand-mark {
  width: 28px;
  height: 28px;
  font-size: 0.95rem;
}