.categories-list{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.categories-list::-webkit-scrollbar{display:none}.categories-list .categories-list-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;font-size:16px;cursor:pointer;transition:all .2s linear;text-align:center;min-height:80px;padding:0 8px}.categories-list .categories-list-item p{min-width:100px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}@media screen and (max-width:768px){.categories-list .categories-list-item{font-size:14px;max-width:100px}.categories-list .categories-list-item p{min-width:70px}}.categories-list .categories-list-item:hover{color:#999}.categories-list .categories-list-item-skeleton{display:flex;padding:12px 16px;align-items:center;gap:5px;border-radius:16px;font-size:16px;width:80px;height:40px;position:relative;overflow:hidden;background-color:#1e1e1e;background:linear-gradient(90deg,#1e1e1e 5%,#2a2a2a 20%,#1e1e1e 60%,#1e1e1e);background-size:200% 100%;animation:shimmer 8s ease-out infinite}.categories-list .active,.categories-list .active:hover{color:#3b75e7}.less-categories{justify-content:center}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}