/* Coupon field errors on Blocks cart/checkout — keep Woo's banner, match UI Kit red. */
.wc-block-components-totals-coupon .wc-block-components-validation-error {
	display: block;
	margin-top: 8px;
	color: #d85855;
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

.wc-block-components-notices .wc-block-components-notice-banner.is-error,
.wc-block-store-notices .wc-block-components-notice-banner.is-error {
	display: flex;
}

.browsome-coupon-notice.wc-block-components-notice-banner.is-error {
	margin: 0 0 12px;
	padding: 12px 16px;
	color: #d85855;
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
