/* Frontend + editor shared */
.setup-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.setup-steps-list li { margin: .5em 0; }
.setup-steps-list input[type="checkbox"] { margin-right: .5em; }

/* Strike-through when checked (support both new and old saved markup) */
.setup-steps-list input[type="checkbox"]:checked + .setup-steps-text,
.setup-steps-list input[type="checkbox"]:checked + span {
  text-decoration: line-through;
  opacity: .75;
}

/* Normalize <mark> appearance */
.setup-steps-text mark { padding: 0 .15em; border-radius: .2em; }

/* Editor nicety */
.setup-steps-editor-row {
  border: 1px dashed rgba(127,127,127,.35);
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 8px;
}
