/* Start custom CSS for html, class: .elementor-element-36e9d2a *//* Asegura una alineación correcta del TH */
.table th.nota {
    display: flex;
    align-items: center; 
    gap: 10px; 
}

.icono_nota {
    flex-shrink: 0; 
    width: 30px; 
    height: 30px; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

/* La imagen dentro de ese contenedor */
.icono_nota img {
    max-width: 100%; 
    height: auto;   
}/* End custom CSS */