.other--menu .menu--close--button {
  display: none;
}

.other--menu .menu--section {
  display: flex;
  flex-direction: column;
}

.other--menu .menu--section .menu--section--title {
  font-size: 1.2rem;
  margin-bottom: 8px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.other--menu .menu--section .menu--section--items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}

.other--menu .menu--section .menu--section--items .menu--color-picker--items {
  position: relative;
}

.other--menu .menu--section .menu--section--items .menu--color-picker--items label {
  padding-left: 4rem;
}

.other--menu .menu--section .menu--section--items .menu--color-picker--items .sorter--color-picker {
  all: unset;
  position: absolute;
  top: 0;
  left: 0.25rem;
  height: calc(2.4rem - 1px);
  width: 3.6rem;
  border-radius: 1rem;
}

.other--menu .menu--section .menu--section--items .menu--color-picker--items .sorter--color-picker.hidden {
  pointer-events: none;
}

.other--menu .menu--section.about--section {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 1.75rem;
}

.other--menu .menu--section.about--section .about--section--column {
  display: flex;
  flex-direction: column;
}