.category-side__wrapper{padding:14px 10px;background:linear-gradient(180deg,#fff,#f3faff);border-radius:10px;width:280px;max-width:100%;margin-bottom:10px;max-height:78vh;overflow-y:auto;border:1px solid var(--jp-border);box-shadow:0 8px 20px rgba(13,72,116,.08);scrollbar-width:none;-ms-overflow-style:none}.category-side__wrapper::-webkit-scrollbar{display:none}.category-side__wrapper .category-side__list{list-style:none;padding:0}.category-side__wrapper .category-side__list li{padding-top:4px;padding-bottom:4px;border-bottom:1px dashed #d8eaf6;border-radius:6px;transition:background-color .2s ease}.category-side__wrapper .category-side__list li:hover{background:rgba(221,239,252,.55)}@media(max-width:1024px){.category-side__wrapper{width:100%;max-height:none}}