ul.special {
  list-style: none !important;
}

ul.special li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

ul.special li:before {
  content: "✓";
  border-radius: 30px;
  background-color: #fff;
  color: #1d484e;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  font-weight: 900;
  max-height: 16px;
  width: 16px;
  padding: 1px;
}

.widget_categories ul {
  list-style: none !important;

}


.widget_categories ul li {
  margin-left: 0;
  text-decoration: underline;
}
