#map-menus {
  position: fixed;
  z-index: 14;
  right: 16px;
  bottom: 24px;
  width: 48px;
  display: grid;
  gap: 8px;
}
#map-menus details {
  position: relative;
}
#map-menus summary {
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  list-style: none;
  font-size: 32px;
  border: 1px solid #c4d2cc;
  border-radius: 16px;
  background: white;
  color: #173d36;
  box-shadow: 0 5px 18px #173d3626;
  font-weight: 750;
}
#map-menus summary::-webkit-details-marker {
  display: none;
}
#desktop-layer-toolbar {
  display: none !important;
}
.nearest-options {
  position: absolute;
  bottom: 58px;
  right: 0;
  width: 215px;
  padding: 8px;
  border: 1px solid #c4d2cc;
  border-radius: 16px;
  background: #f7f5ee;
  box-shadow: 0 5px 18px #173d3626;
}
body nav {
  right: 80px;
}
.header-actions #layers {
  width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
}
.header-actions #layers span,
.header-actions #layers .desktop-account-icon {
  display: none;
}
.header-actions #layers .mobile-layers-icon {
  display: block;
  font-size: 22px;
}
#reserved-open {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #c4d2cc;
  border-radius: 50%;
  background: #fff;
  font-size: 19px;
  flex-shrink: 0;
}
#layers .themes-book-icon {
  display: block !important;
  flex-shrink: 0;
  color: #173d36;
}
#map-menus button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #173d36;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
}
#map-menus button i {
  font-style: normal;
}
#map-menus button[aria-pressed="true"] {
  background: #175b49;
  color: white;
}
#map-menus button:disabled {
  opacity: 0.42;
}
#map-menus button:focus-visible,
#map-menus summary:focus-visible {
  outline: 2px solid #1678c2;
  outline-offset: -2px;
}
nav #manual-position {
  background: #edf4f0;
  color: #173d36;
}
@media (max-width: 700px) {
  #map-menus {
    bottom: 12px;
    right: 10px;
  }
  #reserved-open {
    display: none;
  }
  body nav {
    right: 70px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
