/* ERP Comercial Chile v10.24.4
   Compacta la franja superior sin alterar el menú lateral ni el scroll global. */

#root > div.flex > main.flex > header.no-print {
  min-height: 3rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#root > div.flex > main.flex > header.no-print h1 {
  margin-top: 0.0625rem !important;
  font-size: 1rem !important;
  line-height: 1.15 !important;
}

#root > div.flex > main.flex > header.no-print h1 + * {
  margin-top: 0 !important;
}

#root > div.flex > main.flex > header.no-print .hidden.items-center.text-xs {
  font-size: 0.625rem !important;
  line-height: 1 !important;
}

@media (max-width: 639px) {
  #root > div.flex > main.flex > header.no-print {
    min-height: 3.25rem !important;
  }
}
