/* LINKS */
a {
  line-height: inherit;
  color: var(--blue-color);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
a:hover,
a:focus {
  color: var(--blue-color-600);
}
a img {
  border: 0;
}

/* LISTS */
/*.cke_editable ul,
ul.cms-plugin {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}
.cke_editable ul li:before,
ul.cms-plugin li:before {
  content: "›";
  color: var(--orange-color);
  position: absolute;
  left: 0;
}*/
