Sem resumo de edição
Sem resumo de edição
Linha 198: Linha 198:


/* FIM SOFTWARE INFOBOX */
/* FIM SOFTWARE INFOBOX */
/* HOME - CATEGORIAS */
#lista-categorias-wrapper {
  padding: 1em;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#lista-categorias {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5em;
  padding: 0;
  margin: 0;
}
#lista-categorias li {
  background: #fff;
  padding: 0.5em;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#lista-categorias a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: block;
}