/* client.css - Styles spécifiques page client */


/* Tableau centré avec largeur max */
#client-app-section .content.centered {
    margin-top: 32px;
}

#client-app-section .panel-table {
    width: 100%;
    max-width: 100%;
}

#client-app-section .table-wrapper {
    max-height: none;
    overflow: visible;
}
