/* CSS pour CIH AM - Styles spécifiques si nécessaire */

#drop-zone-cih-am .icon {
    font-size: 3rem;
}

#preview-cih-am {
    animation: fadeIn 0.3s ease-in;
}

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

#table-preview-cih-am tbody tr:hover {
    background-color: #f8f9fa;
}

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

/* Colonne Opération plus étroite */
#table-preview-cih-am td:first-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
