/**
 * Front page layout and shared section styles.
 */

.cru-75-front-page {
	display: flex;
	flex-direction: column;
	--cru-75-home-cards-gap: clamp(0.65rem, 1.2vw, 0.85rem);
	--cru-75-home-cards-columns: 6;
}

.cru-75-section {
	width: 100%;
}

.cru-75-front-page {
	overflow: visible;
}
