/* Force white text for shipping options */
.woocommerce-checkout #shipping_method label,
.woocommerce-checkout .shipping_method label,
.woocommerce-checkout .woocommerce-shipping-methods label,
.woocommerce ul#shipping_method li label {
    color: #ffffff !important;
}
.wcmlr_shipping_methods label,
.wcmlr_shipping_methods span {
    color: #ffffff !important;
}
.woocommerce-checkout #order_review .woocommerce-shipping-totals,
.woocommerce-checkout .woocommerce-shipping-totals * {
    color: #ffffff !important;
}
