.bcnm-notice-type {
	display: contents;
}

/* Warning is not a native WooCommerce notice type. */
.woocommerce-message.bcnm-notice--warning,
.woocommerce-info.bcnm-notice--warning,
.woocommerce-error.bcnm-notice--warning,
.bcnm-notice--warning {
	border-top-color: #dba617 !important;
	border-left-color: #dba617 !important;
	background: #fcf0c3 !important;
	color: #6e5400 !important;
}

.woocommerce-message.bcnm-notice--success,
.bcnm-notice--success.woocommerce-message {
	border-top-color: #2e7d32 !important;
	background: #e8f5e9 !important;
	color: #1b5e20 !important;
}

.woocommerce-info.bcnm-notice--info,
.bcnm-notice--info.woocommerce-info {
	border-top-color: #1e85be !important;
	background: #e8f6fc !important;
	color: #0b4f71 !important;
}

.woocommerce-error.bcnm-notice--error,
.bcnm-notice--error.woocommerce-error {
	border-top-color: #b32d2e !important;
	background: #fcebec !important;
	color: #6b1213 !important;
}
