.elementor-546 .elementor-element.elementor-element-d22a27d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Target unordered lists only inside Elementor Text Editor widgets */
.elementor-widget-text-editor ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 30px; /* Space for the custom icon */
}

.elementor-widget-text-editor ul li::before {
    content: url('/wp-content/uploads/2025/02/SFA-rhombus.svg'); /* Replace with your custom icon URL */
    position: absolute;
    left: 0;
    top: 3px; /* Adjust alignment */
    width: 20px; /* Adjust icon size */
    height: 20px
}/* End custom CSS */