#brx-content, #brx-footer {
  /* Default */
  /*Default Black Icon*/
  /*Default Black Icon*/
  /* Green */
  /*.green-list ul li, ul.green-list li {
    list-style-type: none;
    margin: 6px 0;
}

.green-list ul, ul.green-list {
    padding-inline-start: 30px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.green-list ul li:before, ul.green-list li:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/12/green-checklist.svg);
    background-size: contain;
    margin: 0px 0 0 -30px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
}*/
  /* Gray */
  /*.gray-list ul li, ul.gray-list li {
    list-style-type: none;
    margin: 6px 0;
}

.gray-list ul, ul.gray-list {
    padding-inline-start: 30px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.gray-list ul li:before, ul.gray-list li:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/11/gray-checkList.svg);
    background-size: contain;
    margin: 0px 0 0 -30px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
}*/
  /* Blue */
  /*.blue-list ul li, ul.blue-list li {
    list-style-type: none;
    margin: 6px 0;
}

.blue-list ul, ul.blue-list {
    padding-inline-start: 36px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.blue-list ul li:before, ul.blue-list li:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/11/Check_Mark-icon.svg);
    background-size: contain;
    margin: 0px 0 0 -36px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
}*/
  /* Yellow */
  /*.yellow-list ul li, ul.yellow-list li {
    list-style-type: none;
    margin: 6px 0;
}

.yellow-list ul, ul.yellow-list {
    padding-inline-start: 30px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.yellow-list ul li:before, ul.yellow-list li:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/10/yellow-checkList.svg);
    background-size: contain;
    margin: 0px 0 0 -30px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
}*/
  /* Unordered List Styling */
}
#brx-content .default-list ul li, #brx-content ul.default-list li, #brx-footer .default-list ul li, #brx-footer ul.default-list li {
  list-style-type: none;
  margin: 8px 0;
  /*Gap*/
}
#brx-content .default-list ul, #brx-content ul.default-list, #brx-footer .default-list ul, #brx-footer ul.default-list {
  padding-inline-start: 30px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#brx-content .default-list ul li:before, #brx-content ul.default-list li:before, #brx-footer .default-list ul li:before, #brx-footer ul.default-list li:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/Icon-List-1.svg);
  background-size: contain;
  margin: 0px 0 0 -30px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
}
#brx-content .dark .default-list ul li:before, #brx-content ul.default-list--white li:before, #brx-footer .dark .default-list ul li:before, #brx-footer ul.default-list--white li:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/Dark-list-icon.svg);
  background-size: contain;
  margin: 0px 0 0 -30px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
}
#brx-content .ul-nostyle ul, #brx-content ul.ul-nostyle, #brx-footer .ul-nostyle ul, #brx-footer ul.ul-nostyle {
  padding-inline-start: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#brx-content .ul-nostyle ul li, #brx-content ul.ul-nostyle li, #brx-footer .ul-nostyle ul li, #brx-footer ul.ul-nostyle li {
  list-style-type: none;
}
#brx-content .ul-nostyle ul li:before, #brx-content ul.ul-nostyle li:before, #brx-footer .ul-nostyle ul li:before, #brx-footer ul.ul-nostyle li:before {
  display: none;
}
