ul li.menu-item {
  position: relative;
}
ul li.menu-item button.toggle_mn {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  width: calc(24px*2);
  height: calc(24px*2);
  display: flex;
  align-items: center;
  justify-content: end;
  color: rgba(255, 255, 255, 0.6);
}
ul li.menu-item button.toggle_mn.expand i {
  transform: rotate(90deg);
}

/*# sourceMappingURL=menu_fix.css.map */
