/**
 * Branding eCondos — sobrescreve acentos e esconde seletor de tema quando lockTheme=true.
 */
html.ua-branding-lock-theme header .ua-theme-picker-slot {
  display: none !important;
}

.ua-brand-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.ua-brand-logo {
  height: var(--ua-logo-height, 28px);
  width: auto;
  flex-shrink: 0;
  display: block;
}

.ua-brand-title {
  font-family: var(--font-heading, system-ui, sans-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary, #e8edf2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) {
  .ua-brand-title {
    font-size: 1.05rem;
  }
}

/* Cores customizadas eCondos (aplicadas via branding.js também) */
/* html.ua-branding-econdos {
  --color-accent: #2eb872;
  --color-accent-dim: #259a60;
  --color-accent-bright: #45d68a;
} */
