/* Autmais - Login Page Branding */

/* === PÁGINA DE LOGIN === */
/* Esconde favicon Docmost */
img[alt="Docmost"] {
  display: none !important;
}

/* Substitui texto Docmost por Autmais com logo */
img[alt="Docmost"] + p.mantine-Text-root {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

img[alt="Docmost"] + p.mantine-Text-root::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('https://www.autmais.com.br/logo.svg') center/contain no-repeat;
  flex-shrink: 0;
}

img[alt="Docmost"] + p.mantine-Text-root::after {
  content: 'Autmais';
  font-size: 28px;
  font-weight: 700;
}

/* === OUTRAS PÁGINAS (header interno) === */
.mantine-AppShell-header img[alt="Docmost"] {
  display: none !important;
}

.mantine-AppShell-header img[alt="Docmost"] + p.mantine-Text-root {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.mantine-AppShell-header img[alt="Docmost"] + p.mantine-Text-root::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('https://www.autmais.com.br/logo.svg') center/contain no-repeat;
  flex-shrink: 0;
}

.mantine-AppShell-header img[alt="Docmost"] + p.mantine-Text-root::after {
  content: 'Autmais';
  font-size: 18px;
  font-weight: 700;
}

/* === ESCONDE "Powered by Docmost" === */
a[href="https://docmost.com?ref=public-share"] {
  display: none !important;
}
