.vente-mobile-card {
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}

.vente-mobile-card + .vente-mobile-card {
    margin-top: 0.5rem;
}

.vente-mobile-card {
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.vente-exportee-card {
    background-color: rgba(25, 135, 84, 0.08);
    border-left: 4px solid rgba(25, 135, 84, 0.5);
}

.min-width-0 {
    min-width: 0;
}

@media (max-width: 576px) {
    .vente-mobile-card .badge {
        font-size: 0.8rem;
    }

    .vente-mobile-card .btn-sm {
        padding: 0.25rem 0.5rem;
    }
}
