.selectable-menu{max-height:300px;padding:4px;margin:0;overflow-y:auto;list-style:none;background:var(--dropdown-background-color-regular);border-radius:var(--dropdown-menu-border-radius);scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;box-shadow:0 0 1px #00000059,0 8px 32px 2px #0000001a}.selectable-menu::-webkit-scrollbar{display:none}@media only screen and (max-width: 599px){.selectable-menu{max-height:calc(100dvh - 100px);border-radius:unset}}.selectable-menu__item{display:flex;align-items:center;min-width:224px;min-height:40px;padding:0 var(--dropdown-space-loose-horizontal);color:var(--text-color-regular);border-radius:var(--dropdown-border-radius-compact);cursor:pointer;transition:background-color .2s}@media only screen and (max-width: 599px){.selectable-menu__item{min-height:var(--dropdown-height-loose);padding:0 var(--dropdown-space-loose-horizontal);border-radius:var(--dropdown-border-radius-loose)}.selectable-menu__item:hover{background:unset}}.selectable-menu__item:hover{background:var(--dropdown-background-color-hover)}.selectable-menu__item-icon{margin-right:8px;margin-left:4px}[dir=rtl] :not([data-dir=no-dir]).selectable-menu__item-icon{margin-left:8px;margin-right:4px}.selectable-menu__item--active{background:var(--dropdown-background-color-hover)}.selectable-menu__item-content{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:var(--dropdown-font-size-loose-primary);font-style:normal;font-weight:var(--dropdown-font-weight-regular);line-height:22px}--active{background:var(--dropdown-background-color-hover)}
