.elementor-85474 .elementor-element.elementor-element-b0a5bd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-98ab61b *//* Estilo base para o mapa */
.wp-sitemap-page {
  font-family: sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Hierarquia de páginas com linhas */
.wp-sitemap-page ul {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-left: 0;

}

.wp-sitemap-page ul::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #ccc;
}

.wp-sitemap-page li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.wp-sitemap-page li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ccc;
}

/* Links */
.wp-sitemap-page li a {
  text-decoration: none;
  color: #003366;
}

.wp-sitemap-page li a:hover {
  text-decoration: underline;
}

/* Títulos das seções */
.wp-sitemap-page h2 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.wp-sitemap-page h2:first-of-type {
  display: none;
}/* End custom CSS */