.checklist-item::before { content: “✔”; /* check mark symbol */ color: green; margin-right: 8px; }
.checklist-item::before {
  content: "✔"; /* check mark symbol */
  color: green;
  margin-right: 8px;
}