/**
 * Equalize the free-shipping / price text on the shipping-method selector cards so all
 * four couriers look the same. Econt/Speedy render "безплатна доставка" (and their price)
 * as a bold WooCommerce price span; BOX NOW/Pigeon are regular weight. Normalise to
 * regular so the free-shipping status reads consistently across carriers.
 */
.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
    font-weight: 400 !important;
}

/* CSESM2-injected "безплатна доставка" for Pigeon (it has no default-office price, so it
   never renders a free-shipping status on its own). Matches the others' regular weight. */
.csesm2-free-shipping-badge {
    display: block;
    font-weight: 400;
}
