.brand-select input[type="checkbox"]{display:none}.brand-select label{display:inline-block;background-color:#f2f2f2;color:#333;padding:10px 18px;margin:5px;border-radius:20px;border:1px solid #ccc;cursor:pointer;transition:all 0.2s ease-in-out;user-select:none}.brand-select .gchoice{display:block!important}.brand-select .gfield_checkbox{display:flex!important;flex-direction:row!important;flex-wrap:wrap}.brand-select input[type="checkbox"]:checked+label{background-color:#d7df23!important;color:#000!important;border-color:#c2c920!important}