/* CSS pour Opérations Tombées SM - Styles spécifiques si nécessaire */

#drop-zone-ops-tombees .icon {
    font-size: 3rem;
}

#preview-ops-tombees {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#table-preview-ops-tombees tbody tr:hover {
    background-color: #f8f9fa;
}

#table-preview-ops-tombees td {
    font-family: 'Courier New', monospace;
}
