/* Fix for Delivery Charge Error Message squishing in custom Luma themes */
body .checkout-shipping-method .table-checkout-shipping-method .row-error {
    display: table-row !important;
}

body .checkout-shipping-method .table-checkout-shipping-method .row-error .col-error {
    display: table-cell !important;
    width: 100vw !important;
    max-width: 100% !important;
    white-space: normal !important;
}

body .checkout-shipping-method .table-checkout-shipping-method .row-error .col-error .message.error {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 10px 0 !important;
    padding: 15px !important;
}
