/* Make the Checkout-block free shipping notice match the classic green message. Scoped to
   our notice only, via the rel marker on its "Continue shopping" link. */

.wc-block-components-notice-banner.is-info:has( a[rel~="esraw-free-shipping"] ) {
	background-color: #e8f5e9;
	border: 1px solid #46b450;
	border-radius: 4px;
	color: #1b5e20;
}

.wc-block-components-notice-banner.is-info:has( a[rel~="esraw-free-shipping"] ) > svg {
	display: none;
}

.wc-block-components-notice-banner.is-info:has( a[rel~="esraw-free-shipping"] ) a[rel~="esraw-free-shipping"] {
	color: #1b5e20;
	text-decoration: underline;
}
