.slick-slide img {
  border-radius: 10px;
}

.skills-icon img {
  border-radius: 10px;
}

  /* CKE EDITOR CHANGES */
.ck-content blockquote {
  margin-left: 50px;
  border-left: solid 10px #6e4ef2;
  overflow: clip;
}

.ck-content hr {
  margin: 1.35em auto;
  height: 5px;
  width: 150px;
  background-color: #6e4ef2;
}

.ck-content ul {
  color: #6e4ef2;
  list-style-type: disclosure-closed;
  /*list-style-image: url('https://abdulqadir.info/storage/main/general/logo-dark.png');*/
}

.ck-content ol {
  /* list-style: upper-roman; */
  list-style-type: lower-roman;
}
.ck-content ol li::marker {
  color: #ffffff;
  font-weight: 700; /* bold */
  /* optional: adjust size to better match list text */
  font-size: 1em;
}

.ck-content ol li {
  padding-left: 0.6em;
  font-style: normal !important;
}