.wipm-message {
    border-radius: 10px;
    background-color: #f0f0f0;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.wipm-message ul {
    list-style-type: none; /* Remueve los bullets */
    padding: 0;
    margin: 0 !Important;
em
;
}

.wipm-message ul li {
    padding: 5px 0; /* Añade un poco de padding para cada ítem */
    border-bottom: 1px solid #ddd; /* Una línea debajo de cada ítem */
}

.wipm-message ul li:last-child {
    border-bottom: none; /* Remueve la línea del último ítem */
}

