.adm-menu-entry {
  display: flex;
  width: calc(100% - 24px);
  margin: 2px 12px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  background: transparent;
  color: inherit;
  font: 600 14px system-ui;
  text-align: left;
  cursor: pointer;
}
.adm-menu-entry:hover { background: #ffffff18; }
.adm-menu-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 17px;
}
