.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(177, 184.8, 216);
}
html.dark-mode .menu-button.svelte-156prb7:active {
  background-color: rgb(90.1891891892, 103.6216216216, 122.8108108108);
}
.menu-button.svelte-156prb7:hover {
  background-color: rgb(211, 215.4, 233);
}
html.dark-mode .menu-button.svelte-156prb7:hover {
  background-color: rgb(68.5945945946, 78.8108108108, 93.4054054054);
}