/* Estilos para filas de tablas sin spread */
.row-without-spread {
    background-color: rgba(239, 68, 68, 0.1) !important; /* Rojo semi-transparente */
}

.row-without-spread:hover {
    background-color: rgba(239, 68, 68, 0.15) !important;
}
