.fedex-method-cost.free {
    font-weight: bold;
    /* margin-left: 4px; */
}

#shipping_method.woocommerce-shipping-methods>li {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#shipping_method.woocommerce-shipping-methods>li>label {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.shipping_discount_strikethru {
    text-decoration: line-through;
    font-size: .85em;
    padding-right: 1em;
}