.SortDropdown{position:relative;display:inline-block}.SortDropdown-button{display:flex;align-items:center;padding-top:.25rem;padding-bottom:.375rem;border:none;background-color:#fff;font-size:.875rem;line-height:1.125rem;letter-spacing:-.0125rem;cursor:pointer;justify-content:space-between;gap:.25rem;color:#000}.SortDropdown-button:hover{background-color:#f8f8f8}.SortDropdown-arrow{margin-left:8px;font-size:10px}.SortDropdown-menu{position:absolute;top:100%;left:-2.75rem;z-index:10;min-width:150px;margin:4px 0 0;padding:0;list-style:none;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a}.SortDropdown-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;cursor:pointer;font-size:.875rem;line-height:1.125rem;letter-spacing:-.0125rem}.SortDropdown-item:hover{background-color:#f5f5f5}.SortDropdown-item--active{background-color:#f0f0f0;font-weight:500}.SortDropdown-check{margin-left:8px}@media(max-width:767px){.SortDropdown-menu{right:0;left:auto}}
