
/* === BRAND / LOGO STACK === */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0 28px;
}

.brand-logo {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.brand-text {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  text-align: center;
}

/* REMOVE any square/icon wrapper effects */
.app-icon,
.logo-box,
.avatar,
.brand-icon {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
