@charset "UTF-8";
.custom-content ul {
  list-style: none;
  padding-left: 0px; }
  .custom-content ul li {
    list-style: none;
    margin-left: 25px; }
  .custom-content ul li::before {
    content: '\2794';
    padding-right: 10px;
    margin-left: -25px; }
  .custom-content a {
    color: var(--theme_color_base);
    text-decoration: none; }
  .custom-content a:hover {
    color: var(--theme_color_highlight);
    text-decoration: none;
    border-bottom: 2px solid; }
/* Clear of custom content image limitation */
