        .category-item { 
            padding: .5rem; 
            text-decoration: none; 
            display: block; 
            color: #000; 
            border: none !important;
            border-radius: 0 !important
        }
        .category-item:hover {
            background-color: #f8f9fa; 
        }
        .category-item.active { 
            font-weight: bold; 
        }
        .category-block { 
            padding: 1rem 0; 
        }
        .card{
            min-width: 200px;
        }