.cwl-show-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

.cwl-brand-filter-link {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.cwl-brand-filter-link:hover {
    text-decoration: underline;
}

.cwl-brand-filter-link.cwl-brand-active {
    font-weight: bold;
}
