/* -------------------------------------------------------------------------
 * Admin Toolbar – Hide Index Link
 * Removes the "Index" shortcut injected by Admin Toolbar Extra Tools.
 * Recruiters and most staff do not need this link.
 * ------------------------------------------------------------------------- */
a.toolbar-icon-system-admin-index {
  display: none !important;
}