/* Remains inside cart totals on both full loads and AJAX updates. */
.woocommerce .planet-free-shipping-notice {
	box-sizing: border-box;
	margin: 0 0 48px;
	padding: 25px 15px;
	background-color: #fff7c7;
	color: #333;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
	overflow-wrap: anywhere;
}

/* Emphasize the remaining amount in both notice placements. */
.woocommerce .planet-free-shipping-amount {
	font-size: 1em;
	white-space: nowrap;
}

.woocommerce .planet-free-shipping-amount,
.woocommerce .planet-free-shipping-amount .amount,
.woocommerce .planet-free-shipping-amount .woocommerce-Price-currencySymbol {
	color: #333;
	font-weight: 700;
}

.woocommerce .planet-free-shipping-weight {
	margin-top: 8px;
	font-weight: 400;
}
.woocommerce .planet-free-shipping-weight:first-child {
	margin-top: 0;
}

/* Reduce only the gap between the product confirmation and the shipping box. */
body.single-product .woocommerce-message:has(+ .planet-free-shipping-notice),
body.single-product .woocommerce-notices-wrapper:has(+ .planet-free-shipping-notice) .woocommerce-message:last-child {
	margin-bottom: 12px;
}