@charset "utf-8";
/* CSS Document */

/*** 1. Choose the model ***/
:is(.free-html-markup, .revert-free-html) :is(ol, ul) {
  list-style: none;
}

.myModel-category a {
  background-color: transparent;
  color: #445166;
  text-decoration: none;
}

.myModel-category a:focus,
.myModel-category a:hover {
  color: #252d38;
  text-decoration: underline;
}