.tools button.template-button {
  width: 35px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
}

.editor ol.mcq-options {
  margin: 8px 0 28px;
  padding-left: 35px;
  list-style-type: upper-alpha;
}

.editor ol.mcq-statements {
  margin: 8px 0 18px;
  padding-left: 35px;
}

.editor ol.mcq-options li,
.editor ol.mcq-statements li {
  margin: 7px 0;
  padding-left: 10px;
}
