.dropdown-menu{display:flex;position:relative;box-sizing:border-box}.dropdown-menu.full{width:100%}.dropdown-menu-content{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border-radius:6px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);border:1px solid #dcdee0;box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:360px;height:-moz-fit-content;height:fit-content;max-height:var(--content-max-height,540px);z-index:1;overflow:visible}.dropdown-menu-content.default{min-width:270px}.dropdown-menu-content.small{min-width:120px}.dropdown-menu-content.medium{min-width:240px}.dropdown-menu-content.large{min-width:320px}.submenu{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border-radius:6px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);border:1px solid #dcdee0;box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:360px;height:-moz-fit-content;height:fit-content;max-height:var(--content-max-height,540px);z-index:1;overflow:visible}.submenu-scrollbox{overflow-y:auto;gap:8px;max-height:calc(var(--content-max-height, 540px) - 12px)}.submenu-scrollbox,.submenu-scrollbox-inner{display:flex;flex-direction:column;box-sizing:border-box;width:100%}.submenu-scrollbox-inner{gap:6px;height:100%;padding:6px;overflow:hidden}.dropdown-menu-content-container{height:100%;overflow:hidden;max-height:inherit}.dropdown-menu-content-container,.dropdown-menu-content-scrollbox{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.dropdown-menu-content-scrollbox{overflow-y:auto;gap:8px;max-height:calc(var(--content-max-height, 540px) - 12px)}.ed-dropdown-menu-scrollbox .ScrollAreaScrollbar{padding:1px}.ed-dropdown-menu-scrollbox .ScrollAreaScrollbar[data-orientation=vertical]{width:6px}.ed-dropdown-menu-scrollbox .ScrollAreaScrollbar[data-orientation=horizontal]{height:6px}.ed-dropdown-menu-scrollbox .ScrollAreaThumb{border-radius:10000px}.ed-dropdown-menu-scrollbox .ScrollAreaThumb[data-orientation=vertical]{min-height:12px}.ed-dropdown-menu-scrollbox .ScrollAreaThumb[data-orientation=horizontal]{min-width:12px}.dropdown-menu-content-scrollbox-inner{display:flex;flex-direction:column;gap:6px;width:100%;height:100%;padding:6px;box-sizing:border-box;overflow:hidden}.dropdown-trigger{text-decoration:none;border:none;padding:0;background:none;height:-moz-fit-content;height:fit-content;width:100%}.menu-section{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:6px;box-sizing:border-box}.menu-section-divider{background:var(--Border-color-border-weak,#eff0f0);display:flex;flex-direction:row;height:1.5px;width:100%}.menu-section-title{padding:6px}.menu-section-content{display:flex;flex-direction:column;gap:12px;width:100%}