.elementor-56088 .elementor-element.elementor-element-d6fa507{--display:flex;}body.elementor-page-56088{--ang-classes-border:rgba(79, 122, 233, 0.58);--ang-classes-label:#406DE1;--ang-css-border:rgba(211, 0, 0, 0.35);}/* Start custom CSS for text-editor, class: .elementor-element-063af49 */ol.steps {
  list-style-type: none; /* Remove default numbering */
  counter-reset: my-counter; /* Initialize a counter */
}

ol.steps > li {
  counter-increment: my-counter; /* Increment the counter for each list item */
margin-left:5em;  
margin-bottom: 1em;
}

ol.steps > li::marker {
  content: "Step " counter(my-counter) ". "; /* Add "Item " before the number and a period after */
  /* You can add further styling here, e.g., color, font-weight, etc. */
font-size: 1.75em; /* Increases the marker font size */
}

ol.steps > li >div {
margin:-.75em 0 0 -5em;  
}
.articleContent table {
   width:100%;
   font-size: .7em;
}
.articleContent table th{
    background-color:#F8C192;
    
}/* End custom CSS */