.category-dropdown-widget{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.category-dropdown-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #f0f0f0;background:#fff;transition:background-color .3s ease;cursor:pointer}.category-dropdown-item:last-child{border-bottom:none}.category-dropdown-item:hover{background:#f8f9fa}.category-dropdown-item.active{background:#007cba;color:#fff}.category-dropdown-item.active .category-item-link{color:#fff}.category-item-link{color:#333;text-decoration:none;font-weight:500;font-size:16px;line-height:1.4;flex:1;transition:color .3s ease}.category-item-link:hover{color:#007cba;text-decoration:none}.category-dropdown-item.active .category-item-link:hover{color:#fff}.dropdown-arrow{width:20px;height:20px;fill:#666;transition:all .3s ease;cursor:pointer;margin-left:10px;flex-shrink:0}.category-dropdown-item:hover .dropdown-arrow{fill:#007cba}.category-dropdown-item.active .dropdown-arrow{fill:#fff;transform:rotate(180deg)}.category-dropdown-toggle{cursor:pointer}.category-dropdown-content{position:relative;background:#f8f9fa;border-top:1px solid #e0e0e0;display:none}.category-dropdown-content.show{display:block !important}.category-dropdown-item.level-1 .category-item-link{padding-left:25px}.category-dropdown-item.level-2 .category-item-link{padding-left:50px}.category-dropdown-item.level-3 .category-item-link{padding-left:75px}.category-dropdown-content .category-dropdown-item{border-top:1px solid #e8e8e8;border-bottom:none;padding-top:12px;padding-bottom:12px}.category-dropdown-content .category-dropdown-item:first-child{border-top:none}.category-dropdown-content .category-item-link{font-size:15px;font-weight:400;color:#555}.category-dropdown-content .category-dropdown-item:hover{background-color:#e9ecef}.category-dropdown-content .category-dropdown-item:hover .category-item-link{color:#007cba}