/* Text Editor List */
.elementor-widget-text-editor ul{
    list-style:none;
    margin:20px 0;
    padding:0;
}

.elementor-widget-text-editor ul li {
    position: relative;
    padding: 5px 0 0px 30px;
    margin-bottom: 8px;
    border-bottom: 0px solid rgba(255,255,255,.08);
    line-height: 1.6;
}

.elementor-widget-text-editor ul li:last-child{
    border-bottom:none;
}

.elementor-widget-text-editor ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:8px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#F1B94C;
    color:#fff;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}