
/* Style hook for the active anchor — the runtime sets both
   aria-current="true" and .is-active so apps can target either. */
.scrollspy a.is-active,
.scrollspy a[aria-current="true"] {
  color: var(--color-primary, #2563EB);
  font-weight: 600;
}
