/**
 * RNF members search — thin results-wrapper styling only.
 *
 * The result CARDS reuse the theme's existing .swap / .tier / .price / .brand /
 * .origin / .spec classes (portal-category.css, enqueued alongside this on the
 * members route). This file only spaces the wrapper and styles the status /
 * empty / group lines — no new card design.
 */

.rnf-ms {
	margin: 20px 0 0;
}

.rnf-ms__status,
.rnf-ms__empty {
	margin: 0 0 14px;
	font-size: 15px;
	color: #5b5b52;
}

.rnf-ms__status strong {
	color: #2f2f2a;
}

.rnf-ms__empty {
	padding: 18px 0;
}

.rnf-ms__group {
	margin: 22px 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #2f2f2a;
}

/* Optional, inert until the owner activates off-list-brand routing (Part 5). */
.rnf-ms__routing {
	margin: 0 0 10px;
	font-size: 14px;
	color: #6b6b60;
}
