/**
 * Elementor Pro Table of Contents — Accessibility fix styles
 * WCAG 1.3.1, 2.4.1
 */

/* Focus ring on TOC links */
.elementor-widget-table-of-contents a:focus {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Active/current section indication */
.elementor-widget-table-of-contents a[aria-current="true"] {
  font-weight: 700;
  text-decoration: underline;
}
