.menu-popover {
  --bs-popover-border-color: transparent;
  --bs-popover-header-bg: transparent;
  --bs-popover-header-color: transparent;
  --bs-popover-bg: #525252;
  --bs-popover-body-padding-x: 0px;
  --bs-popover-body-padding-y: 0px;
  --bs-popover-max-width: 190px;
}

.menu-popover-content {
  padding: 8px;
}

.menu-action-btn {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  text-align: left;
  padding: 8px 12px;
  margin-bottom: 8px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.2s;
}

.menu-action-btn:last-child {
  margin-bottom: 0;
}

.menu-action-btn:hover,
.menu-action-btn:focus {
  background-color: #363636;
  outline: none;
}
