/* =====================================================
   Styles personnalisés pour l'application Synobat
   ===================================================== */

/* Augmentation de la taille du texte dans les tableaux de liste */
.table.fs-10 tbody td {
    font-size: 0.95rem;
}

/* Description principale plus visible */
.table tbody td.description div,
.table tbody td.description {
    font-size: 1rem;
    font-weight: 500;
}

/* Texte secondaire (dossier, catégorie) */
.table tbody td.description small {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Colonnes de prix et unités */
.table tbody td.unit,
.table tbody td.purchasePrice,
.table tbody td.sellingPrice,
.table tbody td.type {
    font-size: 0.95rem;
}
