.elementor-67697 .elementor-element.elementor-element-3c6a2fd{--display:flex;}.elementor-67697 .elementor-element.elementor-element-984251a{font-size:13px;line-height:1.6em;}.elementor-67697 .elementor-element.elementor-element-cf6d894{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-984251a *//* Health Benefits List Styling */
.health-benefits-clean ul.health-benefits-list {
  list-style: none;               /* remove default bullets */
  padding-left: 0;
  margin: 0 0 18px 0;             /* spacing below list to separate from first detail */
  font-size: 15px;                /* match collapsible font size */
  line-height: 1.9;               /* match collapsible spacing */
  color: #2B2B2B;                 /* text color same as content */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.health-benefits-clean ul.health-benefits-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;            /* spacing between list items */
  position: relative;
  padding-left: 22px;             /* space for chevron icon */
  font-weight: 400;                /* regular weight to match content */
  color: #2B2B2B;                  /* ensure text matches other content */
}

.health-benefits-clean ul.health-benefits-list li::before {
  content: '';
  background-image: url('https://javanest.com.au/wp-content/uploads/2026/01/wd-chevron-14.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}/* End custom CSS */