.app-context-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  min-width: 170px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 18px #00000029;
}

.app-context-menu button {
  width: 100%;
  border: none;
  border-radius: 3px;
  text-align: left;
  background: transparent;
  color: #444;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
}

.app-context-menu button:hover {
  background: #f1f3f4;
}

.app-context-separator {
  height: 1px;
  margin: 4px 2px;
  background: #e4e8ee;
}
