.app-logo-badge--brand {
  background: transparent !important;
  box-shadow: none;
  border: none;
}

.app-logo-badge--brand img {
  border-radius: 50%;
}

.nav-plan-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

