.row-hover {
    transition: background-color 0.2s ease;
}

.row-hover:hover {
    background-color: rgba(0, 0, 0, 0.05); /* Un gris muy tenue */
}