/* Mirabo WordPress Plugin — portable TOC base styles. */
.sb-toc { min-width: 0; }
.sb-toc__title { margin: 0 0 25px; font-size: 22px; line-height: 22px; font-weight: 700; letter-spacing: -0.44px; }
.sb-toc__toggle { display: none; width: 100%; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.sb-toc__toggle span { float: right; transition: transform .2s ease; }
.sb-toc__toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.sb-toc__list { margin: 0; padding: 0; list-style: none; }
.sb-toc__item { margin: 0; padding: 0; }
.sb-toc__item--h3 { padding-left: 16px; }
.sb-toc__link { display: block; padding: 4px 0; color: var(--c-text-muted, #777); font-size: 14px; line-height: 21px; font-weight: 700; overflow-wrap: anywhere; word-break: keep-all; transition: color .15s ease; }
.sb-toc__link:hover, .sb-toc__link:focus-visible, .sb-toc__link.is-active { color: var(--c-accent, #111); }
.post-content h2[id], .post-content h3[id] { scroll-margin-top: 32px; }

@media (max-width: 767px) {
  .sb-toc--mobile-collapsed .sb-toc__title { display: none; }
  .sb-toc--mobile-collapsed .sb-toc__toggle { display: block; }
  .sb-toc--mobile-collapsed:not(.is-open) .sb-toc__list { display: none; }
}
