/* SDG 6 projects: match the source grouping, bullets and group separators. */
.initiatives-s02-scope .sdg-module--6 .sdg-module__section--projects > .report-bullet-list:not(:first-of-type) > li,
.initiatives-s02-scope .sdg-module--6 .sdg-module__section--projects > .report-bullet-list:not(:first-of-type) > li + li {
  display: grid;
  grid-template-columns: var(--report-bullet-marker-size, 1em) minmax(0, 1fr);
  column-gap: var(--report-bullet-marker-gap, 0.9em);
  padding: 0;
  border: 0;
}

.initiatives-s02-scope .sdg-module--6 .sdg-module__section--projects > .report-bullet-list:not(:first-of-type) .report-bullet-list__marker {
  display: block;
}

.initiatives-s02-scope .sdg-module--6 .sdg-module__section--projects > .report-bullet-list:not(:first-of-type) > .sdg-module__ruled-item {
  padding-block-end: 12px;
  border-block-end: 1px solid color-mix(in srgb, var(--s02-blue) 58%, transparent);
}

.initiatives-s02-scope .sdg-module--6 .sdg-module__section--projects > .sdg-module__paragraphs > p {
  padding: 0;
  border: 0;
}
