.elder-menu {
  font-size: 22px;
  line-height: 1.7;
}
.elder-menu,
.elder-menu .drawer-side {
  height: 100vh;
}
.elder-menu .drawer-side > div {
  min-height: 100vh;
}
.elder-menu .elder-drawer-toggle {
  display: none;
}
.elder-menu .elder-drawer-button {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  transform: translateY(-50%);
  z-index: 20;
  width: 46px;
  height: 136px;
  padding: 6px 4px;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.elder-menu .elder-drawer-button img {
  width: 24px;
  height: 24px;
}
.elder-menu .elder-drawer-grip {
  position: absolute;
  right: 6px;
  width: 3px;
  height: 76px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: none;
  opacity: 0.6;
}
.elder-menu .elder-drawer-text {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  max-height: 92px;
  overflow: hidden;
}
.elder-photo img {
  width: 96px;
  height: 96px;
}
.elder-count {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .elder-menu {
    font-size: 20px;
  }
  .elder-menu .elder-drawer-toggle {
    display: inline-flex;
  }
  .elder-menu .elder-drawer-button {
    display: inline-flex;
  }
  .elder-menu .elder-sidebar {
    width: 100%;
  }
}
