.custom-dropdown{position:relative;width:100%}@media (max-width: 768px){.custom-dropdown{width:100%}}.custom-dropdown--multiple .custom-dropdown__option{padding-left:32px;position:relative}.custom-dropdown--multiple .custom-dropdown__option:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:1px solid #d9d9d9;border-radius:3px;background:#fff}.custom-dropdown--multiple .custom-dropdown__option.selected:before{background-color:#009ee3;border-color:#009ee3}.custom-dropdown--multiple .custom-dropdown__option.selected:after{content:"";position:absolute;left:12px;top:50%;transform:translateY(-60%) rotate(45deg);width:5px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff}.custom-dropdown__trigger{width:100%;border-radius:20px;border:.5px solid var(--Neutro-Stroke, #d9d9d9);background:var(--Neutro-White, #fff);box-shadow:0 1px 1.5px #0003;color:var(--Neutro-Text, #6d6e70);font-family:Source Sans Pro;font-size:16px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .3s ease;display:flex;height:40px;padding:8px 16px;justify-content:space-between;align-items:center;flex-shrink:0}.custom-dropdown__trigger:hover{box-shadow:0 2px 4px #00000026}.custom-dropdown__trigger:focus{outline:2px solid var(--color-accent, #009ee3);outline-offset:2px}.custom-dropdown__trigger[aria-expanded=true] .custom-dropdown__icon{transform:rotate(180deg)}.custom-dropdown__label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-dropdown__icon,.custom-dropdown__arrow{width:24px;height:24px;color:#032c41;transition:transform .3s ease;flex-shrink:0}.custom-dropdown__icon svg,.custom-dropdown__arrow svg{width:100%;height:100%}.custom-dropdown__options{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 2px 3px #0000000a;z-index:1000;display:none;transform:translateY(-8px);transition:all .3s ease;max-height:200px;min-width:150px;overflow-y:auto}.custom-dropdown.active .custom-dropdown__options{display:block;transform:translateY(0)}.custom-dropdown__option{display:flex;align-items:center;padding:8px;font-family:var(--font-body-family, "Source Sans Pro", sans-serif);font-weight:400;font-size:16px;line-height:1.257;color:#6d6e70;cursor:pointer;transition:background-color .2s ease}.custom-dropdown__option:hover{background-color:#f5f5f5}.custom-dropdown__option:first-child{border-radius:16px 16px 0 0}.custom-dropdown__option:last-child{border-radius:0 0 16px 16px}.custom-dropdown__option:only-child{border-radius:16px}.custom-dropdown__option.selected{background-color:#e3f2fd;color:#032c41}.dropdown-component{position:relative;display:block}.collection-toolbar .dropdown-component .dropdown-component-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .2s ease}.collection-toolbar .dropdown-component .dropdown-component-trigger:hover{border-color:#007bff}.collection-toolbar .dropdown-component .dropdown-component-trigger .flex{display:flex;align-items:center;gap:8px}.collection-toolbar .dropdown-component .dropdown-component-trigger .flex .icon{width:16px;height:16px;color:#6c757d}.collection-toolbar .dropdown-component .dropdown-component-trigger .flex .sort-value,.collection-toolbar .dropdown-component .dropdown-component-trigger .flex .show-value{font-size:14px;color:#2c3e50}.collection-toolbar .dropdown-component .dropdown-component-trigger .flex .text{font-size:14px;color:#6c757d}.collection-toolbar .dropdown-component .dropdown-component-content{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;display:none}.collection-toolbar .dropdown-component .dropdown-component-content li{padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.collection-toolbar .dropdown-component .dropdown-component-content li:hover{background-color:#f8f9fa}.collection-toolbar .dropdown-component .dropdown-component-content li input{margin-right:8px}.collection-toolbar .dropdown-component .dropdown-component-content li label{font-size:14px;color:#2c3e50;cursor:pointer}.collection-toolbar .dropdown-component .dropdown-component-content li input:checked+label{color:#007bff;font-weight:500}.collection-toolbar .dropdown-component[open] .dropdown-component-content{display:block}.collection-toolbar .dropdown-component[open] .dropdown-component-trigger{border-color:#007bff}.collection-toolbar .dropdown-component[open] .dropdown-component-trigger svg{transform:rotate(180deg)}.collection-toolbar .dropdown-component[open] .dropdown-component-trigger svg path{stroke:#007bff}@media (prefers-reduced-motion: reduce){.custom-dropdown__trigger,.custom-dropdown__options,.custom-dropdown__icon,.custom-dropdown__arrow{transition:none}}@media (prefers-contrast: high){.custom-dropdown__trigger{border:2px solid currentColor}.custom-dropdown__option:hover{background-color:Highlight;color:HighlightText}}.custom-dropdown__trigger:focus-visible{outline:2px solid var(--color-accent, #009ee3);outline-offset:2px}@media print{.custom-dropdown__options{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:1px solid #ccc;display:block!important}.custom-dropdown__trigger{display:none}}
