body {
    flex-direction: column;
    width: 100%;
}

header {
    max-width: none;
    padding: 1rem;
    padding-top: 0;
    min-height: auto;
    border: none;
    padding-bottom: 0;
}

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;
}

.nav-bar > * {
    display: none;
}

.nav-bar > .logo {
    display: flex;
}

.perfil {
    display: none;
}

.abrir-header {
    display: block;
}

.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;
    gap: 10px;
}

.container-1700 {
    padding: 2rem 1rem;
}

.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;
}

/* ============================
   MOBILE PEQUENO (<= 468px)
   Refinos: chips menores e paddings menores
   ============================ */

.periodos-navegacao {
  padding: 16px;
}

.insight {
  padding: 20px;
  border-radius: 16px;
}

/* chips de período menores pra caber bem */
.periodos li {
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 10px;
}

/* títulos dos cards um pouco menores */
.insight h2 {
  font-size: 22px;
}

/* labels menores no comparativo */
.selecionar-prazo p {
  font-size: 13px;
}

/* seletores (dropdown) mais compactos */
.selecao {
  padding: 10px 12px;
}

/* botões full e compactos */
.comparar-btn,
.cancelar-btn {
  padding: 12px 16px;
  font-size: 16px;
}

/* barra e porcentagem se encaixam melhor */
.barra {
  height: 16px;
}

.barra-porcentagem p {
  font-size: 16px;
}

/* =========================
   Reports - <= 468px
   ========================= */

.classificacao-reports {
  padding: 14px;
  border-radius: 14px;
}

.classificacao-reports-header {
  width: calc(100% + 28px);
  margin-left: -14px;
  padding: 14px;
  padding-top: 0;
}

.classificacao-reports-header h2 {
  font-size: 18px;
}

.lista-reports li {
  padding: 12px;
  border-radius: 12px;
}

.reports-info {
  font-size: 12px;
}

.report-description {
  font-size: 14px;
}

.space-btw.gapl-30 {
  flex-direction: column;
  gap: 16px;
}

/* =========================
   Pop-up Report - <= 468px
   ========================= */

.pop-up {
  padding: 14px;
}

.title-close h2 {
  font-size: 22px;
}

.message-space textarea {
  min-height: 120px;
  font-size: 16px;
}

.message-space textarea::placeholder {
  font-size: 16px;
}

.space-btw.status {
    flex-direction: column;
}

.buttons-options {
    flex-direction: column;
}