.mapa-do-site {
  padding: 0 0 40px;
}

.mapa-do-site .title-post h1 {
  margin-bottom: 0.25rem;
}

.mapa-do-site .mapa-intro {
  color: #666;
  margin-bottom: 1rem;
}

.mapa-tree-controles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.mapa-tree-controles button {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid #0199dc;
  background: #fff;
  color: #0199dc;
  border-radius: 4px;
  cursor: pointer;
}

.mapa-tree-controles button:hover,
.mapa-tree-controles button:focus {
  background: #0199dc;
  color: #fff;
}

.mapa-secao {
  margin-bottom: 1.5rem;
}

.mapa-secao-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0;
}

.mapa-secao-header .mapa-secao-titulo {
  flex: 1;
  margin: 0;
}

.mapa-secao > .mapa-tree-children {
  margin-top: 0.65rem;
}

.mapa-secao-titulo {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-left: 8px;
  border-left: 4px solid #0199dc;
  line-height: 1.35;
}

.mapa-tree-row {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  line-height: 1.45;
}

.mapa-tree-toggle {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
  margin-top: 0.1rem;
  border: 1px solid #0199dc;
  background: #f7fbfd;
  color: #0199dc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

.mapa-tree-toggle:hover,
.mapa-tree-toggle:focus {
  background: #0199dc;
  color: #fff;
}

.mapa-tree-spacer {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
}

.mapa-tree-row > a {
  color: #0199dc;
  text-decoration: none;
  flex: 1;
}

.mapa-tree-row > a:hover,
.mapa-tree-row > a:focus {
  text-decoration: underline;
  color: #017aab;
}

.mapa-tree-children[hidden] {
  display: none !important;
}

.mapa-tree-children {
  margin: 0.25rem 0 0.35rem 1.65rem;
}

.mapa-lista {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
}

.mapa-lista > li {
  margin: 0.25rem 0;
}

.mapa-lista-sub,
.mapa-lista-filhos {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mapa-lista-sub > li,
.mapa-lista-filhos > li {
  margin: 0.2rem 0;
}

.mapa-lista-filhos {
  border-left: 2px solid #e0e0e0;
  padding-left: 0.5rem;
}

.mapa-lista-servicos {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.25rem;
}

.mapa-lista-servicos > li {
  margin: 0.2rem 0;
  font-size: 0.9em;
}

.mapa-lista-servicos a {
  color: #5a9fc4;
}

.mapa-tree-subgrupo {
  margin: 0.35rem 0 0.15rem;
}

.mapa-tree-subgrupo .mapa-grupo-servicos {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.03em;
}

.mapa-destaque-link {
  margin-top: 0.75rem;
  padding-left: 4px;
}

.mapa-destaque-link a {
  font-weight: 600;
  color: #0199dc;
}
