.custom-dropdown{position:relative;display:flex;flex-direction:column;justify-content:center}.custom-dropdown.open .custom-dropdown__list{visibility:visible;height:auto;opacity:1}.custom-dropdown ul{list-style:none;padding:0;margin:0}.custom-dropdown__label{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:36px;padding:8px 32px 8px 16px;font-size:16px;line-height:1.25;color:rgba(var(--color-foreground, #000000));background-color:#fff;background-image:url("./icon-chevron-down-outline.svg");background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:8px;border:1px solid #000;border-radius:16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-dropdown__list{position:absolute;top:calc(100% + 2px);left:0;z-index:4;visibility:hidden;display:flex;flex-direction:column;gap:8px;width:100%;height:0;max-height:400px;padding:14px;overflow:hidden;overflow-y:auto;background:#fff;box-shadow:0 0px 20px -4px rgba(0,0,0,.25);opacity:0;border-radius:0 0 16px 16px;transition:height 300ms,opacity 150ms;margin:0}@media screen and (min-width: 750px){.custom-dropdown__list{padding:16px}}