.filter-menu { width: 240px; max-width: calc(100vw - 36px); max-height: min(520px,calc(100dvh - 150px)); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; }
.filter-menu::-webkit-scrollbar { display: none; }
.filter-menu-heading { padding: 11px 12px 5px; color: var(--muted); font-size: .72rem; font-weight: 600; }
.filter-menu-heading:not(:first-child) { margin-top: 6px; border-top: 1px solid #fff2de12; }
.filter-menu button { gap: 12px; }
.filter-menu button svg { flex-shrink: 0; }
