/*#documentos-ajax-app { max-width:820px; margin:0 auto; }
#documentos-ajax-app select{ padding:8px; width:100%; max-width:480px; margin-top:6px; }
.unit-header h2{ margin:8px 0 12px 0; font-size:1.2rem; }
.segment-title{ font-size:1.15rem; margin-top:18px; margin-bottom:8px; font-weight:700; }
.series-name{ font-size:1.02rem; margin-top:8px; margin-bottom:6px; font-weight:600; }
.series-items{ list-style:none; padding-left:0; margin:6px 0 12px 0; }
.series-items li{ padding:6px 0; border-bottom:1px dashed #eee; }
.item-link{ text-decoration:none; color:#0a58ca; font-weight:600; }
.calendar-list{ list-style:none; padding-left:0; }
.calendar-list li{ padding:8px 0; border-bottom:1px dashed #eee; }
.meta-year{ color:#666; margin-left:8px; font-size:0.95rem; }*/

/* Layout segmento / séries - consolidado */
#documentos-ajax-app {
  margin: 0 auto;
}
#documentos-ajax-app select {
  padding: 15px;
  width: 100%;
  max-width: 480px;
  font-size: 22px;
	color:#000;
}

.unit-header h2 {
  font-size: 2rem!important;
  margin: 40px 0 0px 0;
  font-size: 1.2rem;
	background:#005da9;
	color:#fff;
	padding: 10px 20px;
}

.segment-title {
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  float: left;
  width: 100%;
}

.segment-list,
.series-items,
.calendar-list {
  list-style: none;
  padding-left: 0;
  margin: 6px 0 12px 0;
}

.segment-list li.single-item {
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
}

.single-link {
  text-decoration: none;
  font-weight: 600;
  color: #0a58ca;
}

.series-block {
  margin-bottom: 0px;
}

.series-block ul{
	margin:0px!important;
}

.series-toggle {
  font-size: 1.02rem;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 6px;
  margin: 6px 0;
  cursor: pointer;
}

.series-name {
  font-size: 1.02rem;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: 600;
}

.series-items li {
  padding: 0 0 6px 0;
    border-bottom: 1px dashed #eee;
}

.item-link, .calendar-list li a {
  text-decoration: none!important;
  color: #0a58ca!important;
  font-weight: 500!important;
  font-size: 20px;
}

.doc-desc {
  font-size: 0.9rem;
  color: #555;
  margin-top: 4px;
}

.meta-year {
  color: #666;
  margin-left: 8px;
  font-size: 0.95rem;
}

.calendar-list{
  margin-top:20px!important;
}

.calendar-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

/* esconder h4 gerado pelo conteúdo (mantive sua regra) */
.the_content_wrapper h4, span.meta-year {
  display: none;
}

.the_content_wrapper a {
    text-decoration: none !important;
}

.the_content_wrapper a:hover {
    text-decoration: underline !important;
}
