.checkbox-group-label{display:block;margin-top:12px;margin-bottom:6px;color:#bbb;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px 10px;margin-bottom:15px}.checkbox-item{display:flex!important;flex-direction:row!important;align-items:center!important;white-space:nowrap;color:#fff;cursor:pointer;font-size:12px!important;margin:0!important;padding:2px 0}.checkbox-item input[type=checkbox]{width:14px!important;height:14px!important;margin:0 6px 0 0!important;cursor:pointer;flex-shrink:0;appearance:checkbox!important}@media (max-width:640px){.checkbox-grid{grid-template-columns:repeat(2,1fr)}}