.elementor-13045 .elementor-element.elementor-element-712778ef{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-39120e60 */.custom-numbered-list ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 1.5em;
}

.custom-numbered-list ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-numbered-list ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #0066cc;
  font-weight: bold;
}

.custom-bullet ul {
  list-style: none;
  padding-left: 1.5em;
}

.custom-bullet ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-bullet ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #0066cc;
  border-radius: 50%;
}/* End custom CSS */