/* ehemals inline <style> */
#context-menu {
  display: none;
  position: absolute;
  z-index: 1000;
}

/* optional hübscher */
#context-menu.dropdown-menu {
  min-width: 220px;
}

/* active state / icons nach Wunsch */
.nav-link-item.active > .link-content .full-link {
  font-weight: 600;
}

.icon-group .bi {
  cursor: default;
}

.icon-link { text-decoration: none; }
