body {
    flex-direction: column;
    width: 100%;
}

header {
    max-width: none;
    padding: 1rem;
    padding-top: 0;
    min-height: auto;
    border: none;
    padding-bottom: 0;
}

/* Lógica do Menu Hamburger Aberto */
header.clicado {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100%;
    padding-bottom: 50px;
    z-index: 999;
}

header.clicado .nav-bar > * {
    display: flex;
}

header.clicado .perfil {
    display: flex;
}

/* Esconde itens de navegação e perfil por padrão no mobile */
.nav-bar > * {
    display: none;
}

.nav-bar > .logo {
    display: flex;
}

.perfil {
    display: none;
}

.abrir-header {
    display: block;
}

/* Ajustes de Espaçamento e Fontes Mobile */
.logo {
    padding: 1rem 2rem 1rem 1.8rem;
}

.nav-item {
    padding: 1.3rem 0.8rem;
    gap: 10px;
    font-size: 17px;
}

.nav-item svg {
    width: 24px;
    height: 24px;
}

.imagem-usuario {
    max-width: 40px;
}

.info-usuario h4 {
    font-size: 15px;
}

.info-usuario p {
    font-size: 14px;
}

.content-header {
    padding: 1.05rem 1rem;
}

.container-1700 {
    padding: 2rem 1rem;
}

/* Sub-Header (Cabeçalho dos Relatórios) */
.sub-header {
    padding-bottom: 1rem;
    gap: 0.2px;
}

.sub-header-text h2 {
    font-size: 36px;
}

.sub-header-text p {
    font-size: 18px;
}

#close-btn {
    width: 26px;
    height: 26px;
}

.relatorios-content {
    padding-top: 0;
    gap: 30px;
}

/* =========================
   Reports - <= 992px
   ========================= */

/* 3 colunas -> 1 coluna */
.space-btw.gapl-30 {
  flex-direction: column;
  gap: 16px;
}

/* cada card fica com "cara" de seção */
.classificacao-reports {
  padding: 18px;
  border-radius: 16px;
}

/* header do card mais compacto */
.classificacao-reports-header {
  width: calc(100% + 36px);
  margin-left: -18px;
  padding: 18px;
  padding-top: 0;
}

.classificacao-reports-header h2 {
  font-size: 20px;
}

/* se você renderiza listas dentro (lista-reports), deixa mais confortável */
.lista-reports {
  padding-top: 18px;
}

.lista-reports li {
  padding: 14px;
  border-radius: 12px;
}

/* =========================
   Pop-up Report - <= 992px
   ========================= */

.pop-ups {
  padding: 16px;
}

.pop-up {
  max-width: 100%;
  padding: 18px;
  border-radius: 16px;
  max-height: calc(100vh - 32px);
  overflow: auto;
}

/* botões em coluna no mobile */
.buttons-options {
  flex-direction: column;
  align-items: stretch;
}

.buttons-options button {
  padding: 16px;
}
