.safrs-cart-shipping-note,
.safrs-pending-shipping-help {
	display: block;
	margin-top: 4px;
	font-size: .82em;
	font-weight: 400;
	line-height: 1.35;
	opacity: .88;
}

/*
 * Cart Blocks can briefly hydrate the native pickup/free result before the
 * neutral SAFRS wording is applied. Hide only the cart shipping total for that
 * short render window; checkout remains completely visible and interactive.
 */
body.woocommerce-cart .wc-block-components-totals-shipping:not([data-safrs-display-ready="yes"]),
.wp-block-woocommerce-cart .wc-block-components-totals-shipping:not([data-safrs-display-ready="yes"]),
.wc-block-cart .wc-block-components-totals-shipping:not([data-safrs-display-ready="yes"]) {
	visibility: hidden;
}

[data-safrs-pending-option="yes"] [data-safrs-hidden-zero="yes"] {
	display: none !important;
}
