/* Start custom CSS for sidebar, class: .elementor-element-259631d *//* Estiliza a lista de posts recentes na barra lateral da página de notícias */
.elementor-widget-sidebar .widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}

.elementor-widget-sidebar .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}

.elementor-widget-sidebar .widget ul li a {
  color: #222;
  text-decoration: none;
}

.elementor-widget-sidebar .widget ul li a:hover {
  color: #f59e0b;
}

/* Negrito nos títulos da barra lateral */
.elementor-widget-sidebar .widget-heading .panel-title {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}/* End custom CSS */