.cdp-casa-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cdp-casa-items__item {
    position: relative;
    padding-left: 1.75rem;
    margin: 0.5rem 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
}

.cdp-casa-items__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1.1rem;
    height: 1.1rem;

    background-repeat: no-repeat;
    background-size: 1.1rem 1.1rem;

    /* Check SVG (verde) inline */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234ade80' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}
