/*
  Category archive — peer category sections (Figma D-Category 28:372).
*/

.c-category-peers {
	display: flex;
	flex-direction: column;
	gap: var(--space-16);
	width: 100%;
}

.c-category-peer {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
	width: 100%;
}

.c-category-peer__body {
	width: 100%;
}
