/* ==============================================
   LIVImob Chat — Custom Branding CSS Override
   Chatwoot v4.13 CE
   ============================================== */

/* Login page: "Login to Chatwoot" → "Entrar no LIVImob Chat" */
h2.text-3xl.font-medium.text-center.text-n-slate-12 {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden;
  position: relative;
}
h2.text-3xl.font-medium.text-center.text-n-slate-12::after {
  content: "Entrar no LIVImob Chat";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  display: block;
  visibility: visible;
  color: #FFFFFF;
}

/* Esconder "Powered by Chatwoot" em qualquer lugar */
a[href*="chatwoot.com"] {
  display: none !important;
}

/* Meta description e title — não controlável por CSS,
   mas INSTALLATION_NAME env var cobre parcialmente.
   O manifest.json cobre o título da aba em modo PWA. */
