﻿.order-status .status {
    font-size: 16px;
    padding: 0px 4px;
}

    .order-status .status.en.cours.de.traitement,
    .order-status .status.processing {
        background-color: #fff3cd;
    }

    .order-status .status.en.attente.de.paiement,
    .order-status .status.pending {
        background-color: #d1ecf1;
    }

    .order-status .status.annulée,
    .order-status .status.cancelled {
        background-color: #f8d7da;
    }

    .order-status .status.terminée,
    .order-status .status.complete {
        background-color: #d4edda;
    }

.shipment-details-page .section {
    margin: 30px 0;
}
