/* gestion_fiche.css */

#fiches-table {
    margin-top: 20px;
}

#step2-fiche-details .form-group {
    margin-bottom: 15px;
}

#extra-fields-list {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

.extra-field-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.extra-field-item:last-child {
    border-bottom: none;
}

.btn-sm {
    padding: 2px 6px;
    font-size: 0.8em;
}


