/* Subscription card reuses the base .wp-stripe-cart-product styles (border, image,
   name, price, button), so it matches [wsc-get-product]. Only the return messages
   and the "not available" note are styled here. */
.wsc-subscribe__msg {
	margin: 0 0 1rem;
	padding: .7rem 1rem;
	border-radius: 9px;
	font-size: .95em;
	line-height: 1.55;
	background: color-mix(in srgb, currentColor 8%, transparent);
}
.wsc-subscribe__msg--ok {
	background: color-mix(in srgb, #1a7f37 12%, transparent);
	border: 1px solid color-mix(in srgb, #1a7f37 30%, transparent);
}
.wsc-subscribe__na {
	color: var(--wsc-muted, #636363);
}
