/* Logo Votus — fundo transparente e tamanhos por contexto */

.brand-logo,
.logo img,
.header-brand img,
.capa-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  background: transparent !important;
  border: none;
  object-fit: contain;
}

/* Portal principal */
.header .logo {
  margin-bottom: 1rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.header .logo img {
  max-height: 140px;
  width: min(92vw, 400px);
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.22));
}

/* Relatórios — cabeçalho */
.header-brand img {
  max-height: 72px;
  width: auto;
  flex-shrink: 0;
}

/* Relatórios — capa do PDF */
.capa-logo {
  margin: 0 auto 1.5rem;
  max-height: 100px;
  width: auto;
}

@media (max-width: 768px) {
  .header .logo {
    min-height: 4rem;
  }

  .header .logo img {
    max-height: 110px;
    width: min(88vw, 320px);
  }

  .header-brand img {
    max-height: 56px;
  }

  .capa-logo {
    max-height: 80px;
  }
}
