/**
 * Backup hide for Octolize FedEx Live Rates admin debug (`.flexible-shipping-log`).
 * Primary removal is PHP (`woocommerce_get_notices`); this catches late DOM injection.
 */
body.woocommerce-checkout .woocommerce-info:has(.flexible-shipping-log),
body.woocommerce-cart .woocommerce-info:has(.flexible-shipping-log),
body.single-product .p-product-notices .woocommerce-info:has(.flexible-shipping-log),
body.single-product .woocommerce-info:has(.flexible-shipping-log) {
  display: none !important;
}
