/* RankFlow TOC theme: classic */
body.cw-toc-style-classic .cw-toc,
.cw-toc {                                           /* fallback when no body class yet */
  background:    var(--cw-toc-bg,     #f8fafc);
  border:        var(--cw-toc-border-width, 1px) solid var(--cw-toc-border,  #e2e8f0);
  border-radius: var(--cw-toc-radius, 10px);
}

body.cw-toc-style-classic .cw-toc summary.cw-toc__toggle,
.cw-toc summary.cw-toc__toggle {
  color: var(--cw-toc-text, #64748b);
}

body.cw-toc-style-classic .cw-toc summary.cw-toc__toggle::after,
.cw-toc summary.cw-toc__toggle::after {
  color: var(--cw-toc-accent, #94a3b8);
}

body.cw-toc-style-classic .cw-toc details[open] summary.cw-toc__toggle,
.cw-toc details[open] summary.cw-toc__toggle {
  border-bottom: 1px solid var(--cw-toc-border, #e2e8f0);
}

body.cw-toc-style-classic .cw-toc__list a,
.cw-toc__list a {
  color: var(--cw-toc-link, #4f46e5);
}

body.cw-toc-style-classic .cw-toc__list a:hover,
.cw-toc__list a:hover {
  color: var(--cw-toc-link-hover, #3730a3);
}
