/* StoreLogic storefront output (slg- namespace only). Theme-resilient:
   inherits typography, only adds light chrome. */

.slg-availability {
	font-size: 0.95em;
	color: inherit;
	opacity: 0.85;
}

.slg-badges {
	margin: 0 0 0.5em;
}

.slg-badge {
	display: inline-block;
	padding: 0.15em 0.6em;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.8em;
	line-height: 1.6;
	margin-right: 0.35em;
}
