._menu_1p0h1_1 {
  position: fixed;
  z-index: 1000;
  background: #1c2128;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px;
  min-width: 160px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.85),
    0 2px 8px rgba(0, 0, 0, 0.6);
  outline: none;
  isolation: isolate;
}

._item_1p0h1_18 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 12px;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: var(--text);
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: background 0.1s;
}
._item_1p0h1_18:hover {
  background: rgba(255, 255, 255, 0.08);
}

._itemDanger_1p0h1_39 {
  color: var(--danger);
}
._itemDanger_1p0h1_39:hover {
  background: rgba(248, 81, 73, 0.12);
}

._icon_1p0h1_46 {
  font-size: 12px;
  flex-shrink: 0;
}

._separator_1p0h1_51 {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 3px 4px;
}
