/**
 * Saleability Manager front-end styles.
 *
 * Intentionally minimal and free of hardcoded colors so that themes can
 * override the appearance. Target the classes below to restyle the notice.
 */

.saleability-manager-notice {
	display: inline-block;
	margin: 0;
	padding: 0.5em 0.75em;
	font-weight: 600;
	border: 1px solid currentColor;
	border-radius: 3px;
}

.saleability-manager-notice::before {
	content: "";
}
