@keyframes keyGradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes buttonAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes statusIconAnimation{0%{background-position:0 100%}to{background-position:0 0}}.sortList{margin:auto;margin-bottom:1rem;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.2rem;align-items:flex-start;font-size:1.2rem}.sortList>li{box-sizing:border-box;padding:.5rem 0;text-align:center;transition:300ms;background:#fff;color:#666}.sortList>li>a{text-decoration:underline;color:#666}.sortList>li.selected{border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#fff;color:#666}@media screen and (max-width:767px){.sortList{width:100%;margin-bottom:2rem}.sortList>li{min-width:100px}}@media screen and (min-width:768px) and (max-width:1024px){.sortList{width:100%;margin-bottom:2rem}.sortList>li{min-width:300px}}@media screen and (min-width:1025px){.sortList{width:100%}.sortList>li{min-width:400px;font-size:1.4rem}}