/**
 * Pseudo-element icons (nav chevrons, TOC bullets, etc.)
 * Uses FA6 with FA5 / legacy names as fallback for @font-face compatibility.
 */
.menu-item-has-children > a::after,
.sub-menu .menu-item-has-children > a::after,
.mobile-menu-list .menu-item-has-children > a::after,
.mobile-menu-list .sub-menu .menu-item-has-children > a::after,
.wp-toc-list li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
