.menu-button.svelte-156prb7 {
  transition: all 0.2s ease;
  text-decoration: none;
  color: currentColor;
  margin-top: -0.5em;
  margin-left: -0.5em;
  margin-bottom: 0;
  background: none;
  border: none;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  border-radius: 999px;
  gap: 0.5em;
  cursor: pointer;
}
.menu-button.svelte-156prb7:active {
  background-color: rgb(69.4117647059%, 72.4705882353%, 84.7058823529%);
}
html.dark-mode .menu-button.svelte-156prb7:active {
  background-color: rgb(35.368309486%, 40.6359300477%, 48.1611022787%);
}
.menu-button.svelte-156prb7:hover {
  background-color: rgb(82.7450980392%, 84.4705882353%, 91.3725490196%);
}
html.dark-mode .menu-button.svelte-156prb7:hover {
  background-color: rgb(26.8998410175%, 30.906200318%, 36.6295707472%);
}