/* Cart-page bits: the delivery estimate box.
   The courier rate rows and the (i) hint are styled by bgc-rates.css, which cart and checkout share.
   Hiding WooCommerce's own shipping calculator is NOT here: it is behind a setting, so that one rule is
   added inline from BGCouriers_Checkout::assets() only when the setting is on. */
.bgc-cart-estimate{margin-top:12px;padding:12px 14px;border:1px solid #e2e6ea;border-radius:10px;background:#fafbfc;font-size:.92em;}
.bgc-cart-est-title{font-weight:600;margin-bottom:6px;}
.bgc-cart-est-row{margin:3px 0;color:#555;}
