/* Applied by checkout-blocks.js to the shipping-rate row of any rate whose
 * id contains "_unavailable" (see PCT_DMCS_Shipping_Method::calculate_shipping()).
 * Works for both classic (shortcode) and WooCommerce Blocks checkout — same
 * class name added to whichever row/option element wraps the radio there. */
.pct-dmcs-rate-unavailable {
    opacity: 0.55;
}

.pct-dmcs-rate-unavailable,
.pct-dmcs-rate-unavailable label {
    cursor: not-allowed;
}
