
ul.ct-list,
.ct-list > ul {
  margin: 16px 0 16px 1px;
}

.ct-list li {
  position: relative;
  padding-left: 18px;
}

.ct-list li:not(:last-child) {
  margin-bottom: 16px;
}

.ct-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #154dd1;
  border-radius: 3px;
}

.ct-list.rings li {
  padding-left: 24px;
}

.ct-list.rings li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background-color: #154dd1;
  border-radius: 6px;
  z-index: 1;
}

.ct-list.rings li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  height: 6px;
  width: 6px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  z-index: 2;
}

.ct-list.check li {
  padding-left: 36px;
}

.ct-list.check li::before {
  content: "\f10b";
  font-size: 12px;
  font-weight: 500;
  font-family: "cticon" !important;
  line-height: 1;
  width: 24px;
  height: 24px;
  background-color: #eef3fd;
  color: #193f9a;
  border-radius: 13px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ct-list.numbers li {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}

.ct-list.numbers li::before {
  display: none;
}

.ct-list.numbers li > span:first-child {
  color: #154dd1;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  background-color: #eef3fd;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px 0 0;
}
