.category-filter {
    .wpgb-button {
        background: var(--light);
        cursor: pointer;
        border-style: none !important;

        &:hover {
            background: var(--primary-l-1);
            color: var(--light);
        }
    }
}