.lm-wrapper {
    --lm-spacing: 4px;
    --lm-color: #000000;
}

/* UL 
.lm-list { margin:0; padding-left:0px; }

/* DIV 
.lm-list-div { padding-left:0; }

/* Estilo tipo Divi Essential */
.lm-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: var(--lm-spacing);
    margin-left: -15px;
    padding-bottom:3px;
}

.lm-icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2px;
}

.lm-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.lm-char-icon {
    font-family: 'ETmodules';
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    min-width: 1.5em;
    text-align: left;
    font-style: normal;
}

.lm-text {
    display: inline-block;
    color: var(--lm-color);
line-height: 18px !important;
}

/* Divi mata el hover en <a>, por eso subrayamos el span */
.lm-link { text-decoration:none; color:var(--lm-color); }
.lm-link:hover .lm-text { text-decoration:underline !important; }

