/* Start custom CSS *//* Ordered-list markers for `.list-ordered`. Not a style variant: counters have
   no prop in the atomic schema and the marker is a ::before pseudo-element. */
.elementor .list-ordered { counter-reset: garty-ol; }
.elementor .list-ordered > * {
  counter-increment: garty-ol;
  padding-inline-start: 1.75em;
  position: relative;
}
.elementor .list-ordered > *::before {
  content: counter(garty-ol) ".";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  font-weight: 600;
  color: #FF2E01;
}/* End custom CSS */