.equipe-shell,
.colaboradores-shell {
  padding: 2rem 1rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.equipe-titulo,
.colaboradores-titulo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.equipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.equipe-bloco {
  min-width: 0;
}

.equipe-subtitulo {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.equipe-tabela-wrap,
.colaboradores-tabela-wrap {
  max-height: 600px;
  overflow: auto;
}

.equipe-tabela td,
.colaboradores-tabela td {
  text-align: left;
  vertical-align: top;
}

.colaboradores-tabela thead td {
  font-weight: 700;
}
