/* Custom Styling for the Shipments Table */
.shipment-container {
    margin-top: 30px;
    overflow-x: auto;
}

/* Removed hardcoded `#shipmentTable` rules to allow `.table-b5` to take over */

.shipment-divider {
    margin: 40px 0 20px 0;
    border: 0;
    height: 1px;
    background: #e2e8f0;
}
