/**
 * People Grid — the section heading and the grid only.
 *
 * Card appearance lives in the Elementor template an editor picks, so nothing
 * here styles card internals. Column count and gap are Elementor controls,
 * which emit more specific selectors and so override the fallbacks below.
 */

.irpp-people-grid__heading {
	margin: 0 0 1.5rem;
	padding-top: 0.75rem;
	border-top: 3px solid #231F20;
	font-size: 1.25rem;
}

.irpp-people-grid__grid {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 2rem;
	align-items: start;
}

.irpp-people-grid__item {
	min-width: 0;
}
