#blog-content ul,
#blog-content ol {
    padding-left: 1.5rem !important;
    margin-left: 0;
}

#blog-content li {
    margin-bottom: 6px;
}

/* =========================
   BLOG TOC – FINAL STYLING
   ========================= */

.fixed-column {
  position: relative;
}

.toc-card {
  position: sticky;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* Header */
.toc-header {
  font-weight: 600;
  font-size: 15px;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

/* Body */
.toc-body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 10px 12px;
}

/* TOC List */
#auto-toc {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* TOC Item */
#auto-toc li {
  margin-bottom: 6px;
}

/* TOC Links */
#auto-toc li a {
  font-size: 13.5px;
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

/* Hover */
#auto-toc li a:hover {
  color: #d33a38;
}

/* H3 indentation */
#auto-toc li.toc-h3 {
  padding-left: 14px;
  font-size: 13px;
  opacity: 0.85;
}

/* Active section */
#auto-toc li.active a {
  color: #d33a38;
  font-weight: 600;
}

