/**
 * 2024 BWA
 * BWA Custom Carrier - Front-end CSS
 */

.bwa-shipping-info {
    padding: 10px;
    margin: 10px 0;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.bwa-shipping-info .shipping-included {
    color: #28a745;
    font-weight: bold;
}

.bwa-shipping-info .shipping-distance {
    color: #6c757d;
    font-size: 0.9em;
}

.bwa-shipping-badge {
    display: inline-block;
    padding: 5px 10px;
    background-color: #28a745;
    color: white;
    border-radius: 3px;
    font-size: 0.85em;
    margin-left: 10px;
}

/* Styles pour l'affichage des frais de palettes */
.bwa-pallet-shipping-info {
    margin-top: 10px;
    padding: 12px 15px;
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    font-size: 0.95em;
}

.bwa-pallet-shipping-info div {
    margin-bottom: 5px;
}

.bwa-pallet-shipping-info div:last-child {
    margin-bottom: 0;
}

.bwa-pallet-shipping-info strong {
    color: #2e7d32;
}
