/* Mobile: rooms panel fills remaining aside space (overrides inline width from desktop JS) */
@media (max-width: 99.99ch) {
  [data-sidebar-target="roomsPanel"] {
    width: auto !important;
  }
}

/* Override for sidebar tool labels to make them not bold */
.sidebar__tools .sidebar__tool-container .sidebar__tool .sidebar__tool-label {
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
  top: 36px !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
}

 