.checklist-line {
  padding-left: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  border-left: 1px solid grey;

  &:not(:first-child):not(.checklist-line + .checklist-line) {
    margin-top: 15px;
  }

  &:not(.mce-content-body .checklist-line) {
    pointer-events: none;
  }

  [type="checkbox"]:focus {
    outline: none;
  }
}

.mce-merge-tag {
  background-color: #E1E3E5 !important;
  border-radius: 4px !important;

  &.mce-merge-tag-selected {
    outline: 3px solid #b4d7ff !important;
    border-radius: 0 !important
  }

  .mce-merge-tag-affix {
    color: #0075b2 !important;
  }
}