.elementor-56522 .elementor-element.elementor-element-306b787{--display:flex;}.elementor-56522 .elementor-element.elementor-element-9c2f464{--display:flex;}body.elementor-page-56522{--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-e3d793d */ol.goals {
  list-style-type: none; /* Remove default numbering */
  counter-reset: my-counter; /* Initialize a counter */
}

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

ol.goals > li::marker {
  content: "Goal " 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.7em; /* Increases the marker font size */
}

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