/**
 * listing.css
 *
 * Reusable listing states.
 */

.listing--empty {
	margin: 2rem 0 0;
	text-align: center;
	color: var(--color-brown);
}
