.techsmart-brand-filter {
    border: 1px solid #e5e5e5;    
    border-radius: 6px;
    background: #fff;
}

.techsmart-brand-head {
    background: #3b9b4a;
}

.techsmart-brand-head h3 {
    font-size: 19px;
    padding: 9px;
    color: #fff;
}

.techsmart-brand-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.techsmart-brand-filter li {
    padding-left: 10px !important;
    font-size: 15px;
    color: #5b5b5b;
    border-bottom: solid 1px #e4e7ee;
    line-height: 1.9em;
    padding-right: 10px;
}

.techsmart-brand-filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.techsmart-brand-filter input[type="checkbox"] {
    margin: 0;
}

.techsmart-brand-count {
    margin-left: auto;
    color: #777;
    font-size: 13px;
}