/********************************/
/* Single Réalisation - Sidebar */
/********************************/
.single-apartment-content .widget_categories_realisations {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 4px;
}

.single-apartment-content .widget_categories_realisations .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.single-apartment-content .widget_categories_realisations .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-apartment-content .widget_categories_realisations .category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.single-apartment-content
  .widget_categories_realisations
  .category-list
  li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-apartment-content .widget_categories_realisations .category-list li a {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.single-apartment-content
  .widget_categories_realisations
  .category-list
  li
  a:hover,
.single-apartment-content
  .widget_categories_realisations
  .category-list
  li.current-cat
  a {
  color: #7fbb41;
}

.single-apartment-content
  .widget_categories_realisations
  .category-list
  li
  .count {
  font-size: 12px;
  color: #999;
}

.bwp-sidebar
  > .widget
  ul:not(.social-link)
  li:not(.recentcomments)
  a:not(.rsswidget) {
  text-transform: uppercase !important;
  font-size: 0.8rem;
}

.bwp-sidebar > .widget ul:not(.social-link) li:not(.recentcomments) {
  line-height: 12px;
}
