.sidebar-docs-nav .taxonomy-group {
  margin-bottom: 30px;
}

.sidebar-docs-nav h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #2C3E50;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-docs-nav .taxonomy-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-docs-nav .taxonomy-posts li {
  margin: 0;
  padding: 8px 12px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
  transition: background 0.3s ease;
}

.sidebar-docs-nav .taxonomy-posts li a {
  color: #5A6A7A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.sidebar-docs-nav .taxonomy-posts li.current-doc {
  background-color: #333333;
  font-weight: 600;
}

.sidebar-docs-nav .taxonomy-posts li.current-doc a {
  color: #ffffff;
}
.toc ol,ul {
    margin: 0 0 0.5em 3em;
}
