/* CONTAINER PRINCIPAL */
#toc_container {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 2em;
  font-size: 1rem;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

/* VARIANTE DE FUNDAL */
#toc_container.toc_light_blue {
  background-color: #e8f4ff;
}

#toc_container.toc_white {
  background-color: #ffffff;
}

#toc_container.toc_black {
  background-color: #1e1e1e;
  color: #ccc;
}

#toc_container.toc_transparent {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* TITLU */
#toc_container p.toc_title {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #333;
}

#toc_container.toc_black p.toc_title {
  color: #ccc;
}

/* LISTĂ */
#toc_container ul,
#toc_container li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}

#toc_container ul ul {
  margin-left: 1.25rem;
  padding-left: 0.5rem;
  border-left: 2px dashed #ccc;
}

/* LISTE FĂRĂ BULLETS */
#toc_container.no_bullets ul,
#toc_container.no_bullets li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  list-style: none;
}

/* LISTE CU BULLETS */
#toc_container.have_bullets li {
  padding-left: 10px;
}

/* WRAPS */
.toc_wrap_left {
  float: left;
  margin-right: 16px;
}

.toc_wrap_right {
  float: right;
  margin-left: 16px;
}

/* LINKURI */
#toc_container a {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

#toc_container a:hover {
  color: #004e7a;
  text-decoration: underline;
}

/* TOGGLE */
#toc_container span.toc_toggle {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
}

/* LITERE SITEMAP */
.toc_sitemap_posts_letter {
  font-size: 1.6em;
  font-style: italic;
  margin-bottom: 0.5em;
  color: #444;
}
