.elementor-1337 .elementor-element.elementor-element-1dc02696{--display:flex;}/* Start custom CSS */.crm-container ul.crm-checkbox-list {
  border: none !important;
  width: 100% !important;
  max-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}

 @media only screen and (min-width: 544px) {
.crm-container ul.crm-checkbox-list li {
  display: inline-block;
  width: 33.33%; /* This will create 3 items per row */
  box-sizing: border-box; /* Ensures padding doesn't affect the width */
}
}

.crm-container ul.crm-checkbox-list li:nth-child(2n) label {
  background-color: #fff !important;
}

.crm-container ul.crm-checkbox-list li input:checked + label {
  background-color: inherit !important;
}/* End custom CSS */