.category-tree{padding:40px 17px 17px;border-bottom:1px solid var(--border-stroke)}.category-tree__title{font-weight:700;color:var(--text-black);font-size:20px;padding-bottom:8px}.category-tree__content{display:flex;flex-direction:column}.category-tree__empty{color:#999;font-size:14px;padding:10px 0}.category-tree-item{margin-bottom:4px}.category-tree-item__header{display:flex;align-items:center;cursor:pointer;padding:6px 0;user-select:none;transition:color .2s ease}.category-tree-item__header--top-level{font-weight:500}.category-tree-item__header--selected{font-weight:400;color:var(--text-black)}.category-tree-item__header--link{text-decoration:none}.category-tree-item__chevron{width:16px;height:15px;margin-right:8px;flex-shrink:0;color:var(--primary);background-color:var(--primary);display:inline-block;mask-size:contain}.category-tree-item__spacer{width:12px;margin-right:8px;flex-shrink:0;display:inline-block}.category-tree-item__name{font-size:16px;line-height:1.5}.category-tree-item__name--sub{color:var(--text-dark);padding-left:0;&:hover{color:var(--text-black)}}.category-tree-item__children{margin-left:20px;margin-top:4px;padding-left:10px}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.category-tree__skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db 50%,#e5e7eb 75%);background-size:200px 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.category-tree__skeleton-title{height:24px;width:60%;margin-bottom:16px}.category-tree__skeleton-item{height:16px;width:70%;flex:1}@media (max-width:768px){.category-tree{padding:16px}.category-tree__title{font-size:16px;margin-bottom:12px}.category-tree-item__name{font-size:13px}.category-tree-item__children{margin-left:16px;padding-left:10px}.category-tree__skeleton-title{height:20px;margin-bottom:12px}.category-tree__skeleton-item{height:14px}}