/* Styles personnalisés — Gestion des Activités Agricoles (V1) */

body {
    background-color: #f5f7f5;
}

.navbar-brand i {
    color: #ffc107;
}

.card {
    border-radius: 0.6rem;
}

.table thead th {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .card-body {
        padding: 1rem;
    }
}
