ul.process-list {
  list-style: none !important;
  
  margin-left: 0 !important;
}

ul.pNew.process-list {
    padding-left: 1rem !important;
}
ul.process-list li {
  list-style: none !important;
  position: relative;
  padding-left: 52px;
  margin-bottom: 11px;
}

ul.process-list li::marker {
  content: none;
}

ul.process-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  /* Primary #0c3c63 circle + Secondary #32d314 tick */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230c3c63' stroke-width='2' stroke-linecap='round' d='M21 12a9 9 0 1 1-4.2-7.6'/%3E%3Cpath fill='none' stroke='%2332d314' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M8 12.5l3 3L21 5'/%3E%3C/svg%3E");
}

ul.process-list li strong {
  color: #0c3c63;
  font-weight: 700;
}

/* Dark mode friendly */
.dark-mode-body ul.process-list li strong {
  color: #66b3ff;
}

.dark-mode-body ul.process-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%235d9fd6' stroke-width='2' stroke-linecap='round' d='M21 12a9 9 0 1 1-4.2-7.6'/%3E%3Cpath fill='none' stroke='%2332d314' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M8 12.5l3 3L21 5'/%3E%3C/svg%3E");
}
