/*
 * Reviews page glue. design/PAGE-STRUCTURE.md §5.
 *
 * The card, the grid and the aggregate badge all live in
 * components/review-card.css -- the six-card page uses them unchanged, including
 * the three-column cap that stops auto-fit resolving to 4 + 2 above 1305px.
 * What is left here is the one head row this page has.
 */

.sp-reviews__head {
	gap: var(--sp-5);
}
